VYPR
High severityNVD Advisory· Published May 21, 2018· Updated Sep 17, 2024

CVE-2018-8012

CVE-2018-8012

Description

No authentication/authorization is enforced when a server attempts to join a quorum in Apache ZooKeeper before 3.4.10, and 3.5.0-alpha through 3.5.3-beta. As a result an arbitrary end point could join the cluster and begin propagating counterfeit changes to the leader.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Missing authentication in ZooKeeper quorum joining allows unauthenticated endpoints to join and propagate counterfeit changes.

Vulnerability

Apache ZooKeeper before version 3.4.10, and versions 3.5.0-alpha through 3.5.3-beta, do not enforce authentication or authorization when a server attempts to join a quorum. This allows an arbitrary endpoint to join the cluster by simply connecting to the quorum port [1].

Exploitation

An attacker with network access to the ZooKeeper ensemble can initiate a quorum join request. No prior authentication, credentials, or special privileges are required. The attacker sends a crafted join request to become part of the quorum [1].

Impact

Once joined, the attacker can propagate counterfeit changes to the leader, potentially corrupting the cluster state, causing data inconsistencies, or leading to a denial of service. This can compromise the integrity and availability of the ZooKeeper service [1].

Mitigation

Upgrade to ZooKeeper 3.4.10 or later, or 3.5.3-beta or later. If an immediate upgrade is not possible, restrict network access to the quorum ports (default 2888 and 3888) using firewalls to limit exposure to trusted networks only [1].

AI Insight generated on May 22, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected packages

Versions sourced from the GitHub Security Advisory.

PackageAffected versionsPatched versions
org.apache.zookeeper:zookeeperMaven
< 3.4.103.4.10
org.apache.zookeeper:zookeeperMaven
>= 3.5.0-alpha, < 3.5.4-beta3.5.4-beta

Affected products

2

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

22

News mentions

0

No linked articles in our index yet.