Kubernetes : Security Vulnerabilities, CVEs Published In 2022
A flaw was found in cri-o, where containers were incorrectly started with non-empty default permissions. A vulnerability was found in Moby (Docker Engine) where containers started incorrectly with non-empty inheritable Linux process capabilities. This flaw allows an attacker with access to programs with inheritable file capabilities to elevate those capabilities to the permitted set when execve(2) runs.
Source: Red Hat, Inc.
Max CVSS
5.3
EPSS Score
0.04%
Published
2022-04-18
Updated
2022-04-27
A missing permission check in Jenkins Kubernetes Continuous Deploy Plugin 2.3.1 and earlier allows attackers with Overall/Read permission to enumerate credentials IDs of credentials stored in Jenkins.
Source: Jenkins Project
Max CVSS
6.5
EPSS Score
0.07%
Published
2022-03-15
Updated
2023-12-22
Incorrect handling of the supplementary groups in the CRI-O container engine might lead to sensitive information disclosure or possible data modification if an attacker has direct access to the affected container where supplementary groups are used to set access permissions and is able to execute a binary code in that container.
Source: Red Hat, Inc.
Max CVSS
7.1
EPSS Score
0.05%
Published
2022-09-19
Updated
2022-09-21
A security issue was discovered in aws-iam-authenticator where an allow-listed IAM identity may be able to modify their username and escalate privileges.
Source: Kubernetes
Max CVSS
8.8
EPSS Score
0.09%
Published
2022-07-12
Updated
2022-07-19
A vulnerability was found in CRI-O that causes memory or disk space exhaustion on the node for anyone with access to the Kube API. The ExecSync request runs commands in a container and logs the output of the command. This output is then read by CRI-O after command execution, and it is read in a manner where the entire file corresponding to the output of the command is read in. Thus, if the output of the command is large it is possible to exhaust the memory or the disk space of the node when CRI-O reads the output of the command. The highest threat from this vulnerability is system availability.
Source: Red Hat, Inc.
Max CVSS
7.8
EPSS Score
0.43%
Published
2022-06-07
Updated
2023-07-24
A flaw was found in CRI-O in the way it set kernel options for a pod. This issue allows anyone with rights to deploy a pod on a Kubernetes cluster that uses the CRI-O runtime to achieve a container escape and arbitrary code execution as root on the cluster node, where the malicious pod was deployed.
Source: Red Hat, Inc.
Max CVSS
9.0
EPSS Score
0.12%
Published
2022-03-16
Updated
2022-03-28
An incorrect sysctls validation vulnerability was found in CRI-O 1.18 and earlier. The sysctls from the list of "safe" sysctls specified for the cluster will be applied to the host if an attacker is able to create a pod with a hostIPC and hostNetwork kernel namespace.
Source: Red Hat, Inc.
Max CVSS
4.9
EPSS Score
0.07%
Published
2022-02-09
Updated
2022-02-22
A security issue was discovered in ingress-nginx where a user that can create or update ingress objects can use .metadata.annotations in an Ingress object (in the networking.k8s.io or extensions API group) to obtain the credentials of the ingress-nginx controller. In the default configuration, that credential has access to all secrets in the cluster.
Source: Kubernetes
Max CVSS
7.6
EPSS Score
0.20%
Published
2022-05-06
Updated
2022-12-02
A security issue was discovered in ingress-nginx where a user that can create or update ingress objects can use the spec.rules[].http.paths[].path field of an Ingress object (in the networking.k8s.io or extensions API group) to obtain the credentials of the ingress-nginx controller. In the default configuration, that credential has access to all secrets in the cluster.
Source: Kubernetes
Max CVSS
8.1
EPSS Score
0.10%
Published
2022-05-06
Updated
2022-12-02
kubectl does not neutralize escape, meta or control sequences contained in the raw data it outputs to a terminal. This includes but is not limited to the unstructured string fields in objects such as Events.
Source: Kubernetes
Max CVSS
3.0
EPSS Score
0.05%
Published
2022-01-07
Updated
2022-02-28
As mitigations to a report from 2019 and CVE-2020-8555, Kubernetes attempts to prevent proxied connections from accessing link-local or localhost networks when making user-driven connections to Services, Pods, Nodes, or StorageClass service providers. As part of this mitigation Kubernetes does a DNS name resolution check and validates that response IPs are not in the link-local (169.254.0.0/16) or localhost (127.0.0.0/8) range. Kubernetes then performs a second DNS resolution without validation for the actual connection. If a non-standard DNS server returns different non-cached responses, a user may be able to bypass the proxy IP restriction and access private networks on the control plane.
Source: Kubernetes
Max CVSS
3.5
EPSS Score
0.08%
Published
2022-02-01
Updated
2022-03-29