First published: Wed Dec 11 2024(Updated: )
GStreamer is a library for constructing graphs of media-handling components. An OOB-read vulnerability has been discovered in the qtdemux_merge_sample_table function within qtdemux.c. The problem is that the size of the stts buffer isn’t properly checked before reading stts_duration, allowing the program to read 4 bytes beyond the boundaries of stts->data. This vulnerability reads up to 4 bytes past the allocated bounds of the stts array. 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.22.0-5+deb12u2 1.24.12-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-47598 is classified as a high-severity out-of-bounds read vulnerability.
To fix CVE-2024-47598, update GStreamer to version 1.24.10 or later, or apply relevant patches.
GStreamer versions up to but not including 1.24.10 are affected by CVE-2024-47598.
CVE-2024-47598 impacts the qtdemux_merge_sample_table function within the qtdemux.c component.
An out-of-bounds read vulnerability allows an attacker to read data outside the intended memory buffer, potentially leading to information leakage.