Heap-based Buffer Overflow
CVE-2023-34474
Summary
A Heap-based Buffer Overflow issue was discovered in ImageMagick's "ReadTIM2ImageData()" function in "coders/tim2.c" versions 7.x prior to 7.1.1-10. A local attacker could trick the user in opening a specially crafted file, triggering an out-of-bounds read error, allowing an application to crash, resulting in a Denial of Service.
- LOW
- LOCAL
- NONE
- UNCHANGED
- REQUIRED
- NONE
- NONE
- HIGH
CWE-122 - Heap-based Buffer Overflow
A heap overflow condition is a buffer overflow, where the buffer that can be overwritten is allocated in the heap portion of memory, generally meaning that the buffer was allocated using a routine such as malloc().
Advisory Timeline
- Published