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

CVE-2026-1418: Gpac Buffer Overflow Vulnerability

CVE-2026-1418 is a buffer overflow vulnerability in Gpac up to 2.4.0 affecting SRT subtitle import. Attackers can exploit out-of-bounds write through local access. This article covers technical details, affected versions, and patches.

Published: January 30, 2026

CVE-2026-1418 Overview

A security vulnerability has been identified in GPAC, the open-source multimedia framework, affecting versions up to 2.4.0. The vulnerability exists in the gf_text_import_srt_bifs function within the file src/scene_manager/text_to_bifs.c, which is part of the SRT Subtitle Import component. This out-of-bounds write vulnerability can be exploited through manipulation of SRT subtitle files, potentially allowing an attacker to corrupt memory and destabilize the application.

Critical Impact

Local attackers with low privileges can exploit this out-of-bounds write vulnerability in GPAC's SRT subtitle import functionality to potentially corrupt memory, leading to application crashes or arbitrary code execution in the context of the running process.

Affected Products

  • GPAC versions up to and including 2.4.0
  • Systems using GPAC for multimedia processing with SRT subtitle support
  • Applications integrating the GPAC library for subtitle handling

Discovery Timeline

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

Technical Details for CVE-2026-1418

Vulnerability Analysis

This vulnerability is classified as an out-of-bounds write (CWE-787) and improper restriction of operations within the bounds of a memory buffer (CWE-119). The flaw resides in the gf_text_import_srt_bifs function, which is responsible for processing SRT subtitle files and converting them to BIFS (Binary Format for Scenes) format.

When handling malformed or specially crafted SRT subtitle input, the function fails to properly validate buffer boundaries before performing write operations. This allows data to be written outside the allocated memory region, potentially overwriting adjacent memory structures. The attack requires local access to the system and the ability to provide a malicious SRT file to the GPAC application for processing.

Root Cause

The root cause of this vulnerability stems from insufficient bounds checking in the SRT subtitle parsing logic within text_to_bifs.c. When the gf_text_import_srt_bifs function processes subtitle data, it does not adequately verify that the destination buffer has sufficient capacity to hold the incoming data, leading to memory corruption when oversized or malformed input is provided.

Attack Vector

The attack requires local access where an attacker must provide a malicious SRT subtitle file to be processed by an application using the vulnerable GPAC library. The exploit has been publicly disclosed through the GitHub issue tracker. Successful exploitation could result in:

  1. Application crash (denial of service)
  2. Memory corruption affecting application stability
  3. Potential arbitrary code execution if the attacker can control the out-of-bounds write location and data
c
  *			GPAC - Multimedia Framework C SDK
  *
  *			Authors: Jean Le Feuvre
- *			Copyright (c) Telecom ParisTech 2000-2023
+ *			Copyright (c) Telecom ParisTech 2000-2026
  *				All rights reserved
  *
  *  This file is part of GPAC / Scene Management sub-project

Source: GitHub Commit

Detection Methods for CVE-2026-1418

Indicators of Compromise

  • Unexpected crashes in applications using GPAC when processing SRT subtitle files
  • Memory access violations or segmentation faults during subtitle import operations
  • Suspicious SRT files with abnormally large or malformed content being processed
  • Core dumps or crash logs referencing gf_text_import_srt_bifs or text_to_bifs.c

Detection Strategies

  • Monitor for application crashes in GPAC-based processes, particularly those involving subtitle processing
  • Implement file integrity checks on SRT files before processing with GPAC
  • Use memory sanitizers (AddressSanitizer, Valgrind) in development and testing environments to detect out-of-bounds writes
  • Deploy endpoint detection solutions capable of identifying memory corruption attempts

Monitoring Recommendations

  • Enable crash reporting for applications using the GPAC library
  • Monitor system logs for abnormal process terminations related to multimedia processing
  • Implement input validation logging for subtitle file processing operations
  • Track file access patterns for SRT files, particularly from untrusted sources

How to Mitigate CVE-2026-1418

Immediate Actions Required

  • Update GPAC to a version that includes patch 10c73b82cf0e367383d091db38566a0e4fe71772
  • Restrict processing of SRT subtitle files from untrusted sources
  • Implement input validation for subtitle files before passing them to GPAC
  • Consider sandboxing GPAC-based applications to limit the impact of potential exploitation

Patch Information

A security patch has been made available addressing this vulnerability. The fix is identified by commit hash 10c73b82cf0e367383d091db38566a0e4fe71772. Users should apply this patch or upgrade to a patched version of GPAC as soon as possible. The patch details can be found in the GitHub Commit Update and additional context is available in the GitHub Issue Tracker.

Workarounds

  • Disable SRT subtitle import functionality if not required for your use case
  • Implement strict input validation and sanitization for all subtitle files before processing
  • Run GPAC-based applications with reduced privileges to minimize the impact of potential exploitation
  • Use application sandboxing or containerization to isolate GPAC processes from critical system resources
bash
# Example: Building GPAC with the security patch applied
git clone https://github.com/gpac/gpac.git
cd gpac
git fetch origin
git cherry-pick 10c73b82cf0e367383d091db38566a0e4fe71772
./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

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

  • CWE-787
  • Technical References
  • VulDB CTI #342807

  • VulDB #342807

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

  • GitHub Issue Tracker

  • GitHub Issue Discussion
  • 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