Skip to main content

GPAC MP4Box CVE-2025-60471

MEDIUM
Use After Free (CWE-416)
2026-06-24 mitre
5.5
CVSS 3.1 · Vendor: mitre
Share

Severity by source

Vendor (mitre) PRIMARY
5.5 MEDIUM
AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H
vuln.today AI
5.5 MEDIUM

Local file processing with no privileges needed; user must open the file; DoS-only with no C or I impact.

3.1 AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H
4.0 AV:L/AC:L/AT:N/PR:N/UI:A/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N

Primary rating from Vendor (mitre).

CVSS VectorVendor: mitre

Attack Vector
Local
Attack Complexity
Low
Privileges Required
None
User Interaction
Required
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High

Lifecycle Timeline

4
Source Code Evidence Fetched
Jun 24, 2026 - 21:31 vuln.today
Analysis Generated
Jun 24, 2026 - 21:31 vuln.today
CVSS changed
Jun 24, 2026 - 20:22 NVD
5.5 (MEDIUM)
CVE Published
Jun 24, 2026 - 00:00 cve.org
UNKNOWN (no severity yet)

DescriptionCVE.org

A use-after-free in the gf_filter_pid_reconfigure_task_discard function (/filter_core/filter_pid.c) of GPAC Project/MP4Box before 26.02.0 allows attackers to cause a Denial of Service (DoS) via supplying a crafted media file.

AnalysisAI

Use-after-free in GPAC MP4Box before version 26.02.0 allows a local attacker to crash the application by supplying a crafted media file, resulting in Denial of Service. The flaw resides in the filter PID lifecycle management within filter_pid.c, where a PID instance could be freed prematurely while a pending reconfiguration task still held a reference to it. Publicly available exploit code exists, though the attack requires user interaction to process the malicious file and exploitation is limited to DoS with no confidentiality or integrity impact.

Technical ContextAI

GPAC is an open-source multimedia framework and the MP4Box tool is its command-line interface for MP4 file manipulation and media processing. The vulnerability (CWE-416: Use After Free) exists in the filter pipeline subsystem, specifically in the gf_filter_pid_reconfigure_task_discard function at filter_core/filter_pid.c line 1341. The commit diff (868c6801) reveals the root cause: gf_filter_pid_inst_swap_delete unconditionally called gf_filter_pid_inst_del to free a PID instance even when a configure_task_discard task had already been posted for that PID (signaled by discard_inputs==2). When the queued task later executed, it accessed the already-freed PID instance memory, triggering undefined behavior and a crash. The fix introduces a deferred destruction pattern using a discard_inputs state machine (value 2 = task pending, 3 = to be destroyed by task) to coordinate safe teardown across the asynchronous task boundary. CPE data provided is non-informative (n/a:n/a); affected product is confirmed as GPAC/MP4Box pre-26.02.0 per the CVE description and referenced GitHub issue.

RemediationAI

The primary fix is to upgrade GPAC MP4Box to version 26.02.0 or later, which incorporates the upstream patch at commit 868c6801c226e9964cace54cfd5a759f152780b4. The patch is available at https://github.com/gpac/gpac/commit/868c6801c226e9964cace54cfd5a759f152780b4; however, a formally tagged released version has not been independently confirmed beyond the CVE description's reference to 26.02.0 as the fixed version. If upgrading immediately is not possible, a practical compensating control is to restrict MP4Box from processing untrusted or externally sourced media files - specifically, preventing automated pipelines from ingesting files from untrusted sources without prior validation or sandboxing. Running MP4Box in a sandboxed environment (e.g., via seccomp, containers, or AppArmor) can limit the blast radius of a crash to the isolated process. Since impact is DoS-only with no privilege escalation, restricting the tool's network access or filesystem write permissions provides no additional protection for this specific vulnerability.

More in N A

View all
CVE-2024-51092 CRITICAL POC
9.1 May 08

LibreNMS before 24.10.0 allows a remote attacker to execute arbitrary code via OS command injection involving AboutContr

CVE-2025-15684 MEDIUM POC
5.5 Aug 12

Reachable assertion in Open5GS up to version 2.7.6 allows remote unauthenticated attackers to crash the Diameter CER han

CVE-2024-45257 HIGH POC
7.3 May 08

A Command Injection issue in the payload build page in BYOB (Build Your Own Botnet) 2.0 allows attackers to execute arbi

CVE-2025-15687 LOW POC
2.1 Aug 12

Denial of service in Open5GS 2.7.6 and earlier allows network-adjacent attackers with low-privilege Diameter Gx peer acc

CVE-2025-15686 LOW POC
2.1 Aug 12

Denial of service in Open5GS HSS (Home Subscriber Server) versions 2.7.0 through 2.7.6 is triggered remotely by manipula

CVE-2025-67888 HIGH POC
7.3 May 08

Remote command injection in Control Web Panel allows unauthenticated attackers to execute arbitrary OS commands as root

CVE-2024-53326 HIGH POC
7.3 May 08

LINQPad before 5.52.01 Pro edition is vulnerable to Unsafe Deserialization in LINQPad.AutoRefManager::PopulateFromCache(

CVE-2026-38360 CRITICAL POC
9.8 May 08

Remote code execution in dash-uploader (Python package for Plotly Dash) versions 0.1.0 through 0.7.0a2 allows unauthenti

CVE-2026-30623 CRITICAL POC
9.8 Jul 15

Command injection in LiteLLM 1.18.10 lets attackers who can configure MCP (Model Context Protocol) servers supply arbitr

CVE-2026-67917 CRITICAL POC
9.8 Aug 17

SQL injection in AzuraCast's backup restore flow (versions up to and including 0.23.7) lets an attacker achieve privileg

CVE-2026-75337 CRITICAL POC
9.8 Aug 27

Arbitrary file read in Yu AI Code Mother v4.3 lets anonymous, remote attackers retrieve files outside the intended previ

CVE-2026-31072 CRITICAL POC
9.8 May 19

Remote code execution in APScheduler (all versions through 3.10.x and 4.0.0a5) is achievable when applications deseriali

Share

CVE-2025-60471 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy