← Back

Kubernetes

kubernetes

93 CVEs • 18 products

Products (18)

Click to collapse
Toggle

CVEs (93)

CVE
VENDORS
PRODUCTS
UPDATED
PUBLISHED
CVSS
1Kubernetes
1Minikube
Jun 17, 2026
May 24, 2023
N/A· v4
7.8 HIGH· v3
N/A· v2
This vulnerability enables ssh access to minikube container using a default password.
1Kubernetes
1Minikube
Jun 17, 2026
May 24, 2023
N/A· v4
9.8 CRITICAL· v3
N/A· v2
This vulnerability exposes a network port in minikube running on macOS with Docker driver that could enable unexpected remote access to the minikube container.
1Kubernetes
1Kubernetes
Jun 17, 2026
May 24, 2023
N/A· v4
7.8 HIGH· v3
N/A· v2
Windows workloads can run as ContainerAdministrator even when those workloads set the runAsNonRoot option to true.
1Kubernetes
1Ingress Nginx
Jun 17, 2026
May 24, 2023
N/A· v4
6.5 MEDIUM· v3
N/A· v2
A security issue was discovered in ingress-nginx where a user that can create or update ingress objects can use a newline character to bypass the sanitization of the `spec.rules[].http.paths[].path` field of an Ingress o...Show more
A security issue was discovered in ingress-nginx where a user that can create or update ingress objects can use a newline character to bypass the sanitization of 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.Show less
1Kubernetes
1Kubernetes
Jun 17, 2026
Mar 1, 2023
N/A· v4
8.8 HIGH· v3
N/A· v2
Users may have access to secure endpoints in the control plane network. Kubernetes clusters are only affected if an untrusted user can modify Node objects and send proxy requests to them. Kubernetes supports node proxyin...Show more
Users may have access to secure endpoints in the control plane network. Kubernetes clusters are only affected if an untrusted user can modify Node objects and send proxy requests to them. Kubernetes supports node proxying, which allows clients of kube-apiserver to access endpoints of a Kubelet to establish connections to Pods, retrieve container logs, and more. While Kubernetes already validates the proxying address for Nodes, a bug in kube-apiserver made it possible to bypass this validation. Bypassing this validation could allow authenticated requests destined for Nodes to to the API server's private network.Show less
1Kubernetes
1Kubernetes
Jun 17, 2026
Mar 1, 2023
N/A· v4
6.5 MEDIUM· v3
N/A· v2
Users authorized to list or watch one type of namespaced custom resource cluster-wide can read custom resources of a different type in the same API group without authorization. Clusters are impacted by this vulnerability...Show more
Users authorized to list or watch one type of namespaced custom resource cluster-wide can read custom resources of a different type in the same API group without authorization. Clusters are impacted by this vulnerability if all of the following are true: 1. There are 2+ CustomResourceDefinitions sharing the same API group 2. Users have cluster-wide list or watch authorization on one of those custom resources. 3. The same users are not authorized to read another custom resource in the same API group.Show less
1Kubernetes
1Cri O
Jun 17, 2026
Sep 19, 2022
N/A· v4
7.1 HIGH· v3
N/A· v2
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 s...Show more
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.Show less
1Kubernetes
1Aws Iam Authenticator
Jun 17, 2026
Jul 12, 2022
N/A· v4
8.8 HIGH· v3
6.0 MEDIUM· v2
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.
3Fedoraproject
KubernetesRedhat
4Cri O
Enterprise LinuxFedora+1 more
Jun 17, 2026
Jun 7, 2022
N/A· v4
7.5 HIGH· v3
7.8 HIGH· v2
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. Thi...Show more
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.Show less
1Kubernetes
1Ingress Nginx
Jun 17, 2026
May 6, 2022
N/A· v4
7.1 HIGH· v3
5.5 MEDIUM· v2
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...Show more
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.Show less
1Kubernetes
1Ingress Nginx
Jun 17, 2026
May 6, 2022
N/A· v4
8.1 HIGH· v3
5.5 MEDIUM· v2
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 gr...Show more
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.Show less
4Fedoraproject
KubernetesMobyproject+1 more
4Cri O
FedoraMoby+1 more
Jun 17, 2026
Apr 18, 2022
N/A· v4
5.3 MEDIUM· v3
4.6 MEDIUM· v2
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 L...Show more
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.Show less
1Kubernetes
1Cri O
Jun 17, 2026
Mar 16, 2022
N/A· v4
8.8 HIGH· v3
9.0 HIGH· v2
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 c...Show more
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.Show less
2Kubernetes
Redhat
2Cri O
Openshift Container Platform
Jun 17, 2026
Feb 9, 2022
N/A· v4
4.2 MEDIUM· v3
4.9 MEDIUM· v2
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...Show more
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.Show less
1Kubernetes
1Kubernetes
Jun 17, 2026
Feb 1, 2022
N/A· v4
3.1 LOW· v3
3.5 LOW· v2
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...Show more
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.Show less
1Kubernetes
1Kubernetes
Jun 17, 2026
Jan 7, 2022
N/A· v4
3.0 LOW· v3
2.1 LOW· v2
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.
2Kubernetes
Netapp
2Ingress Nginx
Trident
Jun 17, 2026
Oct 29, 2021
N/A· v4
7.1 HIGH· v3
5.5 MEDIUM· v2
A security issue was discovered in ingress-nginx where a user that can create or update ingress objects can use the custom snippets feature to obtain all secrets in the cluster.
1Kubernetes
1Java
Jun 17, 2026
Oct 11, 2021
N/A· v4
6.7 MEDIUM· v3
4.6 MEDIUM· v2
Loading specially-crafted yaml with the Kubernetes Java Client library can lead to code execution.
1Kubernetes
1Kubernetes
Jun 17, 2026
Sep 20, 2021
N/A· v4
8.1 HIGH· v3
5.5 MEDIUM· v2
A security issue was discovered in Kubernetes where a user may be able to create a container with subpath volume mounts to access files & directories outside of the volume, including on the host filesystem.
1Kubernetes
1Kubernetes
Jun 17, 2026
Sep 20, 2021
N/A· v4
3.1 LOW· v3
3.5 LOW· v2
A security issue was discovered with Kubernetes that could enable users to send network traffic to locations they would otherwise not have access to via a confused deputy attack.