A flaw was found in indent, a program for formatting C code. This issue may allow an attacker to trick a user into processing a specially crafted file to trigger a heap-based buffer overflow, causing the application to crash.
Workaround:
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().
The product writes data past the end, or before the beginning, of the intended buffer.
Link | Tags |
---|---|
https://access.redhat.com/security/cve/CVE-2024-0911 | third party advisory vdb entry |
https://bugzilla.redhat.com/show_bug.cgi?id=2260399 | issue tracking |
https://lists.gnu.org/archive/html/bug-indent/2024-01/msg00000.html |