Skip to content

Improper Authentication in Kubernetes

High severity GitHub Reviewed Published Jul 13, 2020 in bottlerocket-os/bottlerocket • Updated Jan 30, 2023

Package

gomod k8s.io/kubernetes (Go)

Affected versions

>= 1.18.0, < 1.18.4
>= 1.17.0, < 1.17.7
< 1.16.11

Patched versions

1.18.4
1.17.7
1.16.11

Description

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.

References

@tjkirch tjkirch published to bottlerocket-os/bottlerocket Jul 13, 2020
Published by the National Vulnerability Database Jul 27, 2020
Reviewed May 24, 2021
Published to the GitHub Advisory Database Feb 15, 2022
Last updated Jan 30, 2023

Severity

High
8.8
/ 10

CVSS base metrics

Attack vector
Adjacent
Attack complexity
Low
Privileges required
None
User interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High
CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Weaknesses

CVE ID

CVE-2020-8558

GHSA ID

GHSA-wqv3-8cm6-h6wg

Source code

Credits

Checking history
See something to contribute? Suggest improvements for this vulnerability.