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-8124

CVE-2026-8124: Gpac Gpac DOS Vulnerability

CVE-2026-8124 is a denial of service vulnerability in Gpac Gpac up to 26.02.0 affecting the sidx_box_read function. This resource allocation flaw can be exploited locally. This article covers technical details, impact, and mitigation.

Published: May 18, 2026

CVE-2026-8124 Overview

CVE-2026-8124 is a resource allocation vulnerability in GPAC, an open-source multimedia framework used for packaging, streaming, and playing MP4/MPEG-4 content. The flaw resides in the sidx_box_read function within src/isomedia/box_code_base.c and allows an attacker to trigger uncontrolled memory allocation when parsing a crafted ISO Base Media File Format container. Exploitation requires local access and low privileges. The issue is classified under CWE-400: Uncontrolled Resource Consumption. A patch identified by commit 442e2299530138d8f874fd885c565ba98a6318ba is available upstream.

Critical Impact

A local attacker can supply a malformed segment index (sidx) box that forces GPAC to allocate excessive memory, leading to denial of service of the media parsing process.

Affected Products

  • GPAC up to and including version 26.02.0
  • Applications and tooling embedding the GPAC libgpac ISO media parser
  • Build pipelines that process untrusted MP4/ISOBMFF input with vulnerable GPAC binaries

Discovery Timeline

  • 2026-05-08 - CVE-2026-8124 published to NVD
  • 2026-05-14 - Last updated in NVD database

Technical Details for CVE-2026-8124

Vulnerability Analysis

The vulnerability exists in the segment index box (sidx) parser used by GPAC to read fragmented MP4 metadata. The function sidx_box_read reads a 16-bit nb_refs field directly from the input stream and then calls gf_malloc(sizeof(GF_SIDXReference) * ptr->nb_refs) without validating that the declared reference count is consistent with the remaining box size. A crafted file can advertise an nb_refs value far larger than the actual payload, causing the parser to request a large contiguous allocation. The condition aligns with [CWE-400], where untrusted input controls a resource sizing decision.

Root Cause

The root cause is missing bounds validation between the attacker-controlled nb_refs counter and the size of the containing box. A secondary defect in the same patch corrects an operator precedence bug in gf_malloc(pSize+1 * sizeof(char)), which under-allocated due to multiplication binding tighter than addition.

Attack Vector

The attack requires local delivery of a malicious media file to a user or service that invokes GPAC tooling such as MP4Box. No network reachability is needed. Successful exploitation degrades availability of the parsing process but does not compromise confidentiality or integrity.

c
// Patched validation added to sidx_box_read in src/isomedia/box_code_base.c
gf_bs_read_u16(bs); /* reserved */
ptr->nb_refs = gf_bs_read_u16(bs);

if ((u64)ptr->nb_refs > ptr->size / 12 || (u64)ptr->nb_refs > (u64)SIZE_MAX / sizeof(GF_SIDXReference)) {
    GF_LOG(GF_LOG_ERROR, GF_LOG_CONTAINER, ("[iso file] Invalid number of references %u in sidx\n", ptr->nb_refs));
    return GF_ISOM_INVALID_FILE;
}

ptr->refs = gf_malloc(sizeof(GF_SIDXReference)*ptr->nb_refs);
if (!ptr->refs) return GF_OUT_OF_MEM;
for (i=0; i<ptr->nb_refs; i++) {

Source: GPAC commit 442e2299. The patch enforces that nb_refs cannot exceed ptr->size / 12 (the minimum on-disk size of each reference entry) and cannot overflow SIZE_MAX when multiplied by sizeof(GF_SIDXReference).

Detection Methods for CVE-2026-8124

Indicators of Compromise

  • Abnormal memory consumption or out-of-memory termination of MP4Box, gpac, or any process linked against libgpac while parsing user-supplied media.
  • Crash dumps referencing sidx_box_read or gf_malloc call frames inside box_code_base.c.
  • Unexpected GF_OUT_OF_MEM errors logged by media ingestion pipelines after consuming untrusted MP4/ISOBMFF inputs.

Detection Strategies

  • Inventory hosts and container images that ship GPAC binaries at version 26.02.0 or earlier using software composition analysis.
  • Inspect ISOBMFF inputs for sidx boxes whose declared reference_count is inconsistent with the box length field.
  • Hash-compare deployed libgpac shared objects against builds that include commit 442e2299530138d8f874fd885c565ba98a6318ba.

Monitoring Recommendations

  • Enable resource limits (ulimit -v, cgroup memory caps) on media transcoding workers and alert on OOM kills.
  • Forward stderr from GPAC tooling to centralized logging and alert on [iso file] Invalid number of references messages introduced by the patch.
  • Track process-level RSS spikes correlated with media file ingestion events in your SIEM.

How to Mitigate CVE-2026-8124

Immediate Actions Required

  • Upgrade GPAC to a build that includes commit 442e2299530138d8f874fd885c565ba98a6318ba or a tagged release published after 26.02.0.
  • Restrict execution of GPAC utilities to trusted users and avoid running them against attacker-supplied files with elevated privileges.
  • Sandbox media parsing workloads using seccomp, AppArmor, or container memory limits to contain allocation abuse.

Patch Information

The fix is available in the upstream repository at GPAC commit 442e2299530138d8f874fd885c565ba98a6318ba. Additional context is tracked in GPAC GitHub Issue #3519. Rebuild any statically linked tooling or distribution packages that vendor libgpac after applying the patch.

Workarounds

  • Do not process untrusted MP4, DASH, or fragmented ISOBMFF files with vulnerable GPAC versions.
  • Run GPAC tools under a constrained memory cgroup so that excessive allocations terminate the process without affecting the host.
  • Pre-validate input media with a hardened parser before handing files to GPAC for muxing or analysis.
bash
# Build the patched GPAC from source
git clone https://github.com/gpac/gpac.git
cd gpac
git checkout 442e2299530138d8f874fd885c565ba98a6318ba
./configure --static-bin
make -j$(nproc)
sudo make install

# Constrain runtime memory for media parsing jobs
systemd-run --scope -p MemoryMax=512M MP4Box -info /path/to/input.mp4

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechGpac

  • SeverityLOW

  • CVSS Score1.9

  • EPSS Probability0.02%

  • 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-400
  • Technical References
  • GitHub GPAC Project

  • GitHub Issue #3519

  • VulDB Submission #808611

  • VulDB Vulnerability #361914

  • VulDB CTI for #361914
  • Vendor Resources
  • GitHub Commit Update
  • Related CVEs
  • CVE-2026-39103: GPAC Buffer Overflow DoS Vulnerability

  • CVE-2025-70303: GPAC Heap Overflow DoS Vulnerability

  • CVE-2025-70307: GPAC v2.4.0 Stack Overflow DoS Vulnerability

  • CVE-2025-70305: GPAC Stack Overflow DoS Vulnerability
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