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

CVE-2026-26203: PJSIP Buffer Overflow Vulnerability

CVE-2026-26203 is a heap buffer underflow flaw in PJSIP's H.264 packetizer that affects versions before 2.17. Attackers can exploit malformed bitstreams to trigger memory corruption. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: February 20, 2026

CVE-2026-26203 Overview

CVE-2026-26203 is a heap buffer underflow vulnerability in PJSIP's H.264 packetizer component. PJSIP is a widely-used free and open source multimedia communication library that provides support for VoIP, video calling, and other real-time communication features. This vulnerability affects versions prior to 2.17 and occurs when processing malformed H.264 bitstreams without NAL (Network Abstraction Layer) unit start codes, where the packetizer performs unchecked pointer arithmetic that can read from memory located before the allocated buffer.

Critical Impact

Attackers exploiting this vulnerability could potentially trigger out-of-bounds memory reads by supplying crafted H.264 video streams, leading to information disclosure or application crashes in multimedia communication applications.

Affected Products

  • PJSIP versions prior to 2.17
  • Applications and services built on PJSIP multimedia library
  • VoIP and video communication solutions utilizing PJSIP

Discovery Timeline

  • 2026-02-19 - CVE CVE-2026-26203 published to NVD
  • 2026-02-19 - Last updated in NVD database

Technical Details for CVE-2026-26203

Vulnerability Analysis

This vulnerability is classified as a heap buffer underflow (CWE-416) in the H.264 packetizer component of PJSIP. The issue manifests in the h264_packetizer.c file where the packetizer processes fragmented NAL units. When handling continuation fragments (not the first fragment), the code retrieves the NRI (NAL Reference IDC) and NAL unit type from a previous fragment by performing pointer arithmetic: p = nal_start - pktz->cfg.mtu.

The root problem is that this subtraction was performed without verifying that nal_start points to a location at least mtu bytes into the buffer. When processing malformed H.264 bitstreams that lack proper NAL unit start codes, this unchecked arithmetic could result in the pointer p pointing to memory before the allocated buffer, causing a heap buffer underflow condition when the code subsequently reads from this invalid memory location.

Root Cause

The root cause is improper bounds checking in the H.264 fragmentation handling logic. The packetizer assumes that when processing non-first fragments, the nal_start pointer is positioned sufficiently far into the buffer to safely subtract the MTU size. However, malformed input streams can violate this assumption, leading to pointer arithmetic that results in accessing memory outside the allocated buffer boundaries.

Attack Vector

The attack vector requires local access to supply malformed H.264 video content to an application using the vulnerable PJSIP library. An attacker would craft a malicious H.264 bitstream specifically designed to trigger the vulnerable code path by:

  1. Creating an H.264 stream that enters the fragmentation handling code without proper NAL unit start codes
  2. Manipulating the stream state to reach the continuation fragment processing branch
  3. Triggering the unsafe pointer subtraction when nal_start is positioned too close to the buffer start

The following patch demonstrates the fix implemented in version 2.17:

c
            /* Not the first fragment, get NRI and NAL unit type
             * from the previous fragment.
             */

            /* Verify nal_start */
            if (nal_start < buf + pktz->cfg.mtu) {
                PJ_LOG(2,(THIS_FILE,
                          "Bad H.264 fragmentation state at pos=%u", *pos));
                return PJ_EINVAL;
            }

            p = nal_start - pktz->cfg.mtu;
            NRI = (*p & 0x60) >> 5;
            TYPE = *(p+1) & 0x1F;

            /* Check fragmentation indication */
            if ((*(p) & 0x1F) != NAL_TYPE_FU_A) {
                PJ_LOG(2,(THIS_FILE,
                          "Bad H.264 fragmentation state at pos=%u", *pos));
                return PJ_EINVAL;
            }
        }

        /* Init FU indicator (one octet: F+NRI+TYPE) */

Source: GitHub Commit

Detection Methods for CVE-2026-26203

Indicators of Compromise

  • Unexpected application crashes in VoIP or video communication applications using PJSIP
  • Abnormal memory access patterns or segmentation faults during H.264 video processing
  • Error logs indicating H.264 fragmentation state issues or invalid NAL unit handling

Detection Strategies

  • Monitor for applications using PJSIP versions prior to 2.17 through software inventory scanning
  • Implement runtime memory protection tools (ASAN, Valgrind) in development environments to detect out-of-bounds memory access
  • Deploy application-level crash monitoring to detect exploitation attempts targeting multimedia processing

Monitoring Recommendations

  • Enable verbose logging in PJSIP-based applications to capture H.264 packetizer errors
  • Monitor system logs for abnormal termination of VoIP/video applications
  • Use endpoint detection solutions to identify unusual memory access patterns in multimedia applications

How to Mitigate CVE-2026-26203

Immediate Actions Required

  • Upgrade PJSIP to version 2.17 or later which contains the security patch
  • Audit all applications and services using PJSIP library for vulnerable versions
  • Review and test any custom H.264 video input handling in affected deployments

Patch Information

The vulnerability has been addressed in PJSIP version 2.17. The fix adds proper bounds checking before performing pointer arithmetic in the H.264 packetizer's fragmentation handling code. The patch verifies that nal_start is at least mtu bytes from the buffer start before subtracting, and also validates that the previous fragment contains the expected FU-A (Fragmentation Unit type A) NAL unit type indicator. For detailed patch information, refer to the GitHub Security Advisory GHSA-p965-mf7j-gwv8.

Workarounds

  • Restrict video input sources to trusted origins until patching is complete
  • Implement input validation at the application layer to reject malformed H.264 streams before they reach PJSIP
  • Consider disabling H.264 codec support temporarily if not required for operations
bash
# Check PJSIP version in your deployment
pjsip-apps/bin/pjsua --help | grep -i version

# Update PJSIP from source to version 2.17+
git clone https://github.com/pjsip/pjproject.git
cd pjproject
git checkout 2.17
./configure && make dep && make

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechPjsip

  • SeverityMEDIUM

  • CVSS Score5.1

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:N/SC:N/SI:N/SA:L/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
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-416
  • Technical References
  • GitHub Commit Update

  • GitHub Security Advisory GHSA-p965-mf7j-gwv8
  • Related CVEs
  • CVE-2026-40614: PJSIP Opus Buffer Overflow Vulnerability

  • CVE-2026-40892: PJSIP Buffer Overflow Vulnerability

  • CVE-2026-34235: PJSIP Buffer Overflow Vulnerability

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