Skip to content

Commit baa442d

Browse files
1 parent d208074 commit baa442d

2 files changed

Lines changed: 73 additions & 44 deletions

File tree

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-28jg-cgg7-j4wc",
4+
"modified": "2026-04-24T15:29:32Z",
5+
"published": "2026-04-20T15:31:52Z",
6+
"aliases": [
7+
"CVE-2026-33557"
8+
],
9+
"summary": "Apache Kafka does not validate JWT tokens in its OAUTHBEARER authentication implementation",
10+
"details": "A 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.\n\nApache advises 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.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Maven",
21+
"name": "org.apache.kafka:kafka-clients"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "4.1.0"
29+
},
30+
{
31+
"fixed": "4.1.2"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
38+
"references": [
39+
{
40+
"type": "ADVISORY",
41+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33557"
42+
},
43+
{
44+
"type": "WEB",
45+
"url": "https://github.com/apache/kafka/commit/01d8e7db8d08dbd538892b409457ea6bfcc2a422"
46+
},
47+
{
48+
"type": "PACKAGE",
49+
"url": "https://github.com/apache/kafka"
50+
},
51+
{
52+
"type": "WEB",
53+
"url": "https://kafka.apache.org/cve-list"
54+
},
55+
{
56+
"type": "WEB",
57+
"url": "https://lists.apache.org/thread/v57o00hm6yszdpdnvqx2ss4561yh953h"
58+
},
59+
{
60+
"type": "WEB",
61+
"url": "http://www.openwall.com/lists/oss-security/2026/04/17/2"
62+
}
63+
],
64+
"database_specific": {
65+
"cwe_ids": [
66+
"CWE-1285"
67+
],
68+
"severity": "CRITICAL",
69+
"github_reviewed": true,
70+
"github_reviewed_at": "2026-04-24T15:29:31Z",
71+
"nvd_published_at": "2026-04-20T14:16:18Z"
72+
}
73+
}

advisories/unreviewed/2026/04/GHSA-28jg-cgg7-j4wc/GHSA-28jg-cgg7-j4wc.json

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)