Staging Environment: Content and features may be unstable or change without notice.
Search for packages
Package details: pkg:maven/org.apache.zookeeper/zookeeper@3.9.0
purl pkg:maven/org.apache.zookeeper/zookeeper@3.9.0
Next non-vulnerable version 3.9.5
Latest non-vulnerable version 3.9.5
Risk 4.5
Vulnerabilities affecting this package (6)
Vulnerability Summary Fixed by
VCID-1t8x-dmby-ubep
Aliases:
CVE-2026-24308
GHSA-crhr-qqj8-rpxc
Apache ZooKeeper has improper handling of configuration values Improper handling of configuration values in ZKConfig in Apache ZooKeeper 3.8.5 and 3.9.4 on all platforms allows an attacker to expose sensitive information stored in client configuration in the client's logfile. Configuration values are exposed at INFO level logging rendering potential production systems affected by the issue. Users are recommended to upgrade to version 3.8.6 or 3.9.5 which fixes this issue.
3.9.5
Affected by 0 other vulnerabilities.
VCID-6789-5wwx-qqch
Aliases:
CVE-2026-24281
GHSA-7xrh-hqfc-g7qr
Apache ZooKeeper: Reverse-DNS fallback enables hostname verification bypass in ZooKeeper ZKTrustManager 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.
3.9.5
Affected by 0 other vulnerabilities.
VCID-d5ku-8mny-tfed
Aliases:
CVE-2023-44981
GHSA-7286-pgfv-vxvh
Authorization Bypass Through User-Controlled Key vulnerability in Apache ZooKeeper. If SASL Quorum Peer authentication is enabled in ZooKeeper (quorum.auth.enableSasl=true), the authorization is done by verifying that the instance part in SASL authentication ID is listed in zoo.cfg server list. The instance part in SASL auth ID is optional and if it's missing, like 'eve@EXAMPLE.COM', the authorization check will be skipped. As a result an arbitrary endpoint could join the cluster and begin propagating counterfeit changes to the leader, essentially giving it complete read-write access to the data tree. Quorum Peer authentication is not enabled by default. Users are recommended to upgrade to version 3.9.1, 3.8.3, 3.7.2, which fixes the issue. Alternately ensure the ensemble election/quorum communication is protected by a firewall as this will mitigate the issue. See the documentation for more details on correct cluster administration.
3.9.1
Affected by 4 other vulnerabilities.
VCID-ex8w-efvg-2qgv
Aliases:
CVE-2024-51504
GHSA-g93m-8x6h-g5gv
Apache ZooKeeper: Authentication bypass with IP-based authentication in Admin Server When using IPAuthenticationProvider in ZooKeeper Admin Server there is a possibility of Authentication Bypass by Spoofing -- this only impacts IP based authentication implemented in ZooKeeper Admin Server. Default configuration of client's IP address detection in IPAuthenticationProvider, which uses HTTP request headers, is weak and allows an attacker to bypass authentication via spoofing client's IP address in request headers. Default configuration honors X-Forwarded-For HTTP header to read client's IP address. X-Forwarded-For request header is mainly used by proxy servers to identify the client and can be easily spoofed by an attacker pretending that the request comes from a different IP address. Admin Server commands, such as snapshot and restore arbitrarily can be executed on successful exploitation which could potentially lead to information leakage or service availability issues. Users are recommended to upgrade to version 3.9.3, which fixes this issue.
3.9.3
Affected by 2 other vulnerabilities.
VCID-hbdm-1ts5-f7ad
Aliases:
CVE-2025-58457
GHSA-2hmj-97jw-28jh
Apache ZooKeeper: Insufficient Permission Check in AdminServer Snapshot/Restore Commands Improper permission checks in the AdminServer allow an authenticated client with insufficient privileges to invoke the `snapshot` and `restore` commands. The intended requirement is authentication and authorization on the root path (`/`) with **ALL** permission for these operations; however, affected versions permit invocation without that level of authorization. The primary risk is disclosure of cluster state via snapshots to a lesser-privileged client. * **Affected:** `org.apache.zookeeper:zookeeper` 3.9.0 through 3.9.3. * **Fixed:** 3.9.4 (ZOOKEEPER-4964 “check permissions individually during admin server auth”). * **Mitigations:** * Disable both commands (`admin.snapshot.enabled`, `admin.restore.enabled`). * Disable AdminServer (`admin.enableServer`). * Ensure the root ACL is not open; note that ZooKeeper ACLs are not recursive. * Upgrade to 3.9.4.
3.9.4
Affected by 1 other vulnerability.
VCID-w64v-sgpz-7fhj
Aliases:
CVE-2024-23944
GHSA-r978-9m6m-6gm6
Apache ZooKeeper vulnerable to information disclosure in persistent watchers handling Information disclosure in persistent watchers handling in Apache ZooKeeper due to missing ACL check. It allows an attacker to monitor child znodes by attaching a persistent watcher (addWatch command) to a parent which the attacker has already access to. ZooKeeper server doesn't do ACL check when the persistent watcher is triggered and as a consequence, the full path of znodes that a watch event gets triggered upon is exposed to the owner of the watcher. It's important to note that only the path is exposed by this vulnerability, not the data of znode, but since znode path can contain sensitive information like user name or login ID, this issue is potentially critical. Users are recommended to upgrade to version 3.9.2, 3.8.4 which fixes the issue.
3.9.2
Affected by 3 other vulnerabilities.
Vulnerabilities fixed by this package (0)
Vulnerability Summary Aliases
This package is not known to fix vulnerabilities.

Date Actor Action Vulnerability Source VulnerableCode Version
2026-04-17T00:31:57.693826+00:00 GitLab Importer Affected by VCID-6789-5wwx-qqch https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.zookeeper/zookeeper/CVE-2026-24281.yml 38.4.0
2026-04-16T23:45:38.618601+00:00 GitLab Importer Affected by VCID-hbdm-1ts5-f7ad https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.zookeeper/zookeeper/CVE-2025-58457.yml 38.4.0
2026-04-16T23:13:34.688287+00:00 GitLab Importer Affected by VCID-ex8w-efvg-2qgv https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.zookeeper/zookeeper/CVE-2024-51504.yml 38.4.0
2026-04-16T22:40:33.095009+00:00 GitLab Importer Affected by VCID-d5ku-8mny-tfed https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.zookeeper/zookeeper/CVE-2023-44981.yml 38.4.0
2026-04-12T01:56:40.685495+00:00 GitLab Importer Affected by VCID-6789-5wwx-qqch https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.zookeeper/zookeeper/CVE-2026-24281.yml 38.3.0
2026-04-12T01:06:41.046440+00:00 GitLab Importer Affected by VCID-hbdm-1ts5-f7ad https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.zookeeper/zookeeper/CVE-2025-58457.yml 38.3.0
2026-04-12T00:32:06.258331+00:00 GitLab Importer Affected by VCID-ex8w-efvg-2qgv https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.zookeeper/zookeeper/CVE-2024-51504.yml 38.3.0
2026-04-12T00:00:01.262641+00:00 GitLab Importer Affected by VCID-d5ku-8mny-tfed https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.zookeeper/zookeeper/CVE-2023-44981.yml 38.3.0
2026-04-07T14:11:24.588282+00:00 GitLab Importer Affected by VCID-6789-5wwx-qqch https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.zookeeper/zookeeper/CVE-2026-24281.yml 38.1.0
2026-04-07T04:58:52.558722+00:00 GHSA Importer Affected by VCID-hbdm-1ts5-f7ad https://github.com/advisories/GHSA-2hmj-97jw-28jh 38.1.0
2026-04-07T04:56:22.014254+00:00 GHSA Importer Affected by VCID-ex8w-efvg-2qgv https://github.com/advisories/GHSA-g93m-8x6h-g5gv 38.1.0
2026-04-03T01:15:16.659879+00:00 GitLab Importer Affected by VCID-hbdm-1ts5-f7ad https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.zookeeper/zookeeper/CVE-2025-58457.yml 38.1.0
2026-04-03T00:39:50.141259+00:00 GitLab Importer Affected by VCID-ex8w-efvg-2qgv https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.zookeeper/zookeeper/CVE-2024-51504.yml 38.1.0
2026-04-03T00:03:03.761367+00:00 GitLab Importer Affected by VCID-d5ku-8mny-tfed https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.zookeeper/zookeeper/CVE-2023-44981.yml 38.1.0
2026-04-02T17:00:29.460898+00:00 GHSA Importer Affected by VCID-d5ku-8mny-tfed https://github.com/advisories/GHSA-7286-pgfv-vxvh 38.1.0
2026-04-02T12:40:21.436084+00:00 GitLab Importer Affected by VCID-ex8w-efvg-2qgv https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.zookeeper/zookeeper/CVE-2024-51504.yml 38.0.0
2026-04-01T16:08:24.372313+00:00 GHSA Importer Affected by VCID-6789-5wwx-qqch https://github.com/advisories/GHSA-7xrh-hqfc-g7qr 38.0.0
2026-04-01T16:08:24.354880+00:00 GHSA Importer Affected by VCID-1t8x-dmby-ubep https://github.com/advisories/GHSA-crhr-qqj8-rpxc 38.0.0
2026-04-01T16:04:50.979365+00:00 GHSA Importer Affected by VCID-w64v-sgpz-7fhj https://github.com/advisories/GHSA-r978-9m6m-6gm6 38.0.0
2026-04-01T12:52:54.654252+00:00 GitLab Importer Affected by VCID-hbdm-1ts5-f7ad https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.zookeeper/zookeeper/CVE-2025-58457.yml 38.0.0
2026-04-01T12:51:58.092590+00:00 GitLab Importer Affected by VCID-d5ku-8mny-tfed https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.zookeeper/zookeeper/CVE-2023-44981.yml 38.0.0