CVE-2024-56128
Last modified
CVE-2024-56128 is a medium-severity vulnerability rated 5.3/10 on the CVSS scale. Incorrect Implementation of Authentication Algorithm in Apache Kafka's SCRAM implementation. Issue Summary: Apache Kafka's implementation of the Salted Challenge Response Authentication Mechanism (SCRAM) did not fully adhere to the requirements of RFC 5802 [1]. Specifically, as per RFC 5802, the server must verify that the nonce sent by the client in the second message matches the nonce sent by the server in its first message. However, Kafka's SCRAM implementation did not perform this validation. Impact: This vulnerability is exploitable only when an attacker has plaintext access to the SCRAM authentication exchange. However, the usage of SCRAM over plaintext is strongly discouraged as it is considered an insecure practice [2]. EPSS estimates a 0.78% chance of exploitation in the next 30 days.
Description
Incorrect Implementation of Authentication Algorithm in Apache Kafka's SCRAM implementation. Issue Summary: Apache Kafka's implementation of the Salted Challenge Response Authentication Mechanism (SCRAM) did not fully adhere to the requirements of RFC 5802 [1]. Specifically, as per RFC 5802, the server must verify that the nonce sent by the client in the second message matches the nonce sent by the server in its first message. However, Kafka's SCRAM implementation did not perform this validation. Impact: This vulnerability is exploitable only when an attacker has plaintext access to the SCRAM authentication exchange. However, the usage of SCRAM over plaintext is strongly discouraged as it is considered an insecure practice [2]. Apache Kafka recommends deploying SCRAM exclusively with TLS encryption to protect SCRAM exchanges from interception [3]. Deployments using SCRAM with TLS are not affected by this issue. How to Detect If You Are Impacted: If your deployment uses SCRAM authentication over plaintext communication channels (without TLS encryption), you are likely impacted. To check if TLS is enabled, review your server.properties configuration file for listeners property. If you have SASL_PLAINTEXT in the listeners, then you are likely impacted. Fix Details: The issue has been addressed by introducing nonce verification in the final message of the SCRAM authentication exchange to ensure compliance with RFC 5802. Affected Versions: Apache Kafka versions 0.10.2.0 through 3.9.0, excluding the fixed versions below. Fixed Versions: 3.9.0 3.8.1 3.7.2 Users are advised to upgrade to 3.7.2 or later to mitigate this issue. Recommendations for Mitigation: Users unable to upgrade to the fixed versions can mitigate the issue by: - Using TLS with SCRAM Authentication: Always deploy SCRAM over TLS to encrypt authentication exchanges and protect against interception. - Considering Alternative Authentication Mechanisms: Evaluate alternative authentication mechanisms, such as PLAIN, Kerberos or OAuth with TLS, which provide additional layers of security.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Apache | Kafka | >= 0.10.2.0, < 3.7.2 |
| Apache | Kafka | 3.8.0 |
References
- https://datatracker.ietf.org/doc/html/rfc5802Technical Description
- https://datatracker.ietf.org/doc/html/rfc5802#section-9Technical Description
- https://lists.apache.org/thread/84dh4so32lwn7wr6c5s9mwh381vx9wkwMailing List, Vendor Advisory
- http://www.openwall.com/lists/oss-security/2024/12/18/3Mailing List, Third Party Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2024-56128?
How severe is CVE-2024-56128?
How do I fix CVE-2024-56128?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2024
- CVE-2024-56116A Cross-Site Request Forgery vulnerability in Amiro.CMS befo…8.8
- CVE-2024-5612The Essential Addons for Elementor Pro plugin for WordPress …5.4
- CVE-2024-56120Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2024-56121Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2024-56122Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2024-56123Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2024-5613The Formula theme for WordPress is vulnerable to Reflected C…6.1
- CVE-2024-56131Improper Input Validation vulnerability of Authenticated Use…6.8
- CVE-2024-56132Improper Input Validation vulnerability of Authenticated Use…6.8
- CVE-2024-56133Improper Input Validation vulnerability of Authenticated Use…6.8
- CVE-2024-56134Improper Input Validation vulnerability of Authenticated Use…6.8
- CVE-2024-56135Improper Input Validation vulnerability of Authenticated Use…6.8
Are you affected by CVE-2024-56128?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
