CVE-2026-10143
HIGH WAF: Medium
CVSS 7.5
Published: 2026-06-10
CWE-400
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.
WAF Coverage Analysis
Uncontrolled Resource Consumption
Medium WAF Coverage
OWASP: A05:2021 Security Misconfiguration
912xxx - DOS Protection
Affected Software
| Vendor | Product | Version |
|---|---|---|
| dpkp | kafka-python | up to 2.3.2 |
References
- github.com (Patch)
- github.com (Issue Tracking, Patch)
- github.com (Issue Tracking, Patch)
- www.vulncheck.com (Patch, Third Party Advisory)