CVE-2024-47546 MEDIUM

CVE-2024-47546: GHSL-2024-243: GStreamer has an integer underflow in extract_cc_from_data leading to OOB-read

Vendor Gstreamer
Product gstreamer
Weakness CWE-191
Published December 11, 2024
Last update November 3, 2025

CVSS base score

6.9/10
Attack vector Local
Attack complexity Low
Privileges required None
User interaction None
Confidentiality
Integrity

CVSS vector

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

What the vulnerability does

01Description

GStreamer is a library for constructing graphs of media-handling components. An integer underflow has been detected in extract_cc_from_data function within qtdemux.c. In the FOURCC_c708 case, the subtraction atom_length - 8 may result in an underflow if atom_length 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.

Key dates

02Disclosure timeline

December 11, 2024 CVE published
November 3, 2025 Record updated