Show filters
2 Total Results
Displaying 1-2 of 2
Sort by:
Attacker Value
Unknown

kubelet-started container uid changes to root after first restart or if image i…

Disclosure Date: August 29, 2019 (last updated November 27, 2024)
In kubelet v1.13.6 and v1.14.2, containers for pods that do not specify an explicit runAsUser attempt to run as uid 0 (root) on container restart, or if the image was previously pulled to the node. If the pod specified mustRunAsNonRoot: true, the kubelet will refuse to start the container as root. If the pod did not specify mustRunAsNonRoot: true, the kubelet will run the container as uid 0.
0
Attacker Value
Unknown

Kubernetes kubelet exposes /debug/pprof info on healthz port

Disclosure Date: August 29, 2019 (last updated November 27, 2024)
The debugging endpoint /debug/pprof is exposed over the unauthenticated Kubelet healthz port. The go pprof endpoint is exposed over the Kubelet's healthz port. This debugging endpoint can potentially leak sensitive information such as internal Kubelet memory addresses and configuration, or for limited denial of service. Versions prior to 1.15.0, 1.14.4, 1.13.8, and 1.12.10 are affected. The issue is of medium severity, but not exposed by the default configuration.