CVE-2024-47613
A null pointer dereference vulnerability has been identified in `gst_gdk_pixbuf_dec_flush` within `gstgdkpixbufdec.c`.
Does this matter?
High impact if exploited, but EPSS currently rates exploitation as unlikely (0.90%). Schedule it in the normal patch cycle and watch for a rise in EPSS or a public exploit.
Description
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.
- CVSS 4.0
- 8.6 HIGHCVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/M
- EPSS
- 0.90% probability · 58th percentile
- CISA KEV
- Not listed
- Weakness
- CWE-476, CWE-787
- Affected
- gstreamer/gstreamer
- Source
- security-advisories@github.com
References
- https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8041.patchPatch
- https://gstreamer.freedesktop.org/security/sa-2024-0025.htmlRelease Notes
- https://securitylab.github.com/advisories/GHSL-2024-115_GHSL-2024-118_Gstreamer/Third Party Advisory
- https://lists.debian.org/debian-lts-announce/2025/02/msg00035.html
Source: NVD record, EPSS from FIRST.org, KEV from CISA. Refreshed daily.