First published: Wed Dec 11 2024(Updated: )
GStreamer is a library for constructing graphs of media-handling components. An integer underflow has been detected in extract_cc_from_data function within qtdemux.c. In the FOURCC_c708 case, the subtraction atom_length - 8 may result in an underflow if atom_length is less than 8. When that subtraction underflows, *cclen ends up being a large number, and then cclen is passed to g_memdup2 leading to an out-of-bounds (OOB) read. This vulnerability is fixed in 1.24.10.
Credit: security-advisories@github.com security-advisories@github.com
Affected Software | Affected Version | How to fix |
---|---|---|
GStreamer | <1.24.10 | |
debian/gst-plugins-good1.0 | <=1.18.4-2+deb11u2 | 1.18.4-2+deb11u3 1.22.0-5+deb12u2 1.26.0-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-47546 has been classified as a high severity vulnerability due to the potential for an integer underflow leading to possible exploitation.
To fix CVE-2024-47546, update to GStreamer version 1.22.0-5+deb12u2 or 1.24.11-5 for Debian-based systems.
CVE-2024-47546 affects GStreamer versions up to 1.24.10 and specifically the gst-plugins-good1.0 package.
The nature of the vulnerability in CVE-2024-47546 is an integer underflow in the extract_cc_from_data function within qtdemux.c.
CVE-2024-47546 may be exploited remotely as it is related to media processing in GStreamer.