Use of insecure channel - Source code In k8s.io/kubernetes
Description
Improper Authentication in Kubernetes 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.
Mitigation
Update Impact
Minimal update. May introduce new vulnerabilities or breaking changes.
Ecosystem | Component | Affected version | Patched versions |
|---|---|---|---|
debian 11 | 1.18.5-1 | ||
debian 12 | 1.18.5-1 | ||
debian 13 | 1.18.5-1 | ||
debian 14 | 1.18.5-1 | ||
go | 1.18.4, 1.17.7, 1.16.11 | ||
go | 1.18.4, 1.16.11, 1.16.11 | ||
go | v1.16.11-rc.0, v1.17.7-rc.0, v1.18.4-rc.0 | ||
go | 1.16.11, 1.17.7, 1.18.4 |
Aliases
References