Snyk has a proof-of-concept or detailed explanation of how to exploit this vulnerability.
The probability is the direct output of the EPSS model, and conveys an overall sense of the threat of exploitation in the wild. The percentile measures the EPSS probability relative to all known EPSS scores. Note: This data is updated daily, relying on the latest available EPSS model version. Check out the EPSS documentation for more details.
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsUpgrade k8s.io/kubernetes
to version 1.21.0-alpha.1 or higher.
k8s.io/kubernetes is a Production-Grade Container Scheduling and Management.
Affected versions of this package are vulnerable to Man-in-the-Middle (MitM). An attacker that is able to create a ClusterIP service and set the spec.externalIPs
field can intercept traffic to that IP. An attacker that is able to patch the status (which is considered a privileged operation and should not typically be granted to users) of a LoadBalancer service can set the status.loadBalancer.ingress.ip
to similar effect.
Mitigations have been published:
k8s.gcr.io/multitenancy/externalip-webhook:v1.0.0
. The source code and deployment instructions are published at https://github.com/kubernetes-sigs/externalip-webhook.