A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-35203

CVE-2026-35203: ZLMediaKit Buffer Overflow Vulnerability

CVE-2026-35203 is a heap-buffer-overflow flaw in ZLMediaKit's VP9 RTP payload parser that allows attackers to trigger out-of-bounds reads. This article covers the technical details, affected versions, impact, and mitigation.

Published: April 10, 2026

CVE-2026-35203 Overview

CVE-2026-35203 is a heap-buffer-overflow vulnerability affecting ZLMediaKit, a popular streaming media service framework. The vulnerability exists in the VP9 RTP payload parser located in ext-codec/VP9Rtp.cpp, where multiple fields are read from the RTP payload based on flag bits in the first byte without verifying that sufficient data exists in the buffer. An attacker can exploit this flaw by sending a crafted VP9 RTP packet with a 1-byte payload (0xFF, with all flags set), causing the parser to read past the end of the allocated buffer.

Critical Impact

Network-based attackers can trigger a heap-buffer-overflow by sending malformed VP9 RTP packets, potentially causing service disruption or denial of service conditions in streaming media applications using ZLMediaKit.

Affected Products

  • ZLMediaKit streaming media service framework (versions prior to commit 435dcbcbbf700fd63b2ca9eac6cef3b5ea75169d)

Discovery Timeline

  • April 6, 2026 - CVE-2026-35203 published to NVD
  • April 7, 2026 - Last updated in NVD database

Technical Details for CVE-2026-35203

Vulnerability Analysis

This vulnerability is classified as CWE-125 (Out-of-Bounds Read). The VP9 RTP decoder in ZLMediaKit parses RTP payload descriptors by reading flag bits from the first byte and then conditionally reading subsequent fields based on those flags. The critical flaw lies in the absence of bounds checking before accessing payload data beyond the first byte.

When the parser encounters an RTP packet where the first byte has all flag bits set (value 0xFF), it attempts to read picture IDs, layer indices, and other optional fields that may not actually exist in the payload. This leads to heap memory being read beyond the allocated buffer boundaries, which can crash the application or potentially leak sensitive memory contents.

The vulnerability is exploitable over the network without authentication or user interaction, making it particularly concerning for internet-facing streaming services.

Root Cause

The root cause is missing input validation in the RTPPayloadVP9::parse() function. The parser reads flag bits from the first byte and proceeds to access subsequent bytes based on those flags, without first verifying that the payload buffer contains sufficient data. This violates secure coding practices that require boundary checking before memory access operations.

Attack Vector

The attack is network-based and requires no privileges or user interaction. An attacker can send specially crafted VP9 RTP packets to a ZLMediaKit server or client parsing VP9 streams. By constructing a minimal payload with all flag bits set (0xFF) but only a single byte of actual data, the attacker forces the parser to read beyond the allocated heap buffer, triggering the overflow condition.

cpp
 #define kVBit 0x02
 int RTPPayloadVP9::parse(unsigned char *data, int dataLength) {
   const unsigned char* dataPtr = data;
+  const unsigned char* dataEnd = data + dataLength;
+
+#define VP9_CHECK_BOUNDS(n) do { if (dataPtr + (n) > dataEnd) return -1; } while (0)
+
   // Parse mandatory first byte of payload descriptor
+  VP9_CHECK_BOUNDS(1);
   this->hasPictureID = (*dataPtr & kIBit); // I bit
   this->interPicturePrediction = (*dataPtr & kPBit); // P bit
   this->hasLayerIndices = (*dataPtr & kLBit); // L bit

Source: GitHub Commit

The patch introduces a VP9_CHECK_BOUNDS macro that validates the remaining buffer length before each read operation. If insufficient data remains, the function returns -1 to safely reject the malformed packet.

Detection Methods for CVE-2026-35203

Indicators of Compromise

  • Unexpected crashes or segmentation faults in ZLMediaKit streaming services
  • Memory access violations reported in application logs related to VP9 RTP parsing
  • Abnormal VP9 RTP packets with minimal payloads (1 byte) but maximum flag bits set (0xFF)
  • Core dumps showing heap corruption in ext-codec/VP9Rtp.cpp functions

Detection Strategies

  • Monitor network traffic for anomalous VP9 RTP packets with unusually small payloads
  • Implement intrusion detection rules to flag RTP packets with VP9 payloads containing 0xFF as the first byte with minimal total length
  • Deploy application-level monitoring for heap-buffer-overflow exceptions in media streaming components
  • Use memory sanitizers (AddressSanitizer) in development and testing environments to detect out-of-bounds reads

Monitoring Recommendations

  • Enable detailed logging for RTP packet processing errors and parsing failures
  • Set up alerts for service crashes or unexpected restarts of ZLMediaKit processes
  • Monitor system logs for memory corruption indicators such as SIGABRT or SIGSEGV signals
  • Implement network traffic analysis to identify patterns of malformed RTP packets targeting streaming endpoints

How to Mitigate CVE-2026-35203

Immediate Actions Required

  • Update ZLMediaKit to a version containing commit 435dcbcbbf700fd63b2ca9eac6cef3b5ea75169d or later
  • Review network exposure of streaming services and restrict access where possible
  • Implement network-level filtering to drop suspicious RTP packets with abnormally small payloads
  • Enable crash monitoring and automatic service recovery for affected streaming applications

Patch Information

ZLMediaKit has released a security fix in commit 435dcbcbbf700fd63b2ca9eac6cef3b5ea75169d. The patch adds proper bounds checking through the VP9_CHECK_BOUNDS macro, which validates that sufficient data exists in the buffer before each read operation. Users should update to a version containing this fix. For more details, refer to the GitHub Security Advisory and the commit details.

Workarounds

  • Restrict network access to ZLMediaKit services using firewall rules to limit exposure to trusted sources only
  • Deploy a reverse proxy or application firewall capable of inspecting and filtering malformed RTP packets
  • Consider disabling VP9 codec support temporarily if not required for operations
  • Implement rate limiting on RTP packet processing to reduce potential impact of exploitation attempts
bash
# Example: Restrict ZLMediaKit service access using iptables
# Allow only trusted IP ranges to access the streaming port
iptables -A INPUT -p udp --dport 10000:10100 -s 192.168.1.0/24 -j ACCEPT
iptables -A INPUT -p udp --dport 10000:10100 -j DROP

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechZlmediakit

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-125
  • Technical References
  • GitHub Commit Update

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2024-27488: ZLMediaKit Privilege Escalation Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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