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-2025-60483

CVE-2025-60483: GPAC Project MP4Box DoS Vulnerability

CVE-2025-60483 is a NULL pointer dereference DoS flaw in GPAC Project MP4Box that allows attackers to crash the application using crafted AC4 files. This article covers technical details, affected versions, and mitigation.

Published: June 4, 2026

CVE-2025-60483 Overview

CVE-2025-60483 is a NULL pointer dereference vulnerability [CWE-476] in the GPAC Project's MP4Box multimedia framework. The flaw resides in the gf_ac4_pres_b_4_back_channels_present function located in /media_tools/av_parsers.c. Attackers can trigger the vulnerability by supplying a crafted AC4 audio file, causing the application to crash and resulting in a Denial of Service (DoS) condition. The issue affects GPAC versions prior to 26.02.0.

Critical Impact

Local attackers can crash MP4Box by providing a malicious AC4 file, disrupting media processing workflows and automated transcoding pipelines that rely on GPAC.

Affected Products

  • GPAC Project MP4Box versions before 26.02.0
  • Applications and pipelines bundling GPAC libgpac for AC4 audio parsing
  • Automated media transcoding services using vulnerable GPAC builds

Discovery Timeline

  • 2026-06-01 - CVE-2025-60483 published to NVD
  • 2026-06-02 - Last updated in NVD database

Technical Details for CVE-2025-60483

Vulnerability Analysis

The vulnerability exists in GPAC's AC4 audio bitstream parser. When MP4Box processes a malformed AC4 file, the gf_ac4_pres_b_4_back_channels_present function dereferences a pointer that was never validated against NULL. The resulting access violation terminates the process immediately.

The issue is reachable through standard MP4Box command-line operations such as muxing, demuxing, or inspecting AC4 streams. Because GPAC is integrated into many media processing toolchains, the impact extends beyond interactive use to batch services that ingest untrusted media. Exploitation requires user interaction to load the crafted file but no authentication or special privileges.

Root Cause

The root cause is missing validation of intermediate pointer values prior to dereference inside the AC4 presentation parsing logic. Related fuzzing fixes in the same upstream commit show identical patterns elsewhere in the codebase, where string and buffer pointers were accessed without first checking that they were non-NULL and had non-zero length.

Attack Vector

An attacker crafts an AC4 file with structural fields that drive the parser into a code path where an internal pointer remains unset. When gf_ac4_pres_b_4_back_channels_present reads from that pointer, the process crashes. Delivery typically requires convincing a user or automated service to process the file through MP4Box or a libgpac-linked application.

The upstream commit 13eb5b7 addresses related AC4 and fuzzing defects by adding explicit pointer and length checks before dereference:

c
				prop_val = gf_filter_pid_get_property_first(pid, GF_PROP_PID_FILEALIAS);
				if (!prop_val) prop_val = gf_filter_pid_get_property_first(pid, GF_PROP_PID_FILEPATH);
				//if filepath is a gmem:// wrapped, don't use it !
-				if (prop_val && !strncmp(prop_val->value.string, "gmem://", 7))
+				if (prop_val && prop_val->value.string && !strncmp(prop_val->value.string, "gmem://", 7))
					prop_val = NULL;

				if (!prop_val)

Source: GPAC commit 13eb5b7

A second hunk from the same commit hardens the text loader path with explicit checks against txt_samp->text and txt_samp->len:

c
		ctx->seek_state = 0;
	}

-	if (!ctx->pid_framed && (ctx->stxtmod <=STXT_MODE_SBTT)) {
+	if (!ctx->pid_framed && (ctx->stxtmod <=STXT_MODE_SBTT) && txt_samp->text && txt_samp->len) {
		dst_pck = gf_filter_pck_new_alloc(ctx->opid, txt_samp->len, &pck_data);
		if (!dst_pck) return;
		memcpy(pck_data, txt_samp->text, txt_samp->len);

Source: GPAC commit 13eb5b7

Detection Methods for CVE-2025-60483

Indicators of Compromise

  • Repeated MP4Box process crashes with segmentation faults when processing AC4 audio files
  • Core dumps referencing gf_ac4_pres_b_4_back_channels_present or av_parsers.c in the call stack
  • AC4 files of suspicious origin landing in shared transcoding or ingest directories

Detection Strategies

  • Hunt for abnormal termination signals (SIGSEGV) from MP4Box, gpac, or applications linking libgpac
  • Monitor media ingest pipelines for failure rates correlated with newly uploaded AC4 content
  • Inventory installed GPAC versions across build hosts and media servers, flagging any below 26.02.0

Monitoring Recommendations

  • Forward process crash telemetry and core dump events from media-processing hosts to a centralized analytics platform
  • Track command-line arguments invoking MP4Box against untrusted file paths
  • Alert when GPAC binaries on production systems do not match the patched build hash

How to Mitigate CVE-2025-60483

Immediate Actions Required

  • Upgrade GPAC and MP4Box to version 26.02.0 or later on every host that processes media
  • Restrict MP4Box execution to trusted input directories and reject AC4 files from unauthenticated submitters
  • Rebuild and redistribute any internal tooling that statically links libgpac against the patched release

Patch Information

The fix is included in GPAC 26.02.0 and tracked in upstream commit 13eb5b7. See the GPAC issue tracker discussion and the SigDevel PoC writeup for reproduction details. The advisory is also referenced on the Openwall oss-security list.

Workarounds

  • Sandbox MP4Box execution using containers, seccomp, or firejail to contain crash impact
  • Pre-filter incoming media to reject AC4 streams until the patched version is deployed
  • Disable AC4 handling in media workflows that do not require it
bash
# Verify installed GPAC version and upgrade from source
MP4Box -version
git clone https://github.com/gpac/gpac.git
cd gpac
git checkout v2.6.0  # or later containing commit 13eb5b7
./configure && make -j$(nproc) && sudo make install

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechGpac

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability0.01%

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

  • GitHub Issue Discussion

  • SigDevel PoC Documentation

  • Infosec Exchange Post

  • Openwall OSS-Security Email
  • Related CVEs
  • CVE-2025-60477: GPAC MP4Box DoS Vulnerability

  • CVE-2025-60495: GPAC MP4Box DoS Vulnerability

  • CVE-2025-60485: GPAC MP4Box DoS Vulnerability

  • CVE-2025-60481: GPAC MP4Box NULL Pointer 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