Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-1417

CVE-2026-1417: Gpac Use-After-Free Vulnerability

CVE-2026-1417 is a use-after-free vulnerability in Gpac up to version 2.4.0 affecting the dump_isom_rtp function. This local exploit can cause null pointer dereference issues. This article covers technical details, affected versions, impact, and mitigation.

Published: January 30, 2026

CVE-2026-1417 Overview

A null pointer dereference vulnerability has been identified in GPAC, an open-source multimedia framework used for processing, packaging, and streaming multimedia content. The vulnerability exists in the dump_isom_rtp function within the file applications/mp4box/filedump.c in GPAC versions up to 2.4.0. This weakness can be exploited through local access to cause a denial of service condition by crashing the application.

Critical Impact

Local attackers can trigger a null pointer dereference in GPAC's MP4Box utility, leading to application crashes and potential denial of service for media processing workflows.

Affected Products

  • GPAC versions up to and including 2.4.0
  • MP4Box utility (part of GPAC multimedia framework)
  • Systems using GPAC for media processing, packaging, or streaming

Discovery Timeline

  • 2026-01-26 - CVE-2026-1417 published to NVD
  • 2026-01-28 - Last updated in NVD database

Technical Details for CVE-2026-1417

Vulnerability Analysis

This vulnerability is classified as a Null Pointer Dereference (CWE-476) with an associated Improper Resource Shutdown or Release issue (CWE-404). The flaw resides in the dump_isom_rtp function, which is responsible for handling RTP hint track dumping operations within the MP4Box application.

The exploit has been publicly disclosed, meaning technical details are available that could enable malicious actors to reproduce the attack. The vulnerability requires local access to exploit, limiting the attack surface compared to remotely exploitable vulnerabilities. When triggered, the null pointer dereference causes the application to crash, resulting in denial of service for any ongoing media processing tasks.

Root Cause

The root cause stems from insufficient validation of pointer values before dereferencing them within the dump_isom_rtp function. When processing certain malformed or crafted input files, the function fails to verify that required pointers are valid before attempting to access the memory they reference. This missing validation check allows a null pointer to be dereferenced, causing an immediate application crash.

Attack Vector

The attack requires local access to the target system. An attacker would need to:

  1. Craft a malicious media file designed to trigger the vulnerable code path
  2. Have the ability to execute MP4Box or trigger its execution on the target system
  3. Process the malicious file through the dump_isom_rtp functionality

The vulnerability is triggered during the processing of specially crafted input that causes the affected function to operate on invalid memory references.

The vulnerability manifests in the dump_isom_rtp function in applications/mp4box/filedump.c. When processing certain media files, the function fails to properly validate pointer values before dereferencing, leading to a crash. For technical details, see the GitHub Issue Discussion.

Detection Methods for CVE-2026-1417

Indicators of Compromise

  • Unexpected crashes of MP4Box or GPAC-based applications during media file processing
  • Segmentation fault errors in system logs referencing dump_isom_rtp or filedump.c
  • Core dump files indicating null pointer access in GPAC components

Detection Strategies

  • Monitor application logs for GPAC/MP4Box crash events with null pointer dereference signatures
  • Implement file integrity monitoring on GPAC installations to detect unauthorized version downgrades
  • Deploy endpoint detection rules that alert on abnormal termination of media processing applications
  • Use application crash analysis tools to identify patterns consistent with this vulnerability

Monitoring Recommendations

  • Configure crash reporting to capture and analyze GPAC application failures
  • Monitor for unusual patterns of media file processing failures
  • Track GPAC version deployments across the environment to identify vulnerable installations
  • Implement logging for MP4Box command-line invocations to detect suspicious usage patterns

How to Mitigate CVE-2026-1417

Immediate Actions Required

  • Upgrade GPAC to a patched version that includes commit f96bd57c3ccdcde4335a0be28cd3e8fe296993de
  • Audit systems to identify all installations of GPAC versions 2.4.0 and earlier
  • Restrict local access to systems running vulnerable GPAC versions
  • Review and validate media files before processing with MP4Box utility

Patch Information

The GPAC development team has released a fix for this vulnerability. The patch is identified by commit hash f96bd57c3ccdcde4335a0be28cd3e8fe296993de and is available in the GPAC GitHub repository. Users should update to a version containing this fix or apply the patch manually to their GPAC installation.

For additional details on the vulnerability and patch, refer to the GitHub Issue Tracking.

Workarounds

  • Limit access to MP4Box and GPAC utilities to trusted users only
  • Implement input validation to screen media files before processing
  • Run GPAC applications in sandboxed or containerized environments to limit crash impact
  • Consider using alternative media processing tools until patching is complete
bash
# Verify GPAC version and check for vulnerable installations
gpac -version
mp4box -version

# Apply the security patch from the official repository
cd /path/to/gpac/source
git fetch origin
git cherry-pick f96bd57c3ccdcde4335a0be28cd3e8fe296993de
make clean && make && make install

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

  • Vulnerability Details
  • TypeUse After Free

  • Vendor/TechGpac

  • SeverityMEDIUM

  • CVSS Score4.8

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

  • CWE-476
  • Technical References
  • VulDB CTI ID #342806

  • VulDB #342806

  • VulDB Submission #736543
  • Vendor Resources
  • GitHub Commit Update

  • GitHub Issue Tracking

  • GitHub Issue Discussion
  • Related CVEs
  • CVE-2026-1415: Gpac Use After Free Vulnerability

  • CVE-2026-1416: Gpac Use After Free Vulnerability

  • CVE-2026-33144: GPAC MP4Box Buffer Overflow Vulnerability

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