VYPR
High severityNVD Advisory· Published Sep 30, 2020· Updated Aug 5, 2024

CVE-2018-11765

CVE-2018-11765

Description

In Apache Hadoop versions 3.0.0-alpha2 to 3.0.0, 2.9.0 to 2.9.2, 2.8.0 to 2.8.5, any users can access some servlets without authentication when Kerberos authentication is enabled and SPNEGO through HTTP is not enabled.

AI Insight

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

Improper authentication in Apache Hadoop allows unauthenticated users to access certain servlets when Kerberos is enabled but SPNEGO is not.

Vulnerability

Description

When Kerberos authentication is enabled in Apache Hadoop, the SPNEGO (Simple and Protected GSSAPI Negotiation Mechanism) through HTTP is expected to protect access to servlets. However, in affected versions — including all releases from 3.0.0-alpha2 to 3.0.0, 2.9.0 to 2.9.2, and 2.8.0 to 2.8.5 — an attacker can bypass this protection. The root cause lies in the failure to enforce authentication on some servlets when SPNEGO is not active over HTTP, leaving a gap in the access control logic.

Attack

Surface and Exploitation

An attacker does not need any prior authentication or special privileges. By simply sending HTTP requests to the vulnerable servlets, they can interact with Apache Hadoop services. This is exploitable over the network without any credentials, requiring only that Kerberos be enabled and SPNEGO disabled or misconfigured.

Impact

Unauthenticated access to these servlets may allow an attacker to read sensitive data, trigger actions, or perform operations that should require authentication. The severity is rated as critical, as it undermines the intended security posture of the Hadoop deployment.

Mitigation

Apache Software Foundation has released patches in newer versions. Users should upgrade to Hadoop 3.0.1, 2.9.3, 2.8.6, or later. If upgrading is not immediately possible, administrators can consider enabling SPNEGO over HTTP or implementing additional network-level access controls to protect these endpoints [1].

AI Insight generated on May 21, 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.hadoop:hadoop-mainMaven
>= 3.0.0-alpha2, < 3.0.13.0.1
org.apache.hadoop:hadoop-mainMaven
>= 2.9.0, < 2.9.32.9.3
org.apache.hadoop:hadoop-mainMaven
>= 2.8.0, < 2.8.62.8.6

Affected products

2

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

25

News mentions

0

No linked articles in our index yet.