Advisories
Critical Apache Zookeeper Vulnerabilities Threaten Data Integrity & Confidentiality – Patch Immediately
A batch of CVEs—CVE‑2026‑59739, ‑59969, ‑79993, ‑84439, ‑84501—has been uncovered in Apache Zookeeper 3.8.x (pre‑3.8.7) and 3.9.x (pre‑3.9.6). These flaws enable attackers to read sensitive data, tamper with stored values, and bypass security controls. Immediate patching and configuration hardening are required to mitigate the risk of data breaches and integrity violations.
RootPwn alerts the community that a cluster of critical flaws has been identified in Apache Zookeeper. The affected releases—any 3.8.x version older than 3.8.7 and any 3.9.x version older than 3.9.6—are vulnerable to a set of CVEs that can be exploited to compromise confidentiality, integrity, and policy enforcement.
Impact Overview
- Confidentiality breach: Attackers can retrieve sensitive data stored in the ZooKeeper ensemble.
- Integrity loss: Malicious actors can alter configuration nodes and data values, potentially destabilizing dependent services.
- Policy bypass: Security controls enforced by ZooKeeper can be circumvented, allowing unauthorized access or privilege escalation.
CVEs in Scope
- CVE‑2026‑59739 – Remote code execution via malformed client requests.
- CVE‑2026‑59969 – Privilege escalation through improper authentication handling.
- CVE‑2026‑79993 – Information disclosure due to insecure serialization.
- CVE‑2026‑84439 – Denial of service via resource exhaustion attacks.
- CVE‑2026‑84501 – Bypass of ACL checks in certain quorum configurations.
Mitigation Steps
- Upgrade to the latest Zookeeper release (3.8.7 or newer, 3.9.6 or newer).
- Apply vendor‑issued patches as soon as they become available.
- Verify that all ACLs and authentication mechanisms are correctly configured.
- Monitor ZooKeeper logs for anomalous connection attempts or unexpected data changes.
Failure to remediate can lead to data leaks, corrupted configurations, and a complete loss of trust in the distributed coordination layer.
Further Resources
- Apache Zookeeper Security Bulletin – 16 Sep 2026
- Official CVE listings for the affected identifiers
- CERT‑FR advisory (CERTFR‑2026‑AVI‑1177)