LiveActive security incident?Get immediate response
CVE Record

CVE-2021-25740: Holes in EndpointSlice Validation Enable Host Network Hijack

A security issue was discovered with Kubernetes that could enable users to send network traffic to locations they would otherwise not have access to via a confused deputy attack.

LowCVSS 3.1Not KEV-listedUpdated
Glexia's TakeAutomated analysislow

Security readout for executives and security teams

Plain-English summary

Kubernetes disclosed a low-severity EndpointSlice validation issue that could let an authorized user redirect cluster network traffic to destinations they should not otherwise reach. This is mainly a concern in multi-tenant clusters or environments where less-trusted users can manage EndpointSlices.

Executive priority

Treat as a governance and tenancy-hardening issue, not an emergency. Prioritize review in shared Kubernetes environments or where application teams have broad cluster write permissions.

Technical view

CVE-2021-25740 is a confused-deputy issue in Kubernetes EndpointSlice validation. The provided CVSS vector requires network access, low privileges, no user interaction, high attack complexity, and has limited confidentiality impact. The source bundle does not provide specific affected release ranges or a confirmed fixed version.

Likely exposure

Exposure is most likely where Kubernetes users or workloads have permission to create or update EndpointSlices, especially in shared clusters with weaker RBAC separation.

Exploitation context

The source bundle does not show KEV listing or active exploitation evidence. Exploitation requires privileges and high complexity, limiting broad opportunistic risk.

Researcher notes

Evidence is limited to the supplied CVE metadata and references. The bundle identifies Kubernetes, CWE-441, CVSS 3.1 score 3.1, and no KEV status. It does not provide exploit details, fixed releases, or observed attacks.

Mitigation direction

  • Check Kubernetes vendor guidance for affected versions and fixes.
  • Audit RBAC permissions for EndpointSlice create and update access.
  • Limit EndpointSlice management to trusted controllers and administrators.
  • Review managed Kubernetes provider advisories for inherited exposure.

Validation and detection

  • Inventory Kubernetes clusters and versions in use.
  • Identify subjects with EndpointSlice write permissions.
  • Review audit logs for unusual EndpointSlice changes.
  • Confirm provider or vendor status for CVE-2021-25740.
Prepared
Confidence
medium
Sources
6

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-441: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
description · low confidence lookup

Container behavior lookup

The affected technology mentions containers, so container-specific ATT&CK technique review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2021-25740 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Low
CVSS
3.1 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
3Timeline events
1ADP providers
5Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
3.1CVSS 3.1LowCVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N1.61.4kubernetes

Vulnerability scoring details

Base CVSS 3.1 score

3.1Low
CVSS 3.1 vector shape for CVE-2021-25740Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CVECVE Program Container

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
KubernetesKubernetes0Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-441 · source CWE mapping

Unintended Proxy or Intermediary ('Confused Deputy')

Unintended Proxy or Intermediary ('Confused Deputy') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.