CVE-2025-58457: Apache ZooKeeper: Insufficient Permission Check in AdminServer Snapshot/Restore Commands
Improper permission check in ZooKeeper AdminServer lets authorized clients to run snapshot and restore command with insufficient permissions.
This issue affects Apache ZooKeeper: from 3.9.0 before 3.9.4.
Users are recommended to upgrade to version 3.9.4, which fixes the issue.
The issue can be mitigated by disabling both commands (via admin.snapshot.enabled and admin.restore.enabled), disabling the whole AdminServer interface (via admin.enableServer), or ensuring that the root ACL does not provide open permissions. (Note that ZooKeeper ACLs are not recursive, so this does not impact operations on child nodes besides notifications from recursive watches.)
Other sources
Improper permission checks in the AdminServer allow an authenticated client with insufficient privileges to invoke the snapshot and restore commands. The intended requirement is authentication and authorization on the root path (/) with ALL permission for these operations; however, affected versions permit invocation without that level of authorization. The primary risk is disclosure of cluster state via snapshots to a lesser-privileged client.
Affected: org.apache.zookeeper:zookeeper 3.9.0 through 3.9.3. Fixed: 3.9.4 (ZOOKEEPER-4964 “check permissions individually during admin server auth”). Mitigations: Disable both commands (admin.snapshot.enabled, admin.restore.enabled). Disable AdminServer (admin.enableServer). Ensure the root ACL is not open; note that ZooKeeper ACLs are not recursive. Upgrade to 3.9.4.
— GitHub
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2025-58457?
CVE-2025-58457 has a moderate severity level due to improper permission checks allowing unauthorized command execution.
How do I fix CVE-2025-58457?
To fix CVE-2025-58457, upgrade Apache ZooKeeper to version 3.9.4 or later.
Which versions of Apache ZooKeeper are affected by CVE-2025-58457?
CVE-2025-58457 affects Apache ZooKeeper versions from 3.9.0 up to, but not including, 3.9.4.
What commands can be executed due to CVE-2025-58457?
Due to CVE-2025-58457, unauthorized clients can run snapshot and restore commands despite lacking sufficient permissions.
Is CVE-2025-58457 specific to a particular operating system?
CVE-2025-58457 is not specific to any operating system; it affects any system running the vulnerable versions of Apache ZooKeeper.