Improper Authentication in Kubernetes
High severity
GitHub Reviewed
Published
Jul 13, 2020
in
bottlerocket-os/bottlerocket
•
Updated Jan 30, 2023
Package
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
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
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