CVE-2024-47546

Source
https://cve.org/CVERecord?id=CVE-2024-47546
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2024-47546.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2024-47546
Aliases
Downstream
Related
Published
2024-12-11T19:01:05.831Z
Modified
2026-05-15T04:10:19.212951650Z
Severity
  • 6.9 (Medium) CVSS_V4 - CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N CVSS Calculator
Summary
GHSL-2024-243: GStreamer has an integer underflow in extract_cc_from_data leading to OOB-read
Details

GStreamer is a library for constructing graphs of media-handling components. An integer underflow has been detected in extractccfromdata function within qtdemux.c. In the FOURCCc708 case, the subtraction atomlength - 8 may result in an underflow if atomlength is less than 8. When that subtraction underflows, *cclen ends up being a large number, and then cclen is passed to g_memdup2 leading to an out-of-bounds (OOB) read. This vulnerability is fixed in 1.24.10.

Database specific
{
    "unresolved_ranges": [
        {
            "source": "AFFECTED_FIELD",
            "extracted_events": [
                {
                    "fixed": "1.24.10"
                }
            ]
        }
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2024/47xxx/CVE-2024-47546.json",
    "cna_assigner": "GitHub_M",
    "cwe_ids": [
        "CWE-191"
    ]
}
References

Affected packages