Show filters
99 Total Results
Displaying 31-40 of 99
Sort by:
Attacker Value
Unknown

CVE-2022-3294

Disclosure Date: November 10, 2022 (last updated October 08, 2023)
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.
Attacker Value
Unknown

CVE-2022-3162

Disclosure Date: November 10, 2022 (last updated October 08, 2023)
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.
Attacker Value
Unknown

CVE-2022-2995

Disclosure Date: September 19, 2022 (last updated October 08, 2023)
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.
Attacker Value
Unknown

CVE-2021-25749

Disclosure Date: September 15, 2022 (last updated October 08, 2023)
Windows workloads can run as ContainerAdministrator even when those workloads set the runAsNonRoot option to true.
Attacker Value
Unknown

CVE-2022-2385

Disclosure Date: July 11, 2022 (last updated October 07, 2023)
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.
Attacker Value
Unknown

CVE-2021-25748

Disclosure Date: June 10, 2022 (last updated October 08, 2023)
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.
Attacker Value
Unknown

CVE-2022-1708

Disclosure Date: June 07, 2022 (last updated October 07, 2023)
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.
Attacker Value
Unknown

CVE-2021-25746

Disclosure Date: April 22, 2022 (last updated October 07, 2023)
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.
Attacker Value
Unknown

CVE-2021-25745

Disclosure Date: April 22, 2022 (last updated October 07, 2023)
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.
Attacker Value
Unknown

CVE-2022-27652

Disclosure Date: April 18, 2022 (last updated October 07, 2023)
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.