CVE-2024-47835

Source
https://nvd.nist.gov/vuln/detail/CVE-2024-47835
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2024-47835.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2024-47835
Downstream
Related
Published
2024-12-11T19:17:26Z
Modified
2025-10-14T14:34:24Z
Severity
  • 6.8 (Medium) CVSS_V4 - CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N CVSS Calculator
Summary
GHSL-2024-263: Gstreamer NULL-pointer dereference in LRC subtitle parser
Details

GStreamer is a library for constructing graphs of media-handling components. A null pointer dereference vulnerability has been detected in the parselrc function within gstsubparse.c. 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 a call to gstrdup(start + 1) leads to a null pointer dereference. This vulnerability is fixed in 1.24.10.

References

Affected packages

Git /

Affected ranges

Database specific

{
    "unresolved_versions": [
        {
            "events": [
                {
                    "introduced": "0"
                },
                {
                    "fixed": "1.24.10"
                }
            ],
            "type": ""
        }
    ]
}