CVE-2026-33557
CVE-2026-33557 is a critical-severity vulnerability in Apache Kafka with a CVSS 3.x base score of 9.1. It is not currently listed as actively exploited by CISA, and its EPSS exploit-prediction score is low. The underlying weakness is classified as CWE-1285.
Key facts
- Severity: Critical (CVSS 3.x base score 9.1)
- EPSS exploit prediction: 1% (44th percentile)
- Actively exploited: Not listed in CISA KEV
- EU (EUVD) id: EUVD-2026-23846
- Weakness: CWE-1285
- Affected product: Apache Kafka
- Published:
- Last modified:
Description
A possible security vulnerability has been identified in Apache Kafka. By default, the broker property `sasl.oauthbearer.jwt.validator.class` is set to `org.apache.kafka.common.security.oauthbearer.DefaultJwtValidator`. It accepts any JWT token without validating its signature, issuer, or audience. An attacker can generate a JWT token from any issuer with the `preferred_username` set to any user, and the broker will accept it. We advise the Kafka users using kafka v4.1.0 or v4.1.1 to set the config `sasl.oauthbearer.jwt.validator.class` to `org.apache.kafka.common.security.oauthbearer.BrokerJwtValidator` explicitly to avoid this vulnerability. Since Kafka v4.1.2 and v4.2.0 and later, the issue is fixed and will correctly validate the JWT token.
Frequently asked questions
- What is CVE-2026-33557?
- A possible security vulnerability has been identified in Apache Kafka. By default, the broker property `sasl.oauthbearer.jwt.validator.class` is set to `org.apache.kafka.common.security.oauthbearer.DefaultJwtValidator`. It accepts any JWT token without validating its signature, issuer, or audience. An attacker can generate a JWT token from any issuer with the `preferred_username` set to any user, and the broker will accept it. We advise the Kafka users using kafka v4.1.0 or v4.1.1 to set the config `sasl.oauthbearer.jwt.validator.class` to `org.apache.kafka.common.security.oauthbearer.BrokerJwtValidator` explicitly to avoid this vulnerability. Since Kafka v4.1.2 and v4.2.0 and later, the issue is fixed and will correctly validate the JWT token.
- How severe is CVE-2026-33557?
- CVE-2026-33557 has a CVSS 3.x base score of 9.1, rated critical severity. It is exploitable over network with low attack complexity, requires no privileges and no user interaction. Impact on confidentiality is high, integrity high, and availability none.
- Is CVE-2026-33557 being actively exploited?
- It is not currently listed in CISA's KEV catalog. Its EPSS exploit-prediction score is 1% (44th percentile), an estimate of the probability of exploitation in the next 30 days.
- What products are affected by CVE-2026-33557?
- CVE-2026-33557 affects Apache Kafka. See the affected-products list for the exact vulnerable versions.
- How do I fix CVE-2026-33557?
- Review the linked vendor and NVD advisories for patched versions and mitigations, then upgrade or apply the recommended workaround. Given its critical severity, prioritise patching exposed systems.
- Does CVE-2026-33557 have an EU (EUVD) identifier?
- Yes. CVE-2026-33557 is tracked in the ENISA EU Vulnerability Database (EUVD) as EUVD-2026-23846.
- When was CVE-2026-33557 published?
- CVE-2026-33557 was published on 2026-04-20 and last updated on 2026-06-30.
References
- https://kafka.apache.org/cve-list
- https://lists.apache.org/thread/v57o00hm6yszdpdnvqx2ss4561yh953h
- http://www.openwall.com/lists/oss-security/2026/04/17/2
- https://access.redhat.com/security/cve/CVE-2026-33557
- https://bugzilla.redhat.com/show_bug.cgi?id=2459739
- https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-33557.json
Affected products (1)
- cpe:2.3:a:apache:kafka:*:*:*:*:*:*:*:*
More vulnerabilities in Apache Kafka
- CVE-2025-27818 — High (CVSS 8.8): A possible security vulnerability has been identified in Apache Kafka. This requires access to a alterConfig to…
- CVE-2018-17196 — High (CVSS 8.8): In Apache Kafka versions between 0.11.0.0 and 2.1.0, it is possible to manually craft a Produce request which bypasses…
- CVE-2025-27819 — High (CVSS 7.5): In CVE-2023-25194, we announced the RCE/Denial of service attack via SASL JAAS JndiLoginModule configuration in Kafka…
- CVE-2025-27817 — High (CVSS 7.5): A possible arbitrary file read and SSRF vulnerability has been identified in Apache Kafka Client. Apache Kafka Clients…
- CVE-2022-34917 — High (CVSS 7.5): A security vulnerability has been identified in Apache Kafka. It affects all releases since 2.8.0. The vulnerability…
- CVE-2019-12399 — High (CVSS 7.5): When Connect workers in Apache Kafka 2.0.0, 2.0.1, 2.1.0, 2.1.1, 2.2.0, 2.2.1, or 2.3.0 are configured with one or more…
All CVEs affecting Apache Kafka →
Other CWE-1285 vulnerabilities
- CVE-2025-3755 — Critical (CVSS 9.1): Improper Validation of Specified Index, Position, or Offset in Input vulnerability in Mitsubishi Electric Corporation…
- CVE-2026-12681 — High (CVSS 8.9): Improper Validation of Specified Index, Position, or Offset in Input vulnerability in Google go-attestation.…
- CVE-2024-36342 — High (CVSS 8.8): Improper input validation in the GPU driver could allow an attacker to exploit a heap overflow potentially resulting in…
- CVE-2025-20796 — High (CVSS 7.8): In imgsys, there is a possible out of bounds write due to improper input validation. This could lead to local…
- CVE-2025-7849 — High (CVSS 7.8): A memory corruption vulnerability due to improper error handling when a VILinkObj is null exists in NI LabVIEW that may…
- CVE-2025-7848 — High (CVSS 7.8): A memory corruption vulnerability due to improper input validation in lvpict.cpp exists in NI LabVIEW that may result…