The malloc implementation in the GNU C Library (aka glibc or libc6), from version 2.24 to 2.26 on powerpc, and only in version 2.26 on i386, did not properly handle malloc calls with arguments close to SIZE_MAX and could return a pointer to a heap region that is smaller than requested, eventually leading to heap corruption.
{
"extracted_events": [
{
"introduced": "2.24"
},
{
"last_affected": "2.26"
}
],
"source": "CPE_FIELD",
"cpe": "cpe:2.3:a:gnu:glibc:*:*:*:*:*:*:*:*"
}