CVE-2026-10143 PUBLISHED

kafka-python prior to 2.3.2 DoS via SCRAM Iteration Count in scram.py

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 SCRAM authentication handling that allows a malicious or machine-in-the-middle broker to freeze the client event loop by supplying an excessively large iteration count. In scram.py, ScramClient.process_server_first_message() passes the broker-controlled SCRAM iteration count directly to hashlib.pbkdf2_hmac() without validation, blocking producer sends, consumer polls, admin operations, and heartbeats, which can cause consumer group eviction and repeated reconnect failures.

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-400 Uncontrolled Resource Consumption CWE