First published: Wed Dec 11 2024(Updated: )
GStreamer is a library for constructing graphs of media-handling components. A null pointer dereference vulnerability has been identified in `gst_gdk_pixbuf_dec_flush` within `gstgdkpixbufdec.c`. This function invokes `memcpy`, using `out_pix` as the destination address. `out_pix` is expected to point to the frame 0 from the frame structure, which is read from the input file. However, in certain situations, it can points to a NULL frame, causing the subsequent call to `memcpy` to attempt writing to the null address (0x00), leading to a null pointer dereference. This vulnerability can result in a Denial of Service (DoS) by triggering a segmentation fault (SEGV). 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-47613 is classified as a vulnerability that may lead to a null pointer dereference, impacting application stability.
To fix CVE-2024-47613, upgrade to versions 1.22.0-5+deb12u2 or 1.24.11-5 of the gst-plugins-good1.0 package on Debian.
GStreamer versions up to 1.24.10 are affected by CVE-2024-47613.
CVE-2024-47613 affects the function `gst_gdk_pixbuf_dec_flush` within the GStreamer library.
Yes, CVE-2024-47613 can lead to application crashes due to a null pointer dereference during memory operations.