Skip to content

Commit b579333

Browse files
Merge pull request #7130 from github/kascit-GHSA-7xrh-hqfc-g7qr
2 parents 1d789ad + b374a27 commit b579333

1 file changed

Lines changed: 50 additions & 3 deletions

File tree

advisories/unreviewed/2026/03/GHSA-7xrh-hqfc-g7qr/GHSA-7xrh-hqfc-g7qr.json

Lines changed: 50 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,60 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-7xrh-hqfc-g7qr",
4-
"modified": "2026-03-07T09:30:15Z",
4+
"modified": "2026-03-07T09:30:21Z",
55
"published": "2026-03-07T09:30:15Z",
66
"aliases": [
77
"CVE-2026-24281"
88
],
9+
"summary": "Apache ZooKeeper: Reverse-DNS fallback enables hostname verification bypass in ZooKeeper ZKTrustManager",
910
"details": "Hostname verification in Apache ZooKeeper ZKTrustManager falls back to reverse DNS (PTR) when IP SAN validation fails, allowing attackers who control or spoof PTR records to impersonate ZooKeeper servers or clients with a valid certificate for the PTR name. It's important to note that attacker must present a certificate which is trusted by ZKTrustManager which makes the attack vector harder to exploit. Users are recommended to upgrade to version 3.8.6 or 3.9.5, which fixes this issue by introducing a new configuration option to disable reverse DNS lookup in client and quorum protocols.",
1011
"severity": [],
11-
"affected": [],
12+
"affected": [
13+
{
14+
"package": {
15+
"ecosystem": "Maven",
16+
"name": "org.apache.zookeeper:zookeeper"
17+
},
18+
"ranges": [
19+
{
20+
"type": "ECOSYSTEM",
21+
"events": [
22+
{
23+
"introduced": "3.9.0"
24+
},
25+
{
26+
"fixed": "3.9.5"
27+
}
28+
]
29+
}
30+
],
31+
"database_specific": {
32+
"last_known_affected_version_range": "<= 3.9.4"
33+
}
34+
},
35+
{
36+
"package": {
37+
"ecosystem": "Maven",
38+
"name": "org.apache.zookeeper:zookeeper"
39+
},
40+
"ranges": [
41+
{
42+
"type": "ECOSYSTEM",
43+
"events": [
44+
{
45+
"introduced": "3.8.0"
46+
},
47+
{
48+
"fixed": "3.8.6"
49+
}
50+
]
51+
}
52+
],
53+
"database_specific": {
54+
"last_known_affected_version_range": "<= 3.8.5"
55+
}
56+
}
57+
],
1258
"references": [
1359
{
1460
"type": "ADVISORY",
@@ -21,7 +67,8 @@
2167
],
2268
"database_specific": {
2369
"cwe_ids": [
24-
"CWE-295"
70+
"CWE-295",
71+
"CWE-350"
2572
],
2673
"severity": null,
2774
"github_reviewed": false,

0 commit comments

Comments
 (0)