Skip to content

Commit 70e4be1

Browse files
1 parent 4b13f29 commit 70e4be1

2 files changed

Lines changed: 93 additions & 31 deletions

File tree

Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,93 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-7xrh-hqfc-g7qr",
4+
"modified": "2026-03-10T19:32:52Z",
5+
"published": "2026-03-07T09:30:15Z",
6+
"aliases": [
7+
"CVE-2026-24281"
8+
],
9+
"summary": "Apache ZooKeeper: Reverse-DNS fallback enables hostname verification bypass in ZooKeeper ZKTrustManager",
10+
"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.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:H/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.zookeeper:zookeeper"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "3.8.0"
29+
},
30+
{
31+
"fixed": "3.8.6"
32+
}
33+
]
34+
}
35+
]
36+
},
37+
{
38+
"package": {
39+
"ecosystem": "Maven",
40+
"name": "org.apache.zookeeper:zookeeper"
41+
},
42+
"ranges": [
43+
{
44+
"type": "ECOSYSTEM",
45+
"events": [
46+
{
47+
"introduced": "3.9.0"
48+
},
49+
{
50+
"fixed": "3.9.5"
51+
}
52+
]
53+
}
54+
]
55+
}
56+
],
57+
"references": [
58+
{
59+
"type": "ADVISORY",
60+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24281"
61+
},
62+
{
63+
"type": "WEB",
64+
"url": "https://github.com/apache/zookeeper/commit/66c4efecdda1302d9cfb3af9eedb122b74452bf3"
65+
},
66+
{
67+
"type": "PACKAGE",
68+
"url": "https://github.com/apache/zookeeper"
69+
},
70+
{
71+
"type": "WEB",
72+
"url": "https://issues.apache.org/jira/browse/ZOOKEEPER-4986"
73+
},
74+
{
75+
"type": "WEB",
76+
"url": "https://lists.apache.org/thread/088ddsbrzhd5lxzbqf5n24yg0mwh9jt2"
77+
},
78+
{
79+
"type": "WEB",
80+
"url": "http://www.openwall.com/lists/oss-security/2026/03/07/4"
81+
}
82+
],
83+
"database_specific": {
84+
"cwe_ids": [
85+
"CWE-295",
86+
"CWE-297"
87+
],
88+
"severity": "HIGH",
89+
"github_reviewed": true,
90+
"github_reviewed_at": "2026-03-10T19:32:52Z",
91+
"nvd_published_at": "2026-03-07T09:16:07Z"
92+
}
93+
}

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

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

0 commit comments

Comments
 (0)