CVE-2026-79993
Last modified
CVE-2026-79993 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. 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.. EPSS estimates a 0.24% chance of exploitation in the next 30 days.
Description
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.
Metrics
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Apache | Zookeeper | >= 3.8.0, < 3.8.7 |
| Apache | Zookeeper | >= 3.9.0, < 3.9.6 |
References
- https://lists.apache.org/thread/9cw3rmrzhqpct26v8j18fy41bghlq8y5Mailing List, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-79993?
How severe is CVE-2026-79993?
How do I fix CVE-2026-79993?
How Strix Helps
- Uncovering a hidden BOLA in Appsmith's snapshot logicStrix autonomously discovered a BOLA/IDOR vulnerability in Appsmith's snapshot deletion path.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-79988The Twig sandbox mechanism in Craft CMS is configured to all…8.7
- CVE-2026-79989The vulnerability allows any authenticated user to change th…8.7
- CVE-2026-7999Inappropriate implementation in V8 in Google Chrome prior to…4.3
- CVE-2026-79990Craft CMS GraphQL entry mutation resolvers (saveEntry, delet…8.7
- CVE-2026-79991Craft CMS GraphQL entry mutation resolvers (saveEntry, delet…7.1
- CVE-2026-79992A flaw was found in Emacs TRAMP. A local attacker could expl…7.8
- CVE-2026-79994The guest-to-host Unix-domain socket relay in Docker Sandbox…8.7
- CVE-2026-79995The User Registration & Membership WordPress plugin before …4.3
- CVE-2026-79996The User Registration & Membership WordPress plugin before …7.2
- CVE-2026-8000Insufficient validation of untrusted input in ChromeDriver i…8.8
- CVE-2026-8001Use After Free in Printing in Google Chrome on Linux, Mac, C…8.3
- CVE-2026-8002Use after free in Audio in Google Chrome on Mac prior to 148…8.8
Are you affected by CVE-2026-79993?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
