A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-9567

CVE-2026-9567: GPAC MP4Box Use-After-Free Vulnerability

CVE-2026-9567 is a use-after-free vulnerability in GPAC MP4Box up to version 2.4.0 that enables local attacks via null pointer dereference. This article covers technical details, affected versions, and mitigation steps.

Published: May 28, 2026

CVE-2026-9567 Overview

CVE-2026-9567 is a null pointer dereference vulnerability in GPAC versions up to 2.4.0. The flaw resides in the MergeFragment function within src/isomedia/isom_intern.c, part of the MP4Box component. An attacker with local access can trigger the dereference by supplying a crafted MP4 input that contains a GF_ProtectionSystemHeaderBox with inconsistent private_data fields. The issue is tracked under [CWE-404] (Improper Resource Shutdown or Release) and a public proof-of-concept has been released. The upstream patch is identified by commit 525bf1af642c30af04e4df5345e6d798c0a4d8a1.

Critical Impact

Local attackers can crash MP4Box by feeding a malformed media container, causing a denial of service in automated media processing pipelines that ingest untrusted files.

Affected Products

  • GPAC up to and including version 2.4.0
  • GPAC MP4Box utility
  • Applications embedding the GPAC libisomedia library

Discovery Timeline

  • 2026-05-26 - CVE-2026-9567 published to NVD
  • 2026-05-26 - Public proof-of-concept released via GitHub Issue #3549
  • 2026-05-26 - Upstream patch committed as 525bf1af642c30af04e4df5345e6d798c0a4d8a1
  • 2026-05-26 - Last updated in NVD database

Technical Details for CVE-2026-9567

Vulnerability Analysis

The defect lives in the MergeFragment routine that consolidates moof (Movie Fragment) boxes into the parent moov structure during ISO Base Media File Format processing. When the routine encounters a GF_ProtectionSystemHeaderBox (pssh), it copies private_data from the source box to the merged box. The pre-patch code reads private_data_size and calls memmove on private_data without first validating that the source pointer is non-null. Supplying a pssh box with a null private_data pointer or zero private_data_size triggers the dereference and aborts the process. The crash occurs entirely within the parsing path, so any tool that invokes MP4Box against untrusted input is exposed.

Root Cause

The root cause is missing input validation on a nested box field. The code assumed that any pssh box containing a KID_count would also carry valid private_data, an invariant that the MP4 specification does not enforce.

Attack Vector

Exploitation requires local access and the ability to provide a crafted MP4 file to a process invoking MP4Box or the GPAC libisomedia API. There is no remote network vector and no code execution outcome — only a process-level denial of service.

c
// Patch: src/isomedia/isom_intern.c - add nullguard in MergeFragment()
            memmove(pssh->KIDs, ((GF_ProtectionSystemHeaderBox *)a)->KIDs, pssh->KID_count*sizeof(bin128));
        }
-       pssh->private_data_size = ((GF_ProtectionSystemHeaderBox *)a)->private_data_size;
-       pssh->private_data = (u8 *)gf_malloc(pssh->private_data_size*sizeof(char));
-       if (!pssh->private_data) return GF_OUT_OF_MEM;
-       memmove(pssh->private_data, ((GF_ProtectionSystemHeaderBox *)a)->private_data, pssh->private_data_size);
+       if ( ((GF_ProtectionSystemHeaderBox *)a)->private_data && ((GF_ProtectionSystemHeaderBox *)a)->private_data_size ) {
+           pssh->private_data_size = ((GF_ProtectionSystemHeaderBox *)a)->private_data_size;
+           pssh->private_data = (u8 *)gf_malloc(pssh->private_data_size*sizeof(char));
+           if (!pssh->private_data) return GF_OUT_OF_MEM;
+           memmove(pssh->private_data, ((GF_ProtectionSystemHeaderBox *)a)->private_data, pssh->private_data_size);
+       }
        pssh->moof_defined = 1;
        mov->has_pssh_moof = GF_TRUE;
// Source: https://github.com/makesoftwaresafe/gpac/commit/525bf1af642c30af04e4df5345e6d798c0a4d8a1

Detection Methods for CVE-2026-9567

Indicators of Compromise

  • Unexpected crashes or SIGSEGV terminations of MP4Box processes during media ingestion.
  • Core dump files referencing MergeFragment or isom_intern.c in the call stack.
  • MP4 files containing pssh boxes with zero-length or absent private_data fields.

Detection Strategies

  • Statically inspect deployed GPAC binaries for versions at or below 2.4.0 and flag systems missing commit 525bf1af642c30af04e4df5345e6d798c0a4d8a1.
  • Run candidate MP4 inputs through a sandboxed MP4Box invocation and alert on non-zero exit codes or signal terminations.
  • Compare hashes of installed GPAC libraries against patched distribution packages.

Monitoring Recommendations

  • Forward process termination and crash telemetry from media transcoding hosts to a central log store for review.
  • Track invocations of MP4Box against files originating from untrusted upload paths or shared filesystems.
  • Alert on repeated parser crashes that target the same user or upload source, which can indicate active probing.

How to Mitigate CVE-2026-9567

Immediate Actions Required

  • Upgrade GPAC to a build that includes commit 525bf1af642c30af04e4df5345e6d798c0a4d8a1 from the GPAC repository.
  • Inventory hosts running MP4Box and rebuild any locally compiled installations against the patched source.
  • Restrict execution of MP4Box to trusted accounts on multi-user systems until patching is complete.

Patch Information

The fix adds a guard that only copies private_data when both the source pointer and size are non-zero. The patch is available in commit 525bf1af642c30af04e4df5345e6d798c0a4d8a1 and resolves GitHub Issue #3549.

Workarounds

  • Run MP4Box inside a sandbox or container with restricted privileges so a crash cannot affect adjacent workloads.
  • Pre-validate MP4 inputs with a separate parser that rejects malformed pssh boxes before they reach GPAC.
  • Disable processing of DRM-protected fragmented MP4 inputs on systems that do not require them.
bash
# Verify installed GPAC version and patch presence
MP4Box -version 2>&1 | head -n 2

# Rebuild GPAC from the patched source
git clone https://github.com/gpac/gpac.git
cd gpac
git fetch origin
git checkout 525bf1af642c30af04e4df5345e6d798c0a4d8a1
./configure --static-bin
make -j"$(nproc)"
sudo make install

# Restrict MP4Box execution to a dedicated low-privilege user
sudo chown root:mediaproc /usr/local/bin/MP4Box
sudo chmod 750 /usr/local/bin/MP4Box

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeUse After Free

  • Vendor/TechGpac

  • SeverityLOW

  • CVSS Score1.9

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-404
  • Technical References
  • GitHub GPAC Repository

  • GitHub Issue #3549

  • GitHub Commit Details

  • GitHub PoC Attachment

  • VulDB Submission Page

  • VulDB #365629

  • VulDB #365629 CTI Report
  • Related CVEs
  • CVE-2026-1415: Gpac Use After Free Vulnerability

  • CVE-2026-1416: Gpac Use After Free Vulnerability

  • CVE-2026-1417: Gpac Use-After-Free Vulnerability

  • CVE-2026-9572: Gpac MP4Box Information Disclosure Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English