CVE-2026-35203 PUBLISHED

ZLMediaKit VP9 RTP Parser Out-of-Bounds Read

Assigner: GitHub_M
Reserved: 01.04.2026 Published: 06.04.2026 Updated: 06.04.2026

ZLMediaKit is a streaming media service framework. the VP9 RTP payload parser in ext-codec/VP9Rtp.cpp reads multiple fields from the RTP payload based on flag bits in the first byte, without verifying that sufficient data exists in the buffer. A crafted VP9 RTP packet with a 1-byte payload (0xFF, all flags set) causes the parser to read past the end of the allocated buffer, resulting in a heap-buffer-overflow. This vulnerability is fixed with commit 435dcbcbbf700fd63b2ca9eac6cef3b5ea75169d.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
CVSS Score: 7.5

Product Status

Vendor ZLMediaKit
Product ZLMediaKit
Versions
  • Version < 435dcbcbbf700fd63b2ca9eac6cef3b5ea75169d is affected

References

Problem Types

  • CWE-125: Out-of-bounds Read CWE