cve/2018/CVE-2018-6551.md
2024-05-26 14:27:05 +02:00

791 B

CVE-2018-6551

Description

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.

POC

Reference

No PoCs from references.

Github