First published: Wed Dec 11 2024(Updated: )
GStreamer is a library for constructing graphs of media-handling components. stack-buffer overflow has been detected in the gst_opus_dec_parse_header function within `gstopusdec.c'. The pos array is a stack-allocated buffer of size 64. If n_channels exceeds 64, the for loop will write beyond the boundaries of the pos array. The value written will always be GST_AUDIO_CHANNEL_POSITION_NONE. This bug allows to overwrite the EIP address allocated in the stack. This vulnerability is fixed in 1.24.10.
Credit: security-advisories@github.com security-advisories@github.com
Affected Software | Affected Version | How to fix |
---|---|---|
debian/gst-plugins-base1.0 | <=1.18.4-2+deb11u2<=1.22.0-3+deb12u2 | 1.18.4-2+deb11u3 1.22.0-3+deb12u3 1.24.10-1 |
GStreamer | <1.24.10 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-47607 is classified as a critical vulnerability due to the potential for a stack-buffer overflow leading to remote code execution.
To fix CVE-2024-47607, upgrade to a non-vulnerable version of gst-plugins-base1.0 such as 1.18.4-2+deb11u3, 1.22.0-3+deb12u3, or 1.24.10-1.
CVE-2024-47607 affects GStreamer, specifically versions prior to 1.24.10 and gst-plugins-base1.0 version 1.18.4-2+deb11u2 and 1.22.0-3+deb12u2.
The stack-buffer overflow in CVE-2024-47607 occurs within the gst_opus_dec_parse_header function found in gstopusdec.c.
Exploiting CVE-2024-47607 can lead to arbitrary code execution, data corruption, or crashing of the application using affected GStreamer components.