GHSA-r978-9m6m-6gm6

Suggest an improvement
Source
https://github.com/advisories/GHSA-r978-9m6m-6gm6
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2024/03/GHSA-r978-9m6m-6gm6/GHSA-r978-9m6m-6gm6.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-r978-9m6m-6gm6
Aliases
Related
Published
2024-03-15T12:30:37Z
Modified
2024-05-02T19:03:17.317514Z
Summary
Apache ZooKeeper vulnerable to information disclosure in persistent watchers handling
Details

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

Affected packages

Maven / org.apache.zookeeper:zookeeper

Package

Name
org.apache.zookeeper:zookeeper
View open source insights on deps.dev
Purl
pkg:maven/org.apache.zookeeper/zookeeper

Affected ranges

Type
ECOSYSTEM
Events
Introduced
3.8.0
Fixed
3.8.4

Affected versions

3.*

3.8.0
3.8.1
3.8.2
3.8.3

Database specific

{
    "last_known_affected_version_range": "<= 3.8.3"
}

Maven / org.apache.zookeeper:zookeeper

Package

Name
org.apache.zookeeper:zookeeper
View open source insights on deps.dev
Purl
pkg:maven/org.apache.zookeeper/zookeeper

Affected ranges

Type
ECOSYSTEM
Events
Introduced
3.9.0
Fixed
3.9.2

Affected versions

3.*

3.9.0
3.9.1

Database specific

{
    "last_known_affected_version_range": "<= 3.9.1"
}

Maven / org.apache.zookeeper:zookeeper

Package

Name
org.apache.zookeeper:zookeeper
View open source insights on deps.dev
Purl
pkg:maven/org.apache.zookeeper/zookeeper

Affected ranges

Type
ECOSYSTEM
Events
Introduced
3.6.0
Last affected
3.7.2

Affected versions

3.*

3.6.0
3.6.1
3.6.2
3.6.3
3.6.4
3.7.0
3.7.1
3.7.2