An integer overflow in the implementation of the posix_memalign in memalign functions in the GNU C Library (aka glibc or libc6) 2.26 and earlier could cause these functions to return a pointer to a heap area that is too small, potentially leading to heap corruption.
The product performs a calculation that can produce an integer overflow or wraparound when the logic assumes that the resulting value will always be larger than the original value. This occurs when an integer value is incremented to a value that is too large to store in the associated representation. When this occurs, the value may become a very small or negative number.
Link | Tags |
---|---|
https://sourceware.org/bugzilla/show_bug.cgi?id=22343 | issue tracking third party advisory |
http://www.securityfocus.com/bid/102912 | vdb entry third party advisory |
http://bugs.debian.org/878159 | issue tracking mailing list third party advisory |
https://access.redhat.com/errata/RHSA-2018:3092 | third party advisory patch vendor advisory |
https://security.netapp.com/advisory/ntap-20190404-0003/ | third party advisory |
https://www.oracle.com/technetwork/security-advisory/cpuapr2019-5072813.html | third party advisory patch |
https://access.redhat.com/errata/RHBA-2019:0327 | third party advisory vendor advisory |
https://usn.ubuntu.com/4218-1/ | vendor advisory |
https://usn.ubuntu.com/4416-1/ | vendor advisory |