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

CVE-2026-2245: CCExtractor Use-After-Free Vulnerability

CVE-2026-2245 is a use-after-free vulnerability in CCExtractor's MPEG-TS File Parser that leads to out-of-bounds read. This post covers the technical details, affected versions up to 183, exploit availability, and patching.

Published: February 13, 2026

CVE-2026-2245 Overview

CVE-2026-2245 is an out-of-bounds read vulnerability discovered in CCExtractor, an open-source tool for extracting closed captions from video files. The vulnerability affects the parse_PAT and parse_PMT functions within the MPEG-TS File Parser component, specifically in src/lib_ccx/ts_tables.c. When processing maliciously crafted MPEG-TS files, the parser fails to properly validate buffer boundaries, allowing attackers to read memory outside the intended buffer region.

Critical Impact

This vulnerability enables local attackers to trigger out-of-bounds memory reads through specially crafted MPEG-TS files, potentially causing application crashes or exposing sensitive memory contents.

Affected Products

  • CCExtractor versions up to and including version 183
  • Systems running vulnerable CCExtractor installations for media processing
  • Automated video processing pipelines utilizing CCExtractor

Discovery Timeline

  • 2026-02-09 - CVE-2026-2245 published to NVD
  • 2026-02-09 - Last updated in NVD database

Technical Details for CVE-2026-2245

Vulnerability Analysis

This out-of-bounds read vulnerability resides in CCExtractor's MPEG-TS (Transport Stream) parsing functionality. The issue stems from improper memory buffer operations (CWE-119) in the parse_PAT and parse_PMT functions responsible for processing Program Association Table and Program Map Table structures within MPEG-TS streams.

When CCExtractor processes an MPEG-TS file, it parses elementary stream information descriptors. The vulnerable code fails to validate that the ES_info_length field combined with the current buffer offset does not exceed the total buffer length before accessing memory. This allows an attacker to craft a malicious MPEG-TS file with manipulated descriptor lengths that cause the parser to read beyond allocated buffer boundaries.

The attack requires local access to execute, as the attacker must provide a malicious file to the CCExtractor application. A proof-of-concept is publicly available, increasing the practical risk of exploitation.

Root Cause

The root cause is insufficient boundary validation in the descriptor parsing loop within the parse_PMT function. The code iterates through elementary stream descriptors using the ES_info_length field from the MPEG-TS structure without first verifying that this length, when combined with the current position, remains within the allocated buffer. Additionally, the code does not verify that sufficient bytes remain for reading the mandatory descriptor tag and length fields before attempting to access them.

Attack Vector

The vulnerability requires local access to exploit. An attacker must craft a malicious MPEG-TS file containing manipulated ES_info_length values that exceed actual buffer bounds. When a victim processes this file using CCExtractor (either manually or through an automated processing pipeline), the parser reads beyond the allocated buffer, potentially causing:

  1. Application crashes due to accessing invalid memory
  2. Information disclosure if sensitive data resides in adjacent memory regions
  3. Denial of service in automated video processing systems

The official security patch adds boundary validation checks as shown below:

c
		{
			// if this any generally used video stream tyoe get clashed with ATSC/SCTE standard
			// then this code can go in some atsc flag
+			// Validate ES_info_length against buffer bounds to prevent heap overflow
+			if (i + 5 + ES_info_length > len)
+				break;
+
			unsigned char *es_info = buf + i + 5;
-			for (desc_len = 0; (buf + i + 5 + ES_info_length) > es_info; es_info += desc_len)
+			unsigned char *es_info_end = buf + i + 5 + ES_info_length;
+			for (desc_len = 0; es_info_end > es_info; es_info += desc_len)
			{
+				// Need at least 2 bytes for descriptor_tag and desc_len
+				if (es_info + 2 > es_info_end)
+					break;
+
				enum ccx_mpeg_descriptor descriptor_tag = (enum ccx_mpeg_descriptor)(*es_info++);
				int nb_service;
				int is_608;

Source: GitHub CCExtractor Commit

Detection Methods for CVE-2026-2245

Indicators of Compromise

  • Unexpected CCExtractor crashes or segmentation faults when processing video files
  • Abnormal memory access patterns in CCExtractor process monitoring
  • Presence of unusual or untrusted MPEG-TS files in processing directories

Detection Strategies

  • Monitor CCExtractor application logs for crash events or memory-related errors
  • Implement file integrity monitoring on video processing input directories
  • Deploy memory access monitoring tools on systems running CCExtractor
  • Review system logs for repeated CCExtractor process terminations

Monitoring Recommendations

  • Enable application crash reporting and centralize logs from media processing systems
  • Monitor for unusual file submissions to video processing pipelines
  • Implement runtime application self-protection (RASP) on systems processing untrusted media files
  • Set up alerts for abnormal CCExtractor resource consumption patterns

How to Mitigate CVE-2026-2245

Immediate Actions Required

  • Update CCExtractor to a version containing patch commit fd7271bae238ccb3ae8a71304ea64f0886324925 or later
  • Audit systems for CCExtractor installations and prioritize updates on internet-facing or automated processing systems
  • Restrict CCExtractor input to trusted file sources until patched
  • Implement input validation for MPEG-TS files before processing

Patch Information

The CCExtractor development team has released a security fix addressing this vulnerability. The patch (commit fd7271bae238ccb3ae8a71304ea64f0886324925) adds proper boundary validation to prevent out-of-bounds memory access during MPEG-TS parsing. Users should update to the latest version from the GitHub CCExtractor Repository.

Additional details are available in GitHub Issue #2053 and Pull Request #2057.

Workarounds

  • Run CCExtractor in a sandboxed environment or container to limit potential impact
  • Process only MPEG-TS files from verified and trusted sources
  • Implement file validation checks before passing files to CCExtractor
  • Deploy CCExtractor with reduced system privileges to minimize exposure
bash
# Configuration example
# Run CCExtractor in a restricted container environment
docker run --rm -v /trusted/input:/input:ro -v /output:/output \
  --security-opt no-new-privileges --cap-drop ALL \
  ccextractor/ccextractor:latest /input/video.ts -o /output/subtitles.srt

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/TechCcextractor

  • SeverityMEDIUM

  • CVSS Score4.8

  • EPSS Probability0.01%

  • 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-119
  • Technical References
  • GitHub CCExtractor Repository

  • GitHub CCExtractor Commit

  • GitHub CCExtractor Issue #2053

  • GitHub CCExtractor Pull Request #2057

  • GitHub PoC Repository

  • VulDB #344991 (CTIID)

  • VulDB #344991

  • VulDB Submission #753159

  • VulDB Submission #753160
  • Related CVEs
  • CVE-2026-2889: CCExtractor Use After Free 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