A flaw was found in the OpenShift Router. A user with EndpointSlice write access can exploit this vulnerability by creating a Service backed by an FQDN (Fully Qualified Domain Name) EndpointSlice that resolves to a cloud metadata endpoint. This allows the router to proxy requests to the cloud metadata endpoint, leading to the disclosure of instance credentials and other sensitive metadata. This bypasses previous security measures for validating IP addresses.
Security readout for executives and security teams
Plain-English summary
This flaw lets a user who can write Kubernetes EndpointSlices in OpenShift make the router contact a cloud metadata service. If successful, the router could expose instance credentials or sensitive metadata. The issue is serious because it targets infrastructure credentials, but the source bundle does not show active exploitation or fixed versions.
Executive priority
Treat as high priority for cloud-hosted OpenShift clusters. The main business risk is credential disclosure from instance metadata, which could enable broader cloud account or workload compromise. Prioritize RBAC review and vendor patch tracking.
Technical view
CVE-2026-42965 is a CWE-918 SSRF in OpenShift Router. FQDN-typed EndpointSlices can resolve to cloud metadata endpoints and bypass prior destination IP validation, causing the router to proxy requests to sensitive metadata services. Red Hat rates it High with CVSS 3.1 score 7.7.
Likely exposure
Exposure is limited to Red Hat OpenShift Container Platform 4 deployments using the affected router packages, especially cloud-hosted clusters where metadata endpoints can return credentials. Risk depends on who or what can create or modify EndpointSlices.
Exploitation context
The described attack requires EndpointSlice write access. The CVSS vector indicates network attack, low complexity, low privileges, no user interaction, changed scope, and high confidentiality impact. The bundle marks KEV false and provides no cited evidence of active exploitation.
Researcher notes
The bundle names affected Red Hat OpenShift 4 router packages but does not provide fixed versions, exploit reports, or detailed mitigations. Analysis should remain anchored to Red Hat CVE, Bugzilla, CSAF VEX, and the CVE record.
Mitigation direction
Check Red Hat guidance for fixed router images or advisories.
Prioritize updates for openshift4/ose-haproxy-router packages when available.
Review and minimize RBAC grants allowing EndpointSlice write access.
Monitor router egress attempts to cloud metadata endpoints.
Investigate suspicious FQDN EndpointSlices in application namespaces.
Validation and detection
Identify OpenShift Container Platform 4 clusters in cloud environments.
Inventory router image/package versions against Red Hat CVE guidance.
List subjects with EndpointSlice create, update, or patch permissions.
Review EndpointSlices with FQDN endpoint types.
Check logs for router requests toward metadata endpoint hostnames or IPs.
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 · medium confidence lookup
CWE-918: Information exposure and cloud metadata lookup
Information exposure and SSRF weaknesses can make discovery, cloud metadata, and credential material review relevant. 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 CVE wording references SSRF or metadata access, so cloud discovery and credential material review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program 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.
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-918 · source CWE mapping
Server-Side Request Forgery (SSRF)
Server-Side Request Forgery (SSRF) represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.