🔐 CVE Alert

CVE-2026-79993

UNKNOWN 0.0

Apache ZooKeeper: Missing ACL check on deleteContainer opcode allows unauthorized deletion of any empty persistent/container znode

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

The `deleteContainer` opcode (0x14/20) is processed without verifying the caller's ACL permissions, allowing any authenticated client to delete specific znodes in the data tree regardless of the ACL restrictions on the znode or its parent. This opcode is considered internal-only and the official client doesn't have API for it, but a client that can open a plain TCP session on the ZooKeeper client port (2181 by default) - with NO authentication and NO ACL permissions - can delete any empty persistent znode (including regular persistent nodes, container nodes, and TTL nodes) by issuing the raw protocol OpCode deleteContainer (20). The deleteContainer request path completely skips both the session check and the DELETE ACL check that are enforced by the regular delete (OpCode 2) path. This is an authorization bypass / ACL enforcement bug. This issue affects Apache ZooKeeper: from 3.9.0 through 3.9.5, from 3.8.0 through 3.8.6. Users are recommended to upgrade to version 3.9.6 or 3.8.7, which fixes the issue.

CWE CWE-862
Vendor apache software foundation
Product apache zookeeper
Published Sep 16, 2026
Last Updated 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/9cw3rmrzhqpct26v8j18fy41bghlq8y5 openwall.com: http://www.openwall.com/lists/oss-security/2026/09/15/5

Credits

🔍 K <[email protected]> 🔍 z f <[email protected]> 布豪 <[email protected]>