PT-2017-14773 · Gnu+1 · Gnu C Library+1
Iain Buclaw
·
Published
2017-12-05
·
Updated
2024-06-15
·
CVE-2017-17426
CVSS v3.1
8.1
High
| Vector | AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H |
Name of the Vulnerable Software and Affected Versions
GNU C Library (aka glibc or libc6) version 2.26
Description
The issue arises from the malloc function in the GNU C Library, which could return a memory block that is too small when attempting to allocate an object of size close to SIZE MAX. This could potentially lead to a subsequent heap overflow due to the per-thread cache feature lacking an integer overflow check.
Recommendations
For GNU C Library (aka glibc or libc6) version 2.26, consider updating to a newer version that includes the necessary integer overflow check in the malloc function to prevent potential heap overflows.
Exploit
Fix
Integer Overflow
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Gnu C Library
Ubuntu