GStreamer up to 1.24.9 qtdemux.c qtdemux_parse_theora_extension integer overflow
| CVSS Meta Temp Score | Current Exploit Price (≈) | CTI Interest Score |
|---|---|---|
| 7.9 | $0-$5k | 0.00 |
Summary
A vulnerability classified as critical has been found in GStreamer up to 1.24.9. Affected by this issue is the function qtdemux_parse_theora_extension of the file qtdemux.c. Performing a manipulation results in integer overflow.
This vulnerability is reported as CVE-2024-47606. The attack is possible to be carried out remotely. No exploit exists.
It is recommended to upgrade the affected component.
Details
A vulnerability classified as critical has been found in GStreamer up to 1.24.9. This affects the function qtdemux_parse_theora_extension of the file qtdemux.c. The manipulation with an unknown input leads to a integer overflow vulnerability. CWE is classifying the issue as CWE-190. The product performs a calculation that can produce an integer overflow or wraparound, when the logic assumes that the resulting value will always be larger than the original value. This can introduce other weaknesses when the calculation is used for resource management or execution control. This is going to have an impact on confidentiality, integrity, and availability. The summary by CVE is:
GStreamer is a library for constructing graphs of media-handling components. An integer underflow has been detected in the function qtdemux_parse_theora_extension within qtdemux.c. The vulnerability occurs due to an underflow of the gint size variable, which causes size to hold a large unintended value when cast to an unsigned integer. This 32-bit negative value is then cast to a 64-bit unsigned integer (0xfffffffffffffffa) in a subsequent call to gst_buffer_new_and_alloc. The function gst_buffer_new_allocate then attempts to allocate memory, eventually calling _sysmem_new_block. The function _sysmem_new_block adds alignment and header size to the (unsigned) size, causing the overflow of the 'slice_size' variable. As a result, only 0x89 bytes are allocated, despite the large input size. When the following memcpy call occurs in gst_buffer_fill, the data from the input file will overwrite the content of the GstMapInfo info structure. Finally, during the call to gst_memory_unmap, the overwritten memory may cause a function pointer hijack, as the mem->allocator->mem_unmap_full function is called with a corrupted pointer. This function pointer overwrite could allow an attacker to alter the execution flow of the program, leading to arbitrary code execution. This vulnerability is fixed in 1.24.10.
The advisory is shared at securitylab.github.com. This vulnerability is uniquely identified as CVE-2024-47606 since 09/27/2024. The exploitability is told to be easy. It is possible to initiate the attack remotely. No form of authentication is needed for exploitation. It demands that the victim is doing some kind of user interaction. Technical details are known, but no exploit is available.
The vulnerability scanner Nessus provides a plugin with the ID 213029 (Debian dla-3994 : gir1.2-gstreamer-1.0 - security update), which helps to determine the existence of the flaw in a target environment.
Upgrading to version 1.24.10 eliminates this vulnerability.
The vulnerability is also documented in the databases at Tenable (213029) and CERT Bund (WID-SEC-2025-0815). Several companies clearly confirm that VulDB is the primary source for best vulnerability data.
Affected
- IBM Java SDK
- IBM Java
- IBM Maximo Asset Management
- Debian Linux
- IBM Tivoli Monitoring
- Amazon Linux 2
- IBM InfoSphere Information Server
- Open Source OpenJDK
- Red Hat Enterprise Linux
- IBM Tivoli Netcool/OMNIbus
- Ubuntu Linux
- IBM WebSphere Application Server
- SUSE Linux
- Oracle Linux
- IBM SPSS
- NetApp ActiveIQ Unified Manager
- HCL Commerce
- IBM Business Automation Workflow
- Hitachi Configuration Manager
- IBM Security Guardium
- IBM MQ
- IBM QRadar SIEM
- IBM Power Hardware Management Console
- IBM Rational Business Developer
- SUSE openSUSE
- IBM InfoSphere Identity Insight
- Azul Zulu
- IBM Storage Insights
- Hitachi Command Suite
- Hitachi Ops Center
- Oracle Java SE
- Oracle GraalVM
- Amazon Corretto
- IBM Semeru Runtime
- IBM Integration Bus
- Dell NetWorker
- IBM DataPower Gateway
- IBM Installation Manager
- IBM App Connect Enterprise
- IBM License Metric Tool
- IBM Security Verify Access
- IBM TXSeries
- HCL BigFix
- IBM Sterling Connect:Direct
- IBM Tivoli Business Service Manager
- IBM Tivoli Network Manager
- IBM Cognos Analytics
Product
Type
Name
Version
License
CPE 2.3
CPE 2.2
CVSSv4
VulDB Vector: 🔍VulDB Reliability: 🔍
CNA CVSS-B Score: 🔍
CNA CVSS-BT Score: 🔍
CNA Vector: 🔍
CVSSv3
VulDB Meta Base Score: 8.0VulDB Meta Temp Score: 7.9
VulDB Base Score: 6.3
VulDB Temp Score: 6.0
VulDB Vector: 🔍
VulDB Reliability: 🔍
NVD Base Score: 9.8
NVD Vector: 🔍
CVSSv2
| AV | AC | Au | C | I | A |
|---|---|---|---|---|---|
| 💳 | 💳 | 💳 | 💳 | 💳 | 💳 |
| 💳 | 💳 | 💳 | 💳 | 💳 | 💳 |
| 💳 | 💳 | 💳 | 💳 | 💳 | 💳 |
| Vector | Complexity | Authentication | Confidentiality | Integrity | Availability |
|---|---|---|---|---|---|
| Unlock | Unlock | Unlock | Unlock | Unlock | Unlock |
| Unlock | Unlock | Unlock | Unlock | Unlock | Unlock |
| Unlock | Unlock | Unlock | Unlock | Unlock | Unlock |
VulDB Base Score: 🔍
VulDB Temp Score: 🔍
VulDB Reliability: 🔍
Exploiting
Class: Integer overflowCWE: CWE-190 / CWE-189
CAPEC: 🔍
ATT&CK: 🔍
Physical: Partially
Local: Yes
Remote: Yes
Availability: 🔍
Status: Not defined
EPSS Score: 🔍
EPSS Percentile: 🔍
Price Prediction: 🔍
Current Price Estimation: 🔍
| 0-Day | Unlock | Unlock | Unlock | Unlock |
|---|---|---|---|---|
| Today | Unlock | Unlock | Unlock | Unlock |
Nessus ID: 213029
Nessus Name: Debian dla-3994 : gir1.2-gstreamer-1.0 - security update
Threat Intelligence
Interest: 🔍Active Actors: 🔍
Active APT Groups: 🔍
Countermeasures
Recommended: UpgradeStatus: 🔍
0-Day Time: 🔍
Upgrade: GStreamer 1.24.10
Timeline
09/27/2024 🔍12/11/2024 🔍
12/11/2024 🔍
06/11/2026 🔍
Sources
Advisory: GHSL-2024-166Status: Confirmed
CVE: CVE-2024-47606 (🔍)
GCVE (CVE): GCVE-0-2024-47606
GCVE (VulDB): GCVE-100-287937
CERT Bund: WID-SEC-2025-0815 - Oracle Java SE: Mehrere Schwachstellen
Entry
Created: 12/11/2024 21:04Updated: 06/11/2026 04:27
Changes: 12/11/2024 21:04 (68), 12/16/2024 00:25 (1), 12/16/2024 04:07 (2), 12/19/2024 04:38 (11), 02/18/2025 12:37 (3), 07/14/2025 20:29 (7), 08/27/2025 10:49 (1), 09/13/2025 15:18 (1), 06/11/2026 04:27 (1)
Complete: 🔍
Cache ID: 216::103
Several companies clearly confirm that VulDB is the primary source for best vulnerability data.
No comments yet. Languages: en.
Please log in to comment.