Vulnerability Description
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.
CVSS Score
HIGH
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Dpkp | Kafka-Python | < 2.3.2 |
Related Weaknesses (CWE)
References
- https://github.com/dpkp/kafka-python/commit/6e4831444f972d169cdd11f5c8d50333cea3Patch
- https://github.com/dpkp/kafka-python/pull/3019Issue TrackingPatch
- https://github.com/dpkp/kafka-python/pull/3026Issue TrackingPatch
- https://www.vulncheck.com/advisories/kafka-python-prior-to-dos-via-scram-iteratiPatchThird Party Advisory
- https://access.redhat.com/errata/RHSA-2026:28571
- https://access.redhat.com/errata/RHSA-2026:30076
- https://access.redhat.com/errata/RHSA-2026:33683
- https://access.redhat.com/errata/RHSA-2026:41066
- https://access.redhat.com/errata/RHSA-2026:42796
- https://access.redhat.com/security/cve/CVE-2026-10143
- https://bugzilla.redhat.com/show_bug.cgi?id=2487722
- https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-10143.json
FAQ
What is CVE-2026-10143?
CVE-2026-10143 is a vulnerability with a CVSS score of 7.5 (HIGH). 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 suppl...
How severe is CVE-2026-10143?
CVE-2026-10143 has been rated HIGH with a CVSS base score of 7.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-10143?
Check the references section above for vendor advisories and patch information. Affected products include: Dpkp Kafka-Python.