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

CVE-2025-27091: Cisco OpenH264 Buffer Overflow Vulnerability

CVE-2025-27091 is a heap buffer overflow in Cisco OpenH264 caused by a race condition during decoding. Attackers can exploit this to crash applications or execute arbitrary code. This article covers technical details, affected versions, impact, and mitigation.

Published: April 14, 2026

CVE-2025-27091 Overview

CVE-2025-27091 is a critical heap overflow vulnerability in the Cisco OpenH264 codec library that could allow remote, unauthenticated attackers to execute arbitrary code on vulnerable systems. The vulnerability exists in the decoding functions and is triggered by a race condition between Sequence Parameter Set (SPS) memory allocation and subsequent non-IDR NAL unit memory usage. This flaw affects both Scalable Video Coding (SVC) and Advanced Video Coding (AVC) modes in OpenH264 versions 2.5.0 and earlier.

Critical Impact

Remote attackers can exploit this heap overflow vulnerability by crafting malicious video bitstreams, potentially leading to arbitrary code execution on victim systems without authentication.

Affected Products

  • Cisco OpenH264 versions 2.5.0 and earlier
  • Applications using OpenH264 SVC (Scalable Video Coding) mode
  • Applications using OpenH264 AVC (Advanced Video Coding) mode

Discovery Timeline

  • 2025-02-20 - CVE-2025-27091 published to NVD
  • 2025-05-06 - Last updated in NVD database

Technical Details for CVE-2025-27091

Vulnerability Analysis

This heap overflow vulnerability (CWE-122, CWE-787) stems from a race condition in the OpenH264 decoding pipeline. The flaw occurs between two critical operations: when memory is allocated for a Sequence Parameter Set (SPS) and when a subsequent non-Instantaneous Decoder Refresh (non-IDR) Network Abstraction Layer (NAL) unit attempts to use that memory. Due to improper synchronization, the NAL unit may access the SPS memory before allocation is complete or after it has been modified, resulting in heap corruption.

The vulnerability is particularly dangerous because it exists in the core decoding functionality used for H.264 video processing. Any application leveraging OpenH264 for video decoding—including web browsers, video conferencing software, and media players—may be susceptible to exploitation.

Root Cause

The root cause is a race condition (TOCTOU - Time-of-Check Time-of-Use) between the SPS memory allocation routine and NAL unit processing. When processing crafted video bitstreams, the timing window between these operations can be exploited to cause the decoder to read or write to improperly allocated heap memory, leading to heap buffer overflow conditions.

Attack Vector

An attacker exploits this vulnerability through the network by crafting a malicious H.264 video bitstream. The attack requires user interaction—the victim must process the malicious video content, either by opening a video file, streaming media content, or participating in a video call that delivers the exploit payload.

The malicious bitstream is specifically designed to trigger the race condition between SPS allocation and non-IDR NAL unit processing. When successful, the attacker can:

  1. Cause the decoding application to crash (denial of service)
  2. Achieve arbitrary code execution by carefully manipulating heap memory layout
  3. Potentially gain control over the victim's system with the privileges of the decoding application

Detection Methods for CVE-2025-27091

Indicators of Compromise

  • Unexpected crashes in applications using OpenH264 for video decoding
  • Abnormal memory allocation patterns in video processing services
  • Receipt of malformed or unusually structured H.264 video files from untrusted sources
  • Heap corruption signatures in crash dumps from media players or video conferencing applications

Detection Strategies

  • Monitor for abnormal process behavior in applications that utilize OpenH264 codec library
  • Implement memory corruption detection tools such as AddressSanitizer in development/testing environments
  • Deploy endpoint detection and response (EDR) solutions capable of identifying heap overflow exploitation attempts
  • Analyze video files from untrusted sources for malformed NAL unit structures before processing

Monitoring Recommendations

  • Enable crash reporting and analysis for all applications utilizing video decoding functionality
  • Monitor system logs for repeated application crashes associated with video processing
  • Implement network monitoring to detect suspicious video content delivery patterns
  • Review application dependencies to identify all software using vulnerable OpenH264 versions

How to Mitigate CVE-2025-27091

Immediate Actions Required

  • Upgrade OpenH264 to version 2.6.0 or later immediately
  • Audit all applications and systems for dependencies on OpenH264 codec library
  • Restrict processing of video content from untrusted sources until patching is complete
  • Enable application sandboxing where possible to limit potential exploitation impact

Patch Information

Cisco has released OpenH264 version 2.6.0 which contains the fix for this vulnerability. The patch was developed through collaboration between Meta security researchers and the OpenH264 maintainers. Users should upgrade to version 2.6.0 or later as soon as possible. Detailed release information is available in the OpenH264 v2.6.0 Release Notes and the GitHub Security Advisory.

Workarounds

  • No official workarounds are available for this vulnerability according to Cisco
  • Upgrading to OpenH264 version 2.6.0 or later is the only recommended remediation
  • As a temporary measure, avoid processing video content from untrusted or unknown sources
  • Consider disabling H.264 decoding functionality in non-essential applications until patching is complete
bash
# Verify OpenH264 version and upgrade
# Check current OpenH264 version in your application dependencies
pkg-config --modversion openh264

# For systems using package managers, update to the latest version
# Example for Ubuntu/Debian (when available in repositories)
sudo apt update && sudo apt install --only-upgrade libopenh264-7

# Verify the updated version
pkg-config --modversion openh264

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechCisco Openh264

  • SeverityHIGH

  • CVSS Score8.6

  • EPSS Probability2.47%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/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
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-122

  • CWE-787
  • Technical References
  • GitHub Release Notes
  • Vendor Resources
  • GitHub Security Advisory
  • Latest CVEs
  • CVE-2026-8468: Elixir Plug Library DoS Vulnerability

  • CVE-2026-8295: simdjson Information Disclosure Vulnerability

  • CVE-2025-68421: Comarch ERP Optima Auth Bypass Vulnerability

  • CVE-2025-68420: Comarch ERP Optima Privilege Escalation
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