Advisory Database
  • Advisories
  • Dependency Scanning
  1. maven
  2. ›
  3. org.apache.zookeeper/zookeeper
  4. ›
  5. CVE-2024-23944

CVE-2024-23944: Apache ZooKeeper vulnerable to information disclosure in persistent watchers handling

March 15, 2024 (updated February 13, 2025)

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.

References

  • github.com/advisories/GHSA-r978-9m6m-6gm6
  • github.com/apache/zookeeper
  • github.com/apache/zookeeper/commit/29c7b9462681f47c2ac12e609341cf9f52abac5c
  • github.com/apache/zookeeper/commit/65b91d2d9a56157285c2a86b106e67c26520b01d
  • github.com/apache/zookeeper/commit/daf7cfd04005cff1a4f7cab5ab13d41db88d0cd8
  • lists.apache.org/thread/96s5nqssj03rznz9hv58txdb2k1lr79k
  • nvd.nist.gov/vuln/detail/CVE-2024-23944

Code Behaviors & Features

Detect and mitigate CVE-2024-23944 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions starting from 3.6.0 up to 3.7.2, all versions starting from 3.8.0 before 3.8.4, all versions starting from 3.9.0 before 3.9.2

Fixed versions

  • 3.8.4
  • 3.9.2

Solution

Upgrade to versions 3.8.4, 3.9.2 or above.

Impact 5.3 MEDIUM

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L

Learn more about CVSS

Weakness

  • CWE-200: Exposure of Sensitive Information to an Unauthorized Actor

Source file

maven/org.apache.zookeeper/zookeeper/CVE-2024-23944.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Wed, 14 May 2025 12:15:30 +0000.