CVE-2026-10142 PUBLISHED

kafka-python prior to 2.3.2 Denial of Service via Protocol Parser Frame Length

Assigner: VulnCheck
Reserved: 29.05.2026 Published: 10.06.2026 Updated: 11.06.2026

kafka-python prior to 2.3.2 contains a denial-of-service vulnerability in the protocol parser that allows a malicious broker or machine-in-the-middle attacker to exhaust memory or hang connections by sending a crafted 4-byte frame length value without bounds validation. Attackers can send a specially crafted frame length through the receive_bytes() function to trigger either a multi-gigabyte memory allocation or an uncaught ValueError that leaves the connection in a broken state, causing requests to hang and consumers to stop heartbeating until restart.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N
CVSS Score: 8.7

Product Status

Vendor Dana Powers
Product kafka-python
Versions Default: unknown
  • affected from 0 to 2.3.2 (excl.)

Credits

  • Katriel Moses finder

References

Problem Types

  • CWE-789 Memory Allocation with Excessive Size Value CWE