CVE-2024-47606: GHSL-2024-166: Integer underflow in qtdemux_parse_theora_extension leading to function pointer overwrite in GStreamer - CVE-2024-47606
GStreamer is a library for constructing graphs of media-handling components. An integer underflow has been detected in the function qtdemuxparsetheoraextension within qtdemux.c. The vulnerability occurs due to an underflow of the gint size variable, which causes size to hold a large unintended value when cast to an unsigned integer. This 32-bit negative value is then cast to a 64-bit unsigned integer (0xfffffffffffffffa) in a subsequent call to gstbuffernewandalloc. The function gstbuffernewallocate then attempts to allocate memory, eventually calling sysmemnewblock. The function sysmemnewblock adds alignment and header size to the (unsigned) size, causing the overflow of the 'slicesize' variable. As a result, only 0x89 bytes are allocated, despite the large input size. When the following memcpy call occurs in gstbufferfill, the data from the input file will overwrite the content of the GstMapInfo info structure. Finally, during the call to gstmemoryunmap, the overwritten memory may cause a function pointer hijack, as the mem->allocator->memunmapfull function is called with a corrupted pointer. This function pointer overwrite could allow an attacker to alter the execution flow of the program, leading to arbitrary code execution. This vulnerability is fixed in 1.24.10.
Other sources
This CVE was automatically created from a reference found in an email or other text. If you are reading this, then this CVE entry is probably erroneous, since this text should be replaced by the official CVE description automatically.
— Launchpad
Affected Software
Remediation
Event History
Frequently Asked Questions
What is the severity of CVE-2024-47606?
CVE-2024-47606 is classified as a medium severity vulnerability due to the potential for exploitation via media handling components.
How do I fix CVE-2024-47606?
To mitigate CVE-2024-47606, update to the patched versions of the affected packages: gst-plugins-good1.0 at least 1.22.0-5+deb12u2 or gstreamer1.0 at least 1.18.4-2.1+deb11u1.
What software is affected by CVE-2024-47606?
CVE-2024-47606 affects GStreamer versions up to 1.24.10 and specific Debian packages such as gst-plugins-good1.0 and gstreamer1.0.
What kind of vulnerability is CVE-2024-47606?
CVE-2024-47606 is an integer underflow vulnerability found in the qtdemux_parse_theora_extension function.
Can CVE-2024-47606 be exploited remotely?
Yes, CVE-2024-47606 can potentially be exploited remotely through specially crafted media files.