SB2019082927 - Permissions, Privileges, and Access Controls in Kubernetes



SB2019082927 - Permissions, Privileges, and Access Controls in Kubernetes

Published: August 29, 2019 Updated: August 8, 2020

Security Bulletin ID SB2019082927
Severity
Low
Patch available
YES
Number of vulnerabilities 1
Exploitation vector Local access
Highest impact Code execution

Breakdown by Severity

Low 100%
  • Low
  • Medium
  • High
  • Critical

Description

This security bulletin contains information about 1 security vulnerability.


1) Permissions, Privileges, and Access Controls (CVE-ID: CVE-2019-11245)

The vulnerability allows a local authenticated user to execute arbitrary code.

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.


Remediation

Install update from vendor's website.