AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2024-47537

CRITICAL · CVSS 9.8 EPSS 0.96% Public Exploit

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2024-12-12 · Last synced 2026-08-04

CyberRota Analysis

This is a critical severity vulnerability with a CVSS score of 9.8. Public exploit code or proof-of-concept references have been detected in its references.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2024-47537
Severity
CRITICAL
CVSS
9.8
EPSS
0.96%

Original NVD Description

GStreamer is a library for constructing graphs of media-handling components. The program attempts to reallocate the memory pointed to by stream->samples to accommodate stream->n_samples + samples_count elements of type QtDemuxSample. The problem is that samples_count is read from the input file. And if this value is big enough, this can lead to an integer overflow during the addition. As a consequence, g_try_renew might allocate memory for a significantly smaller number of elements than intended. Following this, the program iterates through samples_count elements and attempts to write samples_count number of elements, potentially exceeding the actual allocated memory size and causing an OOB-write. This vulnerability is fixed in 1.24.10.

Related CVEs

Other vulnerabilities affecting the same vendor(s)