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.
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.
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.
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.
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.
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.