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

CVE-2025-70304: GPAC Buffer Overflow Vulnerability

CVE-2025-70304 is a buffer overflow vulnerability in GPAC v2.4.0 that enables attackers to trigger a Denial of Service via crafted packets. This article covers the technical details, affected versions, and mitigation strategies.

Published: January 23, 2026

CVE-2025-70304 Overview

A buffer overflow vulnerability exists in the vobsub_get_subpic_duration() function of GPAC v2.4.0, an open-source multimedia framework used for processing, packaging, and streaming multimedia content. This stack-based buffer overflow (CWE-121) allows remote attackers to cause a Denial of Service (DoS) condition by sending specially crafted packets to the vulnerable component.

GPAC is widely used in multimedia applications for MP4 file manipulation, DASH streaming, and subtitle processing. The vulnerable function handles VobSub subtitle duration parsing, which is commonly used for DVD-style subtitles in multimedia containers.

Critical Impact

Remote attackers can crash GPAC applications by exploiting this buffer overflow through crafted network packets, causing service disruption without requiring authentication or user interaction.

Affected Products

  • GPAC v2.4.0
  • Applications and services utilizing GPAC v2.4.0 for multimedia processing
  • Systems processing VobSub subtitle streams through GPAC

Discovery Timeline

  • 2026-01-15 - CVE CVE-2025-70304 published to NVD
  • 2026-01-16 - Last updated in NVD database

Technical Details for CVE-2025-70304

Vulnerability Analysis

This vulnerability is classified as CWE-121: Stack-based Buffer Overflow. The flaw exists within the vobsub_get_subpic_duration() function, which processes VobSub subtitle picture duration data. When parsing malformed or oversized input data, the function fails to properly validate buffer boundaries before writing data to a stack-allocated buffer.

The vulnerability can be exploited remotely over the network without requiring any privileges or user interaction. While the attack does not compromise confidentiality or integrity, successful exploitation results in complete denial of service by crashing the application processing the malicious input.

Root Cause

The root cause is improper bounds checking in the vobsub_get_subpic_duration() function when processing subtitle duration data. The function allocates a fixed-size buffer on the stack and copies input data without verifying that the source data length does not exceed the allocated buffer size. When an attacker provides oversized or malformed input, the function writes beyond the buffer boundaries, corrupting adjacent stack memory and causing the application to crash.

Attack Vector

The attack vector is network-based, requiring an attacker to send a crafted packet containing malicious VobSub subtitle data to a GPAC application. The attack has low complexity and requires:

  1. A target system running GPAC v2.4.0 or an application using the vulnerable GPAC library
  2. Network connectivity to deliver the malicious payload
  3. A crafted packet that triggers the buffer overflow in vobsub_get_subpic_duration()

The exploitation mechanism involves crafting subtitle data with oversized fields that exceed the expected buffer limits. When the vulnerable function attempts to process this data, it overflows the stack buffer, leading to memory corruption and application termination. Technical details and proof-of-concept information are available in the GitHub PoC Repository.

Detection Methods for CVE-2025-70304

Indicators of Compromise

  • Unexpected crashes or segmentation faults in GPAC processes or applications using GPAC libraries
  • Core dumps indicating stack corruption in processes handling multimedia content
  • Abnormal network traffic patterns containing malformed VobSub subtitle data
  • Repeated service restarts for multimedia processing applications

Detection Strategies

  • Monitor application logs for crash events related to GPAC processes or vobsub_get_subpic_duration() function calls
  • Implement network intrusion detection rules to identify malformed VobSub subtitle packets
  • Deploy endpoint detection to alert on repeated crashes of GPAC-based applications
  • Use application sandboxing to contain potential exploitation attempts

Monitoring Recommendations

  • Enable crash reporting and analysis for systems running GPAC v2.4.0
  • Monitor system stability metrics for multimedia processing services
  • Implement alerting for unusual patterns of service restarts or application failures
  • Review network traffic logs for suspicious multimedia content delivery

How to Mitigate CVE-2025-70304

Immediate Actions Required

  • Identify all systems running GPAC v2.4.0 or applications utilizing the vulnerable GPAC library
  • Restrict network access to GPAC-based services where possible
  • Implement input validation for multimedia content before processing with GPAC
  • Consider disabling VobSub subtitle processing if not required for business operations

Patch Information

At the time of publication, users should monitor the official GPAC project for security updates addressing this vulnerability. Check the GitHub PoC Repository for the latest information regarding this issue and track GPAC releases for patched versions.

Workarounds

  • Implement network segmentation to limit exposure of GPAC-based services
  • Use a Web Application Firewall (WAF) or network filtering to block malformed multimedia packets
  • Process untrusted multimedia content in isolated sandbox environments
  • Disable VobSub subtitle processing in GPAC configuration if this functionality is not required
bash
# Example: Restrict network access to GPAC services
# Limit incoming connections to trusted sources only
iptables -A INPUT -p tcp --dport <gpac_port> -s <trusted_network> -j ACCEPT
iptables -A INPUT -p tcp --dport <gpac_port> -j DROP

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

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-121
  • Technical References
  • GitHub PoC Repository
  • 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