Lucene search

K
cve[email protected]CVE-2024-23944
HistoryMar 15, 2024 - 11:15 a.m.

CVE-2024-23944

2024-03-1511:15:08
CWE-200
web.nvd.nist.gov
779
cve
2024
23944
information disclosure
apache zookeeper
persistent watchers
acl check
security vulnerability
nvd
upgrade recommendation.

5.8 Medium

AI Score

Confidence

Low

0.0004 Low

EPSS

Percentile

9.1%

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.

Affected configurations

Vulners
Node
apachezookeeperRange3.9.1
OR
apachezookeeperRange3.8.3
OR
apachezookeeperRange3.7.2

CNA Affected

[
  {
    "collectionURL": "https://repo.maven.apache.org/maven2",
    "defaultStatus": "unaffected",
    "packageName": "org.apache.zookeeper:zookeeper",
    "product": "Apache ZooKeeper",
    "vendor": "Apache Software Foundation",
    "versions": [
      {
        "lessThanOrEqual": "3.9.1",
        "status": "affected",
        "version": "3.9.0",
        "versionType": "maven"
      },
      {
        "lessThanOrEqual": "3.8.3",
        "status": "affected",
        "version": "3.8.0",
        "versionType": "maven"
      },
      {
        "lessThanOrEqual": "3.7.2",
        "status": "affected",
        "version": "3.6.0",
        "versionType": "maven"
      }
    ]
  }
]

5.8 Medium

AI Score

Confidence

Low

0.0004 Low

EPSS

Percentile

9.1%