GPAC MP4Box CVE-2025-52293
HIGHSeverity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Primary rating from Vendor (mitre) · only source for this CVE.
CVSS VectorVendor: mitre
Lifecycle Timeline
3DescriptionCVE.org
A segmentation violaton in the gf_hevc_read_sps_bs_internal function (media_tools/av_parsers.c) of GPAC MP4Box v2.4 allows attackers to cause a Denial of Service (DoS) via supplying crafted HEVC SPS data.
AnalysisAI
Denial of service in GPAC MP4Box v2.4 allows remote attackers to crash the application by supplying a crafted HEVC Sequence Parameter Set (SPS), triggering a segmentation violation in the gf_hevc_read_sps_bs_internal function within media_tools/av_parsers.c. No public exploit identified at time of analysis, though the bug is reachable without authentication or user interaction per the CVSS vector. Real-world impact is limited to availability of the parsing process, with no integrity or confidentiality consequences.
Technical ContextAI
GPAC is an open-source multimedia framework widely used for packaging, streaming, and analyzing MP4/ISOBMFF and related container formats; MP4Box is its command-line packaging utility. The defect resides in the HEVC (H.265) SPS bitstream parser implemented in media_tools/av_parsers.c, where malformed values in the Sequence Parameter Set lead to a segmentation violation. The associated CWE-400 (Uncontrolled Resource Consumption) classification points to the parser failing to constrain or validate fields before dereferencing or allocating based on them, allowing a malformed SPS to abort the process.
RemediationAI
No vendor-released patch identified at time of analysis from the provided data - users should monitor the upstream GPAC repository (github.com/gpac/gpac) and the project's release notes for a fixed build superseding 2.4, then upgrade once an advisory is published. As compensating controls, avoid passing untrusted or attacker-controlled HEVC/MP4 inputs to MP4Box in automated pipelines; where MP4Box runs as a service, wrap invocations in a supervised sandbox (systemd restart policy, container with restart-on-crash, or a job queue that isolates failures) so a single crafted SPS only kills the worker rather than the parent service, and restrict the binary's filesystem and network capabilities via seccomp/AppArmor. Pre-validating HEVC streams with a hardened decoder before handing them to MP4Box reduces exposure but adds processing latency and may reject otherwise-valid files.
LibreNMS before 24.10.0 allows a remote attacker to execute arbitrary code via OS command injection involving AboutContr
Reachable assertion in Open5GS up to version 2.7.6 allows remote unauthenticated attackers to crash the Diameter CER han
A Command Injection issue in the payload build page in BYOB (Build Your Own Botnet) 2.0 allows attackers to execute arbi
Denial of service in Open5GS 2.7.6 and earlier allows network-adjacent attackers with low-privilege Diameter Gx peer acc
Denial of service in Open5GS HSS (Home Subscriber Server) versions 2.7.0 through 2.7.6 is triggered remotely by manipula
Remote command injection in Control Web Panel allows unauthenticated attackers to execute arbitrary OS commands as root
LINQPad before 5.52.01 Pro edition is vulnerable to Unsafe Deserialization in LINQPad.AutoRefManager::PopulateFromCache(
Remote code execution in dash-uploader (Python package for Plotly Dash) versions 0.1.0 through 0.7.0a2 allows unauthenti
Command injection in LiteLLM 1.18.10 lets attackers who can configure MCP (Model Context Protocol) servers supply arbitr
SQL injection in AzuraCast's backup restore flow (versions up to and including 0.23.7) lets an attacker achieve privileg
Arbitrary file read in Yu AI Code Mother v4.3 lets anonymous, remote attackers retrieve files outside the intended previ
Remote code execution in APScheduler (all versions through 3.10.x and 4.0.0a5) is achievable when applications deseriali
Same weakness CWE-400 – Uncontrolled Resource Consumption
View allSame technique Denial Of Service
View allShare
External POC / Exploit Code
Leaving vuln.today