CVE-2020-8555
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedThe Kubernetes kube-controller-manager in versions v1.0-1.14, versions prior to v1.15.12, v1.16.9, v1.17.5, and version v1.18.0 are vulnerable to a Server Side Request Forgery (SSRF) that allows certain authorized users to leak up to 500 bytes of arbitrary information from unprotected endpoints within the master's host network (such as link-local or loopback services).
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidencekube-controller-manager contains an SSRF vulnerability where certain authorized users can cause the controller to make requests to arbitrary URLs, including link-local or loopback services on the master node, leaking up to 500 bytes of information. The attack requires authentication but does not require elevated privileges beyond standard user access.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data< 1.15.11>= 1.16.0, < 1.16.9>= 1.17.0, < 1.17.5= 1.18.0= 32CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- High
- Privileges
- Low
- User interaction
- None
- Scope
- Changed
- Confidentiality
- High
- Integrity
- None
- Availability
- None
CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:N/A:N
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify kube-controller-manager versionRun 'kube-controller-manager --version' on the master node, or check the container image tag if running as a pod via 'kubectl get pods -n kube-system -o jsonpath="{.items[?(@.spec.containers[0].name==\"kube-controller-manager\")].spec.containers[0].image}"', or check the package version with 'rpm -q kube-controller-manager' on Fedora/RHEL systemsAffected if The version is < 1.15.11, 1.16.0-1.16.9, 1.17.0-1.17.5, or exactly 1.18.0 (or the package is from Fedora 32)
-
Verify kube-controller-manager API accessibilityCheck if the kube-controller-manager service or endpoint is exposed externally or accessible to non-privileged network segments. Review the --bind-address flag in the controller manager manifest (typically /etc/kubernetes/manifests/kube-controller-manager.yaml) and any firewall or network policiesAffected if The kube-controller-manager API port (default 10252 or 10257 with TLS) is accessible from user-accessible networks rather than restricted to master node only
-
Review RBAC permissions for controller-manager endpointsRun 'kubectl auth can-i get / --subresource=endpoint --as=<test-user>' for a standard non-admin user, or review ClusterRoleBindings with 'kubectl get clusterrolebindings -o wide' to see which users or groups have get/list permissions on controller manager resourcesAffected if Standard authenticated users (without elevated privileges) have permission to query controller-manager endpoints, allowing them to trigger the SSRF
-
Check for suspicious internal requests in audit logsReview Kubernetes audit logs for requests to kube-controller-manager endpoints with unusual destination URLs, or monitor API server logs for requests with Link-Local or loopback destinations (127.0.0.0/8, 169.254.0.0/16)Affected if Audit logs show requests from kube-controller-manager to internal loopback or link-local addresses that were not initiated by system components
You are affected if your kube-controller-manager version falls within the vulnerable range AND standard authenticated users can access the controller-manager API endpoints to trigger the SSRF.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
From vendor data1.15.111.16.91.17.5
Upgrade Kubernetes to v1.15.12+, v1.16.9+, v1.17.5+, or v1.18.1+ to patch the kube-controller-manager SSRF vulnerability. If immediate upgrade is not possible, restrict access to the kube-controller-manager API and monitor for suspicious requests to internal endpoints.
- Consultation4.0 h
- Implementation8.0 h
- Testing6.0 h
- Review / QA4.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $6,176.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2020-8555 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2020-8555 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data