
Cloud Vulnerability DB
A community-led vulnerabilities database
GStreamer, a library for constructing graphs of media-handling components, was found to contain a null pointer dereference vulnerability (CVE-2024-47835) in the parselrc function within gstsubparse.c. The vulnerability was discovered and reported by Antonio Morales from the GHSL team on October 7, 2024, and was fixed in GStreamer version 1.24.10 ([GitHub Advisory](https://securitylab.github.com/advisories/GHSL-2024-263Gstreamer/), GStreamer Advisory).
The vulnerability occurs when the parselrc function calls strchr() to find the character ']' in the string line. The pointer returned by this call is then passed to gstrdup(). However, if the string line does not contain the character ']', strchr() returns NULL, and the subsequent call to g_strdup(start + 1) leads to a null pointer dereference. The issue has been assigned a CVSS v3.1 base score of 7.5 (HIGH) with vector AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H (NVD).
This vulnerability can result in a Denial of Service (DoS) by triggering a segmentation fault (SEGV) when processing specially crafted input files (GitHub Advisory).
The vulnerability has been fixed in GStreamer version 1.24.10. Users are advised to upgrade to this version or apply the available patch. The fix involves adding a NULL check for the return value of strchr() before proceeding with the gstrdup operation ([GStreamer Patch](https://gitlab.freedesktop.org/gstreamer/gstreamer/-/mergerequests/8039.patch)).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."