🔐 CVE Alert

CVE-2026-59739

UNKNOWN 0.0

Apache ZooKeeper: Information disclosure via SetWatches reconnect replay

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

Information disclosure via SetWatches reconnect replay in Apache ZooKeeper due to missing ACL check. An attacker can discover ACL-restricted paths by registering exists-watches on non-existent paths, then reconnecting after the paths are created with restricted ACLs. Issue is caused by incomplete fix for CVE-2024-23944 (ZOOKEEPER-4799). The fix added ACL checking to WatchManager.triggerWatch(). However, DataTree.setWatches() — the SetWatches/SetWatches2 reconnect replay handler — still calls watcher.process(event) with null ACL, bypassing the check entirely. 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.6, 3.8.7 which fixes the issue.

CWE CWE-862
Vendor apache software foundation
Product apache zookeeper
Published Sep 16, 2026
Stay Ahead of the Next One

Get instant alerts for apache software foundation apache zookeeper

Be the first to know when new unknown vulnerabilities affecting apache software foundation apache zookeeper are published — delivered to Slack, Telegram or Discord.

Get Free Alerts → Free · No credit card · 60 sec setup

Affected Versions

Apache Software Foundation / Apache ZooKeeper
3.9.0 ≤ 3.9.5 3.8.0 ≤ 3.8.6

References

NVD ↗ CVE.org ↗ EPSS Data ↗
lists.apache.org: https://lists.apache.org/thread/v0lrwsbdxvx6w67p3z7fxf3hzyncq55l

Credits

🔍 NGUYEN HONG QUAN <[email protected]> 🔍 n0mi1k <[email protected]>