Timing Attack Affecting org.apache.kafka:kafka-clients package, versions [2.8.0,2.8.1) [,2.7.2)
Snyk CVSS
Attack Complexity
High
Scope
Changed
Confidentiality
High
Threat Intelligence
EPSS
0.08% (34th
percentile)
Do your applications use this vulnerable package?
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applications- Snyk ID SNYK-JAVA-ORGAPACHEKAFKA-1540737
- published 21 Sep 2021
- disclosed 13 Aug 2021
- credit Jonathan Santilli of Snyk Security Team
Introduced: 13 Aug 2021
CVE-2021-38153 Open this link in a new tabHow to fix?
Upgrade org.apache.kafka:kafka-clients
to version 2.8.1, 2.7.2 or higher.
Overview
org.apache.kafka:kafka-clients is a streaming platform that can publish and subscribe to streams of records, store streams of records in a fault-tolerant durable way, and process streams of records as they occur.
Affected versions of this package are vulnerable to Timing Attack. Some components in Apache Kafka use Arrays.equals
to validate a password or key, which is vulnerable to brute force attacks by malicious users.