CVE-2024-23944

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.
CVSS

No CVSS.

Configurations

Configuration 1 (hide)

OR cpe:2.3:a:apache:zookeeper:*:*:*:*:*:*:*:*
cpe:2.3:a:apache:zookeeper:*:*:*:*:*:*:*:*
cpe:2.3:a:apache:zookeeper:*:*:*:*:*:*:*:*

History

27 Jun 2025, 15:13

Type Values Removed Values Added
CWE CWE-862
References () http://www.openwall.com/lists/oss-security/2024/03/14/2 - () http://www.openwall.com/lists/oss-security/2024/03/14/2 - Mailing List
References () https://lists.apache.org/thread/96s5nqssj03rznz9hv58txdb2k1lr79k - () https://lists.apache.org/thread/96s5nqssj03rznz9hv58txdb2k1lr79k - Mailing List, Vendor Advisory
First Time Apache zookeeper
Apache
CPE cpe:2.3:a:apache:zookeeper:*:*:*:*:*:*:*:*

13 Feb 2025, 18:17

Type Values Removed Values Added
CWE CWE-200
Summary 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. 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.

01 May 2024, 17:15

Type Values Removed Values Added
References
  • () http://www.openwall.com/lists/oss-security/2024/03/14/2 -

15 Mar 2024, 12:53

Type Values Removed Values Added
New CVE

Information

Published : 2024-03-15 11:15

Updated : 2025-07-03 15:15


NVD link : CVE-2024-23944

Mitre link : CVE-2024-23944


JSON object : View

Products Affected

apache

  • zookeeper
CWE
CWE-862

Missing Authorization