ghsa-wqv3-8cm6-h6wg
Vulnerability from github
Published
2022-02-15 01:57
Modified
2023-01-06 22:23
Severity ?
Summary
Improper Authentication in Kubernetes
Details
A security issue was discovered in the Kubelet and kube-proxy components of Kubernetes which allows adjacent hosts to reach TCP and UDP services bound to 127.0.0.1 running on the node or in the node's network namespace. For example, if a cluster administrator runs a TCP service on a node that listens on 127.0.0.1:1234, because of this bug, that service would be potentially reachable by other hosts on the same LAN as the node, or by containers running on the same node as the service. If the example service on port 1234 required no additional authentication (because it assumed that only other localhost processes could reach it), then it could be vulnerable to attacks that make use of this bug.
{ "affected": [ { "package": { "ecosystem": "Go", "name": "k8s.io/kubernetes" }, "ranges": [ { "events": [ { "introduced": "1.18.0" }, { "fixed": "1.18.4" } ], "type": "ECOSYSTEM" } ] }, { "package": { "ecosystem": "Go", "name": "k8s.io/kubernetes" }, "ranges": [ { "events": [ { "introduced": "1.17.0" }, { "fixed": "1.17.7" } ], "type": "ECOSYSTEM" } ] }, { "package": { "ecosystem": "Go", "name": "k8s.io/kubernetes" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "1.16.11" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2020-8558" ], "database_specific": { "cwe_ids": [ "CWE-420" ], "github_reviewed": true, "github_reviewed_at": "2021-05-24T19:30:36Z", "nvd_published_at": "2020-07-27T20:15:00Z", "severity": "HIGH" }, "details": "A security issue was discovered in the Kubelet and kube-proxy components of Kubernetes which allows adjacent hosts to reach TCP and UDP services bound to 127.0.0.1 running on the node or in the node\u0027s network namespace. For example, if a cluster administrator runs a TCP service on a node that listens on 127.0.0.1:1234, because of this bug, that service would be potentially reachable by other hosts on the same LAN as the node, or by containers running on the same node as the service. If the example service on port 1234 required no additional authentication (because it assumed that only other localhost processes could reach it), then it could be vulnerable to attacks that make use of this bug.", "id": "GHSA-wqv3-8cm6-h6wg", "modified": "2023-01-06T22:23:41Z", "published": "2022-02-15T01:57:18Z", "references": [ { "type": "WEB", "url": "https://github.com/bottlerocket-os/bottlerocket/security/advisories/GHSA-wqv3-8cm6-h6wg" }, { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-8558" }, { "type": "WEB", "url": "https://github.com/kubernetes/kubernetes/issues/92315" }, { "type": "WEB", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1843358" }, { "type": "WEB", "url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-8558" }, { "type": "PACKAGE", "url": "https://github.com/kubernetes/kubernetes" }, { "type": "WEB", "url": "https://github.com/tabbysable/POC-2020-8558" }, { "type": "WEB", "url": "https://groups.google.com/g/kubernetes-announce/c/sI4KmlH3S2I/m/TljjxOBvBQAJ" }, { "type": "WEB", "url": "https://groups.google.com/g/kubernetes-security-announce/c/B1VegbBDMTE" }, { "type": "WEB", "url": "https://labs.bishopfox.com/tech-blog/bad-pods-kubernetes-pod-privilege-escalation" }, { "type": "WEB", "url": "https://security.netapp.com/advisory/ntap-20200821-0001" }, { "type": "WEB", "url": "https://www.openwall.com/lists/oss-security/2020/07/08/1" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "type": "CVSS_V3" } ], "summary": "Improper Authentication in Kubernetes" }
Loading...
Loading...
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.