Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🔐 CVE-2024-23944: org.apache.zookeeper:zookeeper:jar:3.9.1:compile #300

Closed
github-actions bot opened this issue Mar 19, 2024 · 0 comments · Fixed by #302
Closed

🔐 CVE-2024-23944: org.apache.zookeeper:zookeeper:jar:3.9.1:compile #300

github-actions bot opened this issue Mar 19, 2024 · 0 comments · Fixed by #302
Assignees
Labels
security Security related change

Comments

@github-actions
Copy link

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.

CVE: CVE-2024-23944
CWE: CWE-200

References

@github-actions github-actions bot added the security Security related change label Mar 19, 2024
@Shmuma Shmuma self-assigned this Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
security Security related change
Projects
None yet
1 participant