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
    • 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-7135

CVE-2026-7135: GPAC MP4Box Buffer Overflow Vulnerability

CVE-2026-7135 is a buffer overflow flaw in GPAC MP4Box affecting the elng_box_read function. This out-of-bounds read vulnerability can be exploited locally. This article covers technical details, affected versions, and mitigation.

Published: April 30, 2026

CVE-2026-7135 Overview

A security flaw has been discovered in GPAC up to version 26.03-DEV-rev105-g8f39a1eb3-master. This vulnerability affects the function elng_box_read within the file src/isomedia/box_code_base.c of the MP4Box component. By manipulating the elng argument, an attacker can trigger an out-of-bounds read condition. This is a local attack vector vulnerability that requires the attacker to have local access to the system. An exploit has been released publicly and may be used for attacks. The vulnerability has been addressed through commit cf6ac48c972eaaee2af270adc3f36615325deb3e.

Critical Impact

Local attackers can exploit integer overflow issues in the GPAC MP4Box component to trigger out-of-bounds read conditions, potentially leading to information disclosure or application crashes.

Affected Products

  • GPAC up to version 26.03-DEV-rev105-g8f39a1eb3-master
  • MP4Box component (Extended Language Box handling)
  • Systems processing untrusted MP4/ISO media files with GPAC

Discovery Timeline

  • 2026-04-27 - CVE CVE-2026-7135 published to NVD
  • 2026-04-29 - Last updated in NVD database

Technical Details for CVE-2026-7135

Vulnerability Analysis

This vulnerability is categorized under CWE-119 (Improper Restriction of Operations within the Bounds of a Memory Buffer). The flaw exists in the Extended Language Box (elng) parsing functionality within GPAC's ISO media file handling code. When processing specially crafted MP4 files, the elng_box_read function fails to properly validate the size parameter before performing memory operations, leading to an out-of-bounds read condition.

The vulnerability allows local attackers to potentially read memory beyond allocated buffer boundaries, which could result in information disclosure or application denial of service through crashes. The attack requires local access and user interaction to process a malicious media file.

Root Cause

The root cause is an integer overflow vulnerability in the box size handling within src/isomedia/box_code_base.c. The code did not properly validate that ptr->size does not exceed GF_UINT_MAX before using it for memory allocation operations. Additionally, related integer overflow issues in src/isomedia/isom_intern.c involve time calculation operations that could overflow when computing media time increments.

Attack Vector

The attack requires local access to the target system. An attacker must craft a malicious MP4 file with manipulated Extended Language Box (elng) data and convince a user to process this file using GPAC's MP4Box tool. The manipulation of the size parameter triggers the out-of-bounds read when the file is parsed.

c
// Security patch in src/isomedia/box_code_base.c
// Source: https://github.com/gpac/gpac/commit/cf6ac48c972eaaee2af270adc3f36615325deb3e
 {
 	GF_ExtendedLanguageBox *ptr = (GF_ExtendedLanguageBox *)s;
 
+	if (ptr && ptr->size > GF_UINT_MAX)
+		return GF_ISOM_INVALID_FILE;
+
 	if (ptr->size) {
 		ptr->extended_language = (char*)gf_malloc((u32) ptr->size);
 		if (ptr->extended_language == NULL) return GF_OUT_OF_MEM;
c
// Security patch in src/isomedia/isom_intern.c
// Source: https://github.com/gpac/gpac/commit/cf6ac48c972eaaee2af270adc3f36615325deb3e
 	}
 
 	/*WARNING: this can be "-1" when doing searchForward mode (to prevent jumping to next entry)*/
-	mtime = ent->mediaTime + movieTime - (time * trak->Media->mediaHeader->timeScale / trak->moov->mvhd->timeScale);
+	s64 mediaTime_increment = movieTime - (time * trak->Media->mediaHeader->timeScale / trak->moov->mvhd->timeScale);
+	if (ent->mediaTime > GF_INT64_MAX - mediaTime_increment)
+		return GF_ISOM_INVALID_FILE;
+	mtime = ent->mediaTime + mediaTime_increment;
 	if (mtime<0) mtime = 0;
 	*MediaTime = (u64) mtime;
 	*MediaOffset = ent->mediaTime;

Detection Methods for CVE-2026-7135

Indicators of Compromise

  • Unexpected crashes or segmentation faults in MP4Box or GPAC-based applications
  • Malformed MP4 files with abnormally large Extended Language Box (elng) size values
  • Memory access violations logged during media file processing
  • Unusual MP4 files with integer overflow-inducing size parameters in box headers

Detection Strategies

  • Monitor for MP4Box process crashes with memory access violation errors
  • Implement file integrity monitoring for media processing pipelines
  • Use memory sanitizers (AddressSanitizer, Valgrind) during development and testing to detect out-of-bounds reads
  • Deploy application-level logging to capture malformed media file processing attempts

Monitoring Recommendations

  • Enable verbose logging for GPAC/MP4Box operations to capture parsing errors
  • Monitor system logs for repeated application crashes related to media processing
  • Implement input validation on media files before processing with GPAC components
  • Consider sandboxing media processing operations to limit impact of exploitation

How to Mitigate CVE-2026-7135

Immediate Actions Required

  • Update GPAC to a version containing the security fix (commit cf6ac48c972eaaee2af270adc3f36615325deb3e or later)
  • Avoid processing untrusted MP4 files with vulnerable GPAC versions
  • Implement input validation to reject malformed media files before processing
  • Consider running MP4Box in a sandboxed environment to limit potential impact

Patch Information

The vulnerability has been patched in the GPAC repository. The fix is available in commit cf6ac48c972eaaee2af270adc3f36615325deb3e. The patch adds proper bounds checking for the ptr->size value against GF_UINT_MAX before memory allocation and includes overflow protection for media time calculations. Users should update to a GPAC release that includes this fix. See the GitHub Issue Tracker for additional details.

Workarounds

  • Restrict access to MP4Box and GPAC tools to trusted users only
  • Process media files only from trusted sources until the patch can be applied
  • Implement file validation to detect and reject malformed MP4 files with suspicious box sizes
  • Run media processing operations in isolated containers or sandboxed environments
bash
# Configuration example
# Update GPAC to the latest patched version
git clone https://github.com/gpac/gpac/
cd gpac
# Verify the fix is included
git log --oneline | grep cf6ac48c
# Build and install updated version
./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

  • 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:L/VI:L/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-119
  • Technical References
  • GitHub GPAC Repository

  • GitHub Commit Details

  • GitHub Issue Tracker

  • GitHub Release Notes

  • VulDB Submission Report

  • VulDB Vulnerability Details

  • VulDB CTI Report
  • Related CVEs
  • CVE-2026-33144: GPAC MP4Box Buffer Overflow Vulnerability

  • CVE-2026-4185: GPAC Buffer Overflow Vulnerability

  • CVE-2026-4015: GPAC Buffer Overflow Vulnerability

  • CVE-2026-4016: 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