CVE-2025-60468: GPAC Multimedia Open Source Project GPAC Project/MP4Box 2.5-DEV-rev1593-gfe88c3545-master is affected by: B...
GPAC Multimedia Open Source Project GPAC Project/MP4Box 2.5-DEV-rev1593-gfe88c3545-master is affected by: Buffer Overflow. The impact is: cause a denial of service (local). The component is: filter_core/filter_pid.c (L:574-580): function gf_filter_pid_inst_swap_delete_task() improperly accesses freed objects during PID instance swap/delete cleanup, leading to heap use-after-free. The attack vector is: Local (AV:L): a local, authenticated user who processes a specially crafted MPEG-2 TS/MP4 file with MP4Box can trigger the bug during filter teardown (PID instance swap/delete), causing a crash. ¶¶ In GPAC s MP4Box, gf_filter_pid_inst_swap_delete_task() in filter_core/filter_pid.c may dereference objects after they have been freed when cleaning up PID instances after a swap/delete operation. Crafted inputs (e.g., malformed MPEG-2 TS) can trigger a heap use-after-free and crash; exploitation may be possible.
Security readout for executives and security teams
Plain-English summary
This CVE affects a development build of GPAC/MP4Box. A local authenticated user or media-processing workflow can crash MP4Box by handling a specially crafted MPEG-2 TS or MP4 file. The main business risk is availability disruption in systems that automatically process untrusted media.
Executive priority
Treat this as a targeted availability issue, not an enterprise-wide emergency. Prioritize teams running MP4Box against untrusted media, especially customer upload or conversion services, and update once upstream fixed builds are confirmed.
Technical view
The issue is described as a heap use-after-free in gf_filter_pid_inst_swap_delete_task() in filter_core/filter_pid.c during PID instance swap/delete cleanup. CVSS 3.1 is 5.5, local, low complexity, privileges required, no confidentiality or integrity impact, high availability impact.
Likely exposure
Exposure is most likely where GPAC/MP4Box 2.5-DEV-rev1593-gfe88c3545-master or related source builds process user-supplied media. Public-facing upload pipelines may be indirectly exposed if backend jobs invoke MP4Box on untrusted files.
Exploitation context
The CVE is not listed as KEV, and the bundle provides no evidence of active exploitation. A public PoC reference exists, but the stated attack vector is local processing of crafted media, causing denial of service. Exploitation beyond crashing is only described as possible.
Researcher notes
The record mixes CWE-122 buffer overflow wording with a heap use-after-free description. Preserve that distinction in tracking. The affected product metadata is incomplete, so version validation should rely on GPAC/MP4Box build provenance and the referenced issue and commits.
Mitigation direction
Inventory GPAC/MP4Box deployments and source builds.
Review upstream GPAC issue and referenced commits for fixed code.
Update to a vendor-supported fixed release or fixed commit when confirmed.
Sandbox MP4Box jobs that process untrusted media.
Limit who can submit media to automated processing pipelines.
Monitor media workers for repeat crashes and abnormal exits.
Validation and detection
Confirm whether deployed MP4Box matches the affected development revision.
Map all routes or jobs that invoke MP4Box on uploaded files.
Compare deployed code against the referenced upstream commits.
Check crash logs for MP4Box failures during media teardown.
Verify sandboxing and restart limits around media processing workers.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-122: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-122 · source CWE mapping
Heap-based Buffer Overflow
Heap-based Buffer Overflow represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.