BIT-zookeeper-2026-79993

See a problem?
Import Source
https://github.com/bitnami/vulndb/tree/main/data/zookeeper/BIT-zookeeper-2026-79993.json
JSON Data
https://api.osv.dev/v1/vulns/BIT-zookeeper-2026-79993
Aliases
Published
2026-09-19T08:51:29Z
Modified
2026-09-19T09:15:03Z
Summary
Apache ZooKeeper: Missing ACL check on deleteContainer opcode allows unauthorized deletion of any empty persistent/container znode
Details

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.

Database specific
{
    "cpes": [
        "cpe:2.3:a:apache:zookeeper:*:*:*:*:*:*:*:*"
    ],
    "severity": "High"
}
References

Affected packages

Bitnami / zookeeper

Package

Name
zookeeper
Purl
pkg:bitnami/zookeeper

Severity

  • 7.5 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N CVSS Calculator

Affected ranges

Type
SEMVER
Events
Introduced
3.8.0
Fixed
3.8.7
Introduced
3.9.0
Fixed
3.9.6

Database specific

source
"https://github.com/bitnami/vulndb/tree/main/data/zookeeper/BIT-zookeeper-2026-79993.json"