The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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
    • 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-33144

CVE-2026-33144: GPAC MP4Box Buffer Overflow Vulnerability

CVE-2026-33144 is a heap-based buffer overflow flaw in GPAC MP4Box that allows attackers to trigger out-of-bounds writes via crafted NHML files. This article covers technical details, affected versions, and mitigation.

Published: March 27, 2026

CVE-2026-33144 Overview

A heap-based buffer overflow (write) vulnerability has been discovered in GPAC MP4Box, an open-source multimedia framework widely used for media processing and manipulation. The vulnerability exists in the gf_xml_parse_bit_sequence_bs function located in utils/xml_bin_custom.c when processing crafted NHML files containing malicious <BS> (BitSequence) elements. An attacker can exploit this by providing a specially crafted NHML file, causing an out-of-bounds write on the heap that could lead to application crashes or potential code execution.

Critical Impact

Successful exploitation of this heap-based buffer overflow could allow attackers to corrupt heap memory, potentially leading to denial of service or arbitrary code execution when users process malicious NHML multimedia files.

Affected Products

  • GPAC MP4Box versions prior to commit 86b0e36
  • GPAC multimedia framework installations using vulnerable XML parsing functionality
  • Applications integrating GPAC libraries for NHML file processing

Discovery Timeline

  • 2026-03-20 - CVE-2026-33144 published to NVD
  • 2026-03-23 - Last updated in NVD database

Technical Details for CVE-2026-33144

Vulnerability Analysis

This vulnerability is classified as CWE-787 (Out-of-bounds Write), a memory corruption flaw that occurs when the application writes data past the allocated boundaries of a buffer in heap memory. The vulnerable code path is triggered during NHML file parsing, specifically when the gf_xml_parse_bit_sequence_bs function processes <BS> (BitSequence) elements.

The local attack vector requires user interaction, meaning an attacker must convince a victim to open or process a malicious NHML file using GPAC MP4Box. While this reduces the attack surface compared to network-exploitable vulnerabilities, media processing tools frequently handle untrusted files from various sources, making this a realistic attack scenario.

The impact includes potential loss of confidentiality and integrity through memory corruption, as well as high availability impact due to application crashes.

Root Cause

The root cause lies in insufficient bounds checking within the gf_xml_parse_bit_sequence_bs function when processing BitSequence elements in NHML files. The function fails to properly validate the size or content of <BS> elements before writing parsed data to heap-allocated buffers, allowing malformed input to trigger writes beyond allocated memory regions.

Attack Vector

The attack requires local access where an attacker crafts a malicious NHML (MPEG-4 Hint Track Markup Language) file containing specially constructed <BS> BitSequence elements. When a user processes this file with GPAC MP4Box or any application using the vulnerable GPAC library functions, the parser writes data beyond the bounds of heap-allocated buffers.

The exploitation scenario typically involves:

  1. Attacker creates a malicious NHML file with crafted <BS> elements designed to overflow heap buffers
  2. The malicious file is delivered to a victim through email attachments, downloads, or file sharing
  3. Victim opens or processes the file using GPAC MP4Box or integrated applications
  4. The vulnerable gf_xml_parse_bit_sequence_bs function processes the malicious elements
  5. Out-of-bounds heap write occurs, potentially corrupting adjacent memory structures

For detailed technical analysis of the vulnerable code and the fix, refer to the GitHub Security Advisory GHSA-3jw5-9pmw-vmfg.

Detection Methods for CVE-2026-33144

Indicators of Compromise

  • Unexpected crashes or segmentation faults in MP4Box or GPAC-based applications during NHML file processing
  • Abnormal memory consumption patterns when parsing multimedia files
  • Core dumps indicating heap corruption in the gf_xml_parse_bit_sequence_bs function or xml_bin_custom.c module
  • Suspicious NHML files with unusually large or malformed <BS> elements

Detection Strategies

  • Deploy endpoint detection and response (EDR) solutions like SentinelOne to monitor for exploitation attempts and memory corruption behaviors
  • Implement file integrity monitoring on systems that process multimedia content
  • Configure application-level logging to capture NHML parsing errors and exceptions
  • Use memory safety tools such as AddressSanitizer in development and testing environments to detect heap overflows

Monitoring Recommendations

  • Monitor MP4Box and GPAC-based application process behaviors for signs of memory corruption or unexpected termination
  • Enable verbose logging for multimedia processing workflows to identify anomalous file inputs
  • Review incoming NHML files in media processing pipelines for suspicious characteristics before processing
  • Implement sandboxing for multimedia file processing to contain potential exploitation attempts

How to Mitigate CVE-2026-33144

Immediate Actions Required

  • Update GPAC to a version that includes commit 86b0e36 or later immediately
  • Audit systems to identify all instances of GPAC MP4Box installations and libraries
  • Restrict NHML file processing to trusted sources until patches are applied
  • Implement strict input validation for multimedia files entering processing pipelines

Patch Information

The vulnerability has been addressed via commit 86b0e36ea4c71402fbdaf7e13d73ba8841003e72 in the GPAC repository. Organizations should update to a GPAC version that includes this fix. The patch can be reviewed at the GitHub Commit Update.

For detailed information about the vulnerability and remediation guidance, consult the GitHub Security Advisory GHSA-3jw5-9pmw-vmfg.

Workarounds

  • Avoid processing NHML files from untrusted or unknown sources until the patch is applied
  • Implement application sandboxing to isolate MP4Box and GPAC processes from critical system resources
  • Use containerization or virtual environments for multimedia file processing workflows
  • Consider temporarily disabling NHML file processing functionality if not required for operations
bash
# Verify GPAC version and check for vulnerable installations
gpac -version
mp4box -version

# Update GPAC from source with the security fix
git clone https://github.com/gpac/gpac.git
cd gpac
git checkout 86b0e36ea4c71402fbdaf7e13d73ba8841003e72
./configure
make
sudo make install

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechGpac

  • SeverityMEDIUM

  • CVSS Score5.8

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:L/I:L/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityLow
  • AvailabilityHigh
  • CWE References
  • CWE-787
  • Technical References
  • GitHub Commit Update

  • GitHub Security Advisory GHSA-3jw5-9pmw-vmfg
  • Related CVEs
  • CVE-2026-4185: GPAC Buffer Overflow Vulnerability

  • CVE-2026-4015: GPAC Buffer Overflow Vulnerability

  • CVE-2026-4016: GPAC Buffer Overflow Vulnerability

  • CVE-2026-27821: GPAC Buffer Overflow Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now 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