CVE-2019-11245
CVSS:3.0/AV:L/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L
Summary
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.
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| Kubernetes | Kubernetes | v1.13.6 | affected |
| Kubernetes | Kubernetes | v1.14.2 | affected |
Weaknesses
- CWE-703: CWE-703: Improper Check or Handling of Exceptional Conditions
Workarounds
Specify runAsUser directives in pods to control the uid a container runs as. Specify mustRunAsNonRoot:true directives in pods to prevent starting as root (note this means the attempt to start the container will fail on affected kubelet versions).
ADP Enrichment
CVE Program Container
Additional References
- https://github.com/kubernetes/kubernetes/issues/78308
- https://security.netapp.com/advisory/ntap-20190919-0003/
References
- https://github.com/kubernetes/kubernetes/issues/78308
- https://security.netapp.com/advisory/ntap-20190919-0003/
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.