Lookup for vulnerable packages by Package URL.

Purlpkg:maven/org.apache.kafka/kafka_2.12@0.10.2.0
Typemaven
Namespaceorg.apache.kafka
Namekafka_2.12
Version0.10.2.0
Qualifiers
Subpath
Is_vulnerabletrue
Next_non_vulnerable_version3.9.1
Latest_non_vulnerable_version3.9.1
Affected_by_vulnerabilities
0
url VCID-vf6g-gc99-1uak
vulnerability_id VCID-vf6g-gc99-1uak
summary
Apache Kafka's SCRAM implementation Incorrectly Implements Authentication Algorithm
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.
references
0
reference_url https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2024-56128.json
reference_id
reference_type
scores
0
value 7.4
scoring_system cvssv3
scoring_elements CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N
url https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2024-56128.json
1
reference_url https://api.first.org/data/v1/epss?cve=CVE-2024-56128
reference_id
reference_type
scores
0
value 0.00389
scoring_system epss
scoring_elements 0.59982
published_at 2026-04-24T12:55:00Z
1
value 0.00389
scoring_system epss
scoring_elements 0.60011
published_at 2026-04-21T12:55:00Z
2
value 0.00389
scoring_system epss
scoring_elements 0.59933
published_at 2026-04-02T12:55:00Z
3
value 0.00389
scoring_system epss
scoring_elements 0.60025
published_at 2026-04-18T12:55:00Z
4
value 0.00389
scoring_system epss
scoring_elements 0.59978
published_at 2026-04-08T12:55:00Z
5
value 0.00389
scoring_system epss
scoring_elements 0.59958
published_at 2026-04-04T12:55:00Z
6
value 0.00389
scoring_system epss
scoring_elements 0.59928
published_at 2026-04-07T12:55:00Z
7
value 0.00389
scoring_system epss
scoring_elements 0.60018
published_at 2026-04-16T12:55:00Z
8
value 0.00389
scoring_system epss
scoring_elements 0.59979
published_at 2026-04-13T12:55:00Z
9
value 0.00389
scoring_system epss
scoring_elements 0.59997
published_at 2026-04-12T12:55:00Z
10
value 0.00389
scoring_system epss
scoring_elements 0.60012
published_at 2026-04-11T12:55:00Z
11
value 0.00389
scoring_system epss
scoring_elements 0.59991
published_at 2026-04-09T12:55:00Z
url https://api.first.org/data/v1/epss?cve=CVE-2024-56128
2
reference_url https://datatracker.ietf.org/doc/html/rfc5802
reference_id
reference_type
scores
0
value 5.3
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
1
value 1.7
scoring_system cvssv4
scoring_elements CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:U
2
value LOW
scoring_system generic_textual
scoring_elements
3
value Track
scoring_system ssvc
scoring_elements SSVCv2/E:N/A:N/T:P/P:M/B:A/M:M/D:T/2024-12-18T16:15:35Z/
url https://datatracker.ietf.org/doc/html/rfc5802
3
reference_url https://datatracker.ietf.org/doc/html/rfc5802#section-9
reference_id
reference_type
scores
0
value 5.3
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
1
value 1.7
scoring_system cvssv4
scoring_elements CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:U
2
value LOW
scoring_system generic_textual
scoring_elements
3
value Track
scoring_system ssvc
scoring_elements SSVCv2/E:N/A:N/T:P/P:M/B:A/M:M/D:T/2024-12-18T16:15:35Z/
url https://datatracker.ietf.org/doc/html/rfc5802#section-9
4
reference_url https://github.com/apache/kafka
reference_id
reference_type
scores
0
value 5.3
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
1
value 1.7
scoring_system cvssv4
scoring_elements CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:U
2
value LOW
scoring_system generic_textual
scoring_elements
url https://github.com/apache/kafka
5
reference_url https://github.com/apache/kafka/commit/2cbc5bd3ca22185d9cd357c9db23a2cfb43a0fff
reference_id
reference_type
scores
0
value 5.3
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
1
value 1.7
scoring_system cvssv4
scoring_elements CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:U
2
value LOW
scoring_system generic_textual
scoring_elements
url https://github.com/apache/kafka/commit/2cbc5bd3ca22185d9cd357c9db23a2cfb43a0fff
6
reference_url https://kafka.apache.org/documentation/#security_sasl_scram_security
reference_id
reference_type
scores
0
value 5.3
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
1
value 1.7
scoring_system cvssv4
scoring_elements CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:U
2
value LOW
scoring_system generic_textual
scoring_elements
3
value Track
scoring_system ssvc
scoring_elements SSVCv2/E:N/A:N/T:P/P:M/B:A/M:M/D:T/2024-12-18T16:15:35Z/
url https://kafka.apache.org/documentation/#security_sasl_scram_security
7
reference_url https://lists.apache.org/thread/84dh4so32lwn7wr6c5s9mwh381vx9wkw
reference_id
reference_type
scores
0
value 5.3
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
1
value 1.7
scoring_system cvssv4
scoring_elements CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:U
2
value LOW
scoring_system generic_textual
scoring_elements
3
value Track
scoring_system ssvc
scoring_elements SSVCv2/E:N/A:N/T:P/P:M/B:A/M:M/D:T/2024-12-18T16:15:35Z/
url https://lists.apache.org/thread/84dh4so32lwn7wr6c5s9mwh381vx9wkw
8
reference_url https://nvd.nist.gov/vuln/detail/CVE-2024-56128
reference_id
reference_type
scores
0
value 5.3
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
1
value 1.7
scoring_system cvssv4
scoring_elements CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:U
2
value LOW
scoring_system generic_textual
scoring_elements
url https://nvd.nist.gov/vuln/detail/CVE-2024-56128
9
reference_url http://www.openwall.com/lists/oss-security/2024/12/18/3
reference_id
reference_type
scores
0
value 5.3
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
1
value 1.7
scoring_system cvssv4
scoring_elements CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:U
2
value LOW
scoring_system generic_textual
scoring_elements
url http://www.openwall.com/lists/oss-security/2024/12/18/3
10
reference_url https://bugzilla.redhat.com/show_bug.cgi?id=2333013
reference_id 2333013
reference_type
scores
url https://bugzilla.redhat.com/show_bug.cgi?id=2333013
11
reference_url https://github.com/advisories/GHSA-p7c9-8xx8-h74f
reference_id GHSA-p7c9-8xx8-h74f
reference_type
scores
0
value LOW
scoring_system cvssv3.1_qr
scoring_elements
url https://github.com/advisories/GHSA-p7c9-8xx8-h74f
fixed_packages
0
url pkg:maven/org.apache.kafka/kafka_2.12@3.7.2
purl pkg:maven/org.apache.kafka/kafka_2.12@3.7.2
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-qepc-2rn8-hufs
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.kafka/kafka_2.12@3.7.2
1
url pkg:maven/org.apache.kafka/kafka_2.12@3.8.1
purl pkg:maven/org.apache.kafka/kafka_2.12@3.8.1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-qepc-2rn8-hufs
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.kafka/kafka_2.12@3.8.1
aliases CVE-2024-56128, GHSA-p7c9-8xx8-h74f
risk_score 3.4
exploitability 0.5
weighted_severity 6.7
resource_url http://public2.vulnerablecode.io/vulnerabilities/VCID-vf6g-gc99-1uak
1
url VCID-ynnz-mx89-2bbu
vulnerability_id VCID-ynnz-mx89-2bbu
summary
Apache Kafka Deserialization of Untrusted Data vulnerability
In CVE-2023-25194, we announced the RCE/Denial of service attack via SASL JAAS JndiLoginModule configuration in Kafka Connect API. But not only Kafka Connect API is vulnerable to this attack, the Apache Kafka brokers also have this vulnerability. To exploit this vulnerability, the attacker needs to be able to connect to the Kafka cluster and have the AlterConfigs permission on the cluster resource.


Since Apache Kafka 3.4.0, we have added a system property ("-Dorg.apache.kafka.disallowed.login.modules") to disable the problematic login modules usage in SASL JAAS configuration. Also by default "com.sun.security.auth.module.JndiLoginModule" is disabled in Apache Kafka 3.4.0, and "com.sun.security.auth.module.JndiLoginModule,com.sun.security.auth.module.LdapLoginModule" is disabled by default in in Apache Kafka 3.9.1/4.0.0
references
0
reference_url https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2025-27819.json
reference_id
reference_type
scores
0
value 8.8
scoring_system cvssv3
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
url https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2025-27819.json
1
reference_url https://api.first.org/data/v1/epss?cve=CVE-2025-27819
reference_id
reference_type
scores
0
value 0.00348
scoring_system epss
scoring_elements 0.57368
published_at 2026-04-04T12:55:00Z
1
value 0.00348
scoring_system epss
scoring_elements 0.57345
published_at 2026-04-02T12:55:00Z
2
value 0.00897
scoring_system epss
scoring_elements 0.75691
published_at 2026-04-24T12:55:00Z
3
value 0.00897
scoring_system epss
scoring_elements 0.75581
published_at 2026-04-07T12:55:00Z
4
value 0.00897
scoring_system epss
scoring_elements 0.75615
published_at 2026-04-08T12:55:00Z
5
value 0.00897
scoring_system epss
scoring_elements 0.75626
published_at 2026-04-09T12:55:00Z
6
value 0.00897
scoring_system epss
scoring_elements 0.7565
published_at 2026-04-11T12:55:00Z
7
value 0.00897
scoring_system epss
scoring_elements 0.75632
published_at 2026-04-12T12:55:00Z
8
value 0.00897
scoring_system epss
scoring_elements 0.75625
published_at 2026-04-13T12:55:00Z
9
value 0.00897
scoring_system epss
scoring_elements 0.75662
published_at 2026-04-16T12:55:00Z
10
value 0.00897
scoring_system epss
scoring_elements 0.75666
published_at 2026-04-18T12:55:00Z
11
value 0.00897
scoring_system epss
scoring_elements 0.75652
published_at 2026-04-21T12:55:00Z
url https://api.first.org/data/v1/epss?cve=CVE-2025-27819
2
reference_url https://github.com/apache/kafka
reference_id
reference_type
scores
0
value 8.8
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
1
value HIGH
scoring_system generic_textual
scoring_elements
url https://github.com/apache/kafka
3
reference_url https://kafka.apache.org/cve-list
reference_id
reference_type
scores
0
value 7.5
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
1
value 8.8
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
2
value HIGH
scoring_system generic_textual
scoring_elements
3
value Track
scoring_system ssvc
scoring_elements SSVCv2/E:N/A:Y/T:P/P:M/B:A/M:M/D:T/2025-06-10T14:18:03Z/
url https://kafka.apache.org/cve-list
4
reference_url https://nvd.nist.gov/vuln/detail/CVE-2025-27819
reference_id
reference_type
scores
0
value 8.8
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
1
value HIGH
scoring_system generic_textual
scoring_elements
url https://nvd.nist.gov/vuln/detail/CVE-2025-27819
5
reference_url https://bugzilla.redhat.com/show_bug.cgi?id=2371365
reference_id 2371365
reference_type
scores
url https://bugzilla.redhat.com/show_bug.cgi?id=2371365
6
reference_url https://github.com/advisories/GHSA-26f8-x7cc-wqpc
reference_id GHSA-26f8-x7cc-wqpc
reference_type
scores
0
value 8.8
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
1
value HIGH
scoring_system generic_textual
scoring_elements
url https://github.com/advisories/GHSA-26f8-x7cc-wqpc
7
reference_url https://github.com/advisories/GHSA-mcwh-c9pg-xw43
reference_id GHSA-mcwh-c9pg-xw43
reference_type
scores
0
value HIGH
scoring_system cvssv3.1_qr
scoring_elements
url https://github.com/advisories/GHSA-mcwh-c9pg-xw43
fixed_packages
0
url pkg:maven/org.apache.kafka/kafka_2.12@3.4.0
purl pkg:maven/org.apache.kafka/kafka_2.12@3.4.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-qepc-2rn8-hufs
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.apache.kafka/kafka_2.12@3.4.0
aliases CVE-2025-27819, GHSA-mcwh-c9pg-xw43
risk_score 4.0
exploitability 0.5
weighted_severity 8.0
resource_url http://public2.vulnerablecode.io/vulnerabilities/VCID-ynnz-mx89-2bbu
Fixing_vulnerabilities
Risk_score4.0
Resource_urlhttp://public2.vulnerablecode.io/packages/pkg:maven/org.apache.kafka/kafka_2.12@0.10.2.0