A security flaw has been discovered in GPAC up to 2.4.0. Affected is the function MergeFragment of the file src/isomedia/isom_intern.c of the component MP4Box. The manipulation results in null pointer dereference. The attack needs to be approached locally. The exploit has been released to the public and may be used for attacks. The patch is identified as 525bf1af642c30af04e4df5345e6d798c0a4d8a1. It is advisable to implement a patch to correct this issue.
This flaw can make GPAC MP4Box crash when handling a crafted fragmented MP4 operation. It is not described as remote code execution or data theft. Business impact is mainly denial of service in local or automated media-processing workflows that run affected GPAC versions on untrusted files.
Executive priority
Treat this as a moderate operational-risk issue. It is unlikely to be enterprise-critical by itself, but it deserves prompt remediation where GPAC handles external media because public exploit material is reported and crashes can disrupt automated processing.
Technical view
CVE-2026-9567 affects GPAC MP4Box through a null pointer dereference in MergeFragment in src/isomedia/isom_intern.c. Sources list GPAC 2.0 through 2.4.0 as affected. CVSS 4.0 is 4.8 with local attack vector, low complexity, low privileges, no user interaction, and low availability impact.
Likely exposure
Exposure is most likely where GPAC MP4Box is installed on workstations, build systems, or media pipelines and processes files from users, partners, crawlers, or uploads. Public-facing exposure is not directly indicated because the source describes a local attack path.
Exploitation context
The source bundle states a public exploit exists, but CISA KEV status is false and no cited source confirms active exploitation. The practical concern is crash-driven denial of service after a local or pipeline context processes malicious media input.
Researcher notes
Evidence supports null pointer dereference and availability impact only. Do not infer code execution, remote reachability, or broad product impact beyond GPAC versions listed. The public PoC reference increases reproducibility risk, but KEV is false and active exploitation is not established.
Mitigation direction
Apply patch commit 525bf1af642c30af04e4df5345e6d798c0a4d8a1 where applicable.
Track GPAC advisories for a release containing the fix.
Avoid processing untrusted MP4 inputs with affected MP4Box versions.
Run media-processing jobs with isolation, least privilege, and restart controls.
Prioritize patching automated workflows that consume external media.
Validation and detection
Inventory GPAC and MP4Box versions across workstations and media-processing systems.
Identify workflows processing MP4 files from external or untrusted sources.
Confirm whether the patch commit is present in deployed builds.
Review job logs for unexpected MP4Box crashes or denial-of-service symptoms.
Check GPAC issue 3549 and vendor guidance for fix status.
Based on public source material and reviewed before publication.
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-404: 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.
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-404 · source CWE mapping
Improper Resource Shutdown or Release
Improper Resource Shutdown or Release represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
NULL Pointer Dereference represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.