Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2026-79993
Published:September 16, 2026
Updated:September 22, 2026
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.
Affected Packages
https://github.com/apache/zookeeper.git (GITHUB):
Affected version(s) >=release-3.9.0-0 <release-3.9.6
Fix Suggestion:
Update to version release-3.9.6
https://github.com/apache/zookeeper.git (GITHUB):
Affected version(s) >=release-3.8.0-0 <release-3.8.7
Fix Suggestion:
Update to version release-3.8.7
org.apache.zookeeper:zookeeper (JAVA):
Affected version(s) >=3.8.0 <3.8.7
Fix Suggestion:
Update to version 3.8.7
org.apache.zookeeper:zookeeper (JAVA):
Affected version(s) >=3.9.0 <3.9.6
Fix Suggestion:
Update to version 3.9.6
Do you need more information?
Contact Us
CVSS v4
Base Score:
8.7
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
NONE
Vulnerable System Integrity
HIGH
Vulnerable System Availability
NONE
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
7.5
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
NONE
Integrity
HIGH
Availability
NONE
Weakness Type (CWE)
Missing Authorization
EPSS
Base Score:
0.61