Show filters
99 Total Results
Displaying 41-50 of 99
Sort by:
Attacker Value
Unknown

CVE-2022-0811

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

CVE-2022-0532

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

CVE-2021-25742

Disclosure Date: October 29, 2021 (last updated November 28, 2024)
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.
Attacker Value
Unknown

CVE-2021-25741

Disclosure Date: September 20, 2021 (last updated November 28, 2024)
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.
Attacker Value
Unknown

CVE-2020-8561

Disclosure Date: September 15, 2021 (last updated November 28, 2024)
A security issue was discovered in Kubernetes where actors that control the responses of MutatingWebhookConfiguration or ValidatingWebhookConfiguration requests are able to redirect kube-apiserver requests to private networks of the apiserver. If that user can view kube-apiserver logs when the log level is set to 10, they can view the redirected responses and headers in the logs.
Attacker Value
Unknown

CVE-2021-25740

Disclosure Date: July 14, 2021 (last updated November 28, 2024)
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.
Attacker Value
Unknown

CVE-2021-25737

Disclosure Date: May 18, 2021 (last updated November 28, 2024)
A security issue was discovered in Kubernetes where a user may be able to redirect pod traffic to private networks on a Node. Kubernetes already prevents creation of Endpoint IPs in the localhost or link-local range, but the same validation was not performed on EndpointSlice IPs.
Attacker Value
Unknown

CVE-2021-25738

Disclosure Date: May 17, 2021 (last updated November 28, 2024)
Loading specially-crafted yaml with the Kubernetes Java Client library can lead to code execution.
Attacker Value
Unknown

CVE-2020-8562

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

CVE-2021-25743

Disclosure Date: May 02, 2021 (last updated October 07, 2023)
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.