CVE-2021-25737
06.09.2021, 12:15
A security issue was discovered in Kubernetes where a user may be able to redirect pod traffic to private networks on a Node. Kubernetes already prevents creation of Endpoint IPs in the localhost or link-local range, but the same validation was not performed on EndpointSlice IPs.
Vendor | Product | Version |
---|---|---|
kubernetes | kubernetes | 1.16.0 ≤ 𝑥 < 1.18.19 |
kubernetes | kubernetes | 1.19.0 ≤ 𝑥 < 1.19.10 |
kubernetes | kubernetes | 1.20.0 ≤ 𝑥 < 1.20.7 |
kubernetes | kubernetes | 1.21.0 |
𝑥
= Vulnerable software versions

Debian Releases

Ubuntu Releases
Common Weakness Enumeration
- CWE-184 - Incomplete List of Disallowed InputsThe product implements a protection mechanism that relies on a list of inputs (or properties of inputs) that are not allowed by policy or otherwise require other action to neutralize before additional processing takes place, but the list is incomplete, leading to resultant weaknesses.
- CWE-601 - URL Redirection to Untrusted Site ('Open Redirect')A web application accepts a user-controlled input that specifies a link to an external site, and uses that link in a Redirect. This simplifies phishing attacks.
References