CVE Catalog

CVE-2026-59969

HighCVSS 7.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.26%

17th percentile - higher than 17% of all known CVEs

Summary

In Apache ZooKeeper, in FIPS mode, peer hostname verification in quorum TLS is not enforced. Despite enabling the relevant options, the connection accepts a CA-trusted certificate even if the SAN does not match the connected host, allowing a malicious certificate to join quorum traffic.

Risk Assessment

An attacker with a CA-trusted certificate that does not match the host can participate in leader election and replication, potentially compromising data integrity.

Recommendation

It is recommended to upgrade Apache ZooKeeper to version 3.8.7 or 3.9.6, which fix this vulnerability.

Other vulnerabilities in Apache ZooKeeper

See all
Original NVD description (English source)

Apache ZooKeeper quorum TLS fails to enforce peer hostname verification in FIPS-mode deployments. When sslQuorum=true, zookeeper.fips-mode=true, ssl.quorum.hostnameVerification=true, and ssl.quorum.clientHostnameVerification=true are enabled, the Java SSLSocket quorum path accepts a CA-trusted peer certificate whose SAN does not match the connected host. A malicious or misissued peer certificate can therefore join quorum traffic, participate in leader election, and enter replication flows. Users are recommended to upgrade to version 3.8.7 or 3.9.6, which fixes the issue.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS