CVE-2026-10143

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.
Configurations

Configuration 1 (hide)

cpe:2.3:a:dpkp:kafka-python:*:*:*:*:*:python:*:*

History

No history.

Information

Published : 2026-06-10 22:16

Updated : 2026-09-10 13:17


NVD link : CVE-2026-10143

Mitre link : CVE-2026-10143

CVE.ORG link : CVE-2026-10143


JSON object : View

Products Affected

dpkp

  • kafka-python
CWE
CWE-400

Uncontrolled Resource Consumption

CWE-606

Unchecked Input for Loop Condition