VYPR

Vendor CVEs

Cri O

All CVEs

124 total · sorted by risk
  • CVE-2026-24514MedFeb 3, 2026
    risk 0.42cvss 6.5epss 0.00

    A security issue was discovered in ingress-nginx where the validating admission controller feature is subject to a denial of service condition. By sending large requests to the validating admission controller, an attacker can cause memory consumption, which may result in the…

  • CVE-2025-1767MedMar 13, 2025
    risk 0.42cvss 6.5epss 0.01

    This CVE only affects Kubernetes clusters that utilize the in-tree gitRepo volume to clone git repositories from other pods within the same node. Since the in-tree gitRepo volume feature has been deprecated and will not receive security updates upstream, any cluster still using…

  • CVE-2022-3162MedMar 1, 2023
    risk 0.42cvss 6.5epss 0.01

    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+…

  • CVE-2022-1708HigJun 7, 2022
    risk 0.42cvss 7.5epss 0.03

    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…

  • CVE-2020-8554MedJan 21, 2021
    risk 0.42cvss 6.3epss 0.09

    Kubernetes API server in all versions allow an attacker who is able to create a ClusterIP service and set the spec.externalIPs field, to intercept traffic to that IP address. Additionally, an attacker who is able to patch the status (which is considered a privileged operation…

  • CVE-2017-1002100MedSep 14, 2017
    risk 0.42cvss 6.5epss 0.01

    Default access permissions for Persistent Volumes (PVs) created by the Kubernetes Azure cloud provider in versions 1.6.0 to 1.6.5 are set to "container" which exposes a URI that can be accessed without authentication on the public internet. Access to the URI string requires…

  • CVE-2016-5392MedAug 5, 2016
    risk 0.42cvss 6.5epss 0.02

    The API server in Kubernetes, as used in Red Hat OpenShift Enterprise 3.2, in a multi tenant environment allows remote authenticated users with knowledge of other project names to obtain sensitive project and user information via vectors related to the watch-cache list.

  • CVE-2024-8676HigNov 26, 2024
    risk 0.41cvss 7.4epss 0.01

    A vulnerability was found in CRI-O, where it can be requested to take a checkpoint archive of a container and later be asked to restore it. When it does that restoration, it attempts to restore the mounts from the restore archive instead of the pod request. As a result, the…

  • CVE-2025-0426MedFeb 13, 2025
    risk 0.40cvss 6.2epss 0.00

    A security issue was discovered in Kubernetes where a large number of container checkpoint requests made to the unauthenticated kubelet read-only HTTP endpoint may cause a Node Denial of Service by filling the Node's disk.

  • CVE-2024-3154HigApr 26, 2024
    risk 0.40cvss 7.2epss 0.01

    A flaw was found in cri-o, where an arbitrary systemd property can be injected via a Pod annotation. Any user who can create a pod with an arbitrary annotation may perform an arbitrary action on the host system.

  • CVE-2023-5528HigNov 14, 2023
    risk 0.40cvss 7.2epss 0.04

    A security issue was discovered in Kubernetes where a user that can create pods and persistent volumes on Windows nodes may be able to escalate to admin privileges on those nodes. Kubernetes clusters are only affected if they are using an in-tree storage plugin for Windows nodes.

  • CVE-2022-2995HigSep 19, 2022
    risk 0.39cvss 7.1epss 0.00

    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…

  • CVE-2020-8553MedJul 29, 2020
    risk 0.38cvss 5.9epss 0.01

    The Kubernetes ingress-nginx component prior to version 0.28.0 allows a user with the ability to create namespaces and to read and create ingress objects to overwrite the password file of another ingress which uses nginx.ingress.kubernetes.io/auth-type: basic and which has a…

  • CVE-2025-5187MedAug 27, 2025
    risk 0.37cvss 6.7epss 0.01

    A vulnerability exists in the NodeRestriction admission controller in Kubernetes clusters where node users can delete their corresponding node object by patching themselves with an OwnerReference to a cluster-scoped resource. If the OwnerReference resource does not exist or is…

  • CVE-2025-4437MedAug 20, 2025
    risk 0.37cvss 5.7epss 0.00

    There's a vulnerability in the CRI-O application where when container is launched with securityContext.runAsUser specifying a non-existent user, CRI-O attempts to create the user, reading the container's entire /etc/passwd file into memory. If this file is excessively large, it…

  • CVE-2021-25735MedSep 6, 2021
    risk 0.36cvss 6.5epss 0.06

    A security issue was discovered in kube-apiserver that could allow node updates to bypass a Validating Admission Webhook. Clusters are only affected by this vulnerability if they run a Validating Admission Webhook for Nodes that denies admission based at least partially on the…

  • CVE-2019-1002101MedApr 1, 2019
    risk 0.36cvss 6.4epss 0.13

    The kubectl cp command allows copying files between containers and the user machine. To copy files from a container, Kubernetes creates a tar inside the container, copies it over the network, and kubectl unpacks it on the user’s machine. If the tar binary in the container is…

  • CVE-2023-2728MedJul 3, 2023
    risk 0.35cvss 6.5epss 0.02

    Users may be able to launch containers that bypass the mountable secrets policy enforced by the ServiceAccount admission plugin when using ephemeral containers. The policy ensures pods running with a service account may only reference secrets specified in the service account’s…

  • CVE-2023-2727MedJul 3, 2023
    risk 0.35cvss 6.5epss 0.01

    Users may be able to launch containers using images that are restricted by ImagePolicyWebhook when using ephemeral containers. Kubernetes clusters are only affected if the ImagePolicyWebhook admission plugin is used together with ephemeral containers.

  • CVE-2023-2878MedJun 7, 2023
    risk 0.35cvss 6.5epss 0.00

    Kubernetes secrets-store-csi-driver in versions before 1.3.3 discloses service account tokens in logs.

  • CVE-2020-8558MedJul 27, 2020
    risk 0.35cvss 5.4epss 0.04

    The Kubelet and kube-proxy components in versions 1.1.0-1.16.10, 1.17.0-1.17.6, and 1.18.0-1.18.3 were found to contain a security issue which allows adjacent hosts to reach TCP and UDP services bound to 127.0.0.1 running on the node or in the node's network namespace. Such a…

  • CVE-2019-11254MedApr 1, 2020
    risk 0.35cvss 6.5epss 0.03

    The Kubernetes API Server component in versions 1.1-1.14, and versions prior to 1.15.10, 1.16.7 and 1.17.3 allows an authorized user who sends malicious YAML payloads to cause the kube-apiserver to consume excessive CPU cycles while parsing YAML.

  • CVE-2019-10223MedNov 5, 2019
    risk 0.35cvss 6.5epss 0.02

    A security issue was discovered in the kube-state-metrics versions v1.7.0 and v1.7.1. An experimental feature was added to the v1.7.0 release that enabled annotations to be exposed as metrics. By default, the kube-state-metrics metrics only expose metadata about Secrets.…

  • CVE-2019-11250MedAug 29, 2019
    risk 0.35cvss 6.5epss 0.02

    The Kubernetes client-go library logs request headers at verbosity levels of 7 or higher. This can disclose credentials to unauthorized users via logs or command output. Kubernetes components (such as kube-apiserver) prior to v1.16.0, which make use of basic or bearer token…

  • CVE-2022-27652MedApr 18, 2022
    risk 0.34cvss 5.3epss 0.00

    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…

  • CVE-2024-5321MedJul 18, 2024
    risk 0.33cvss 6.1epss 0.00

    A security issue was discovered in Kubernetes clusters with Windows nodes where BUILTIN\Users may be able to read container logs and NT AUTHORITY\Authenticated Users may be able to modify container logs.

  • CVE-2022-3172MedNov 3, 2023
    risk 0.33cvss 5.1epss 0.02

    A security issue was discovered in kube-apiserver that allows an aggregated API server to redirect client traffic to any URL. This could lead to the client performing unexpected actions as well as forwarding the client's API server credentials to third parties.

  • CVE-2019-14891MedNov 25, 2019
    risk 0.33cvss 5.0epss 0.01

    A flaw was found in cri-o, as a result of all pod-related processes being placed in the same memory cgroup. This can result in container management (conmon) processes being killed if a workload process triggers an out-of-memory (OOM) condition for the cgroup. An attacker could…

  • CVE-2018-1002101MedDec 5, 2018
    risk 0.32cvss 5.9epss 0.04

    In Kubernetes versions 1.9.0-1.9.9, 1.10.0-1.10.5, and 1.11.0-1.11.1, user input was handled insecurely while setting up volume mounts on Windows nodes, which could lead to command line argument injection.

  • CVE-2025-13281MedDec 14, 2025
    risk 0.31cvss 5.8epss 0.00

    A half-blind Server Side Request Forgery (SSRF) vulnerability exists in kube-controller-manager when using the in-tree Portworx StorageClass. This vulnerability allows authorized users to leak arbitrary information from unprotected endpoints in the control plane’s host network…

  • CVE-2025-24513MedMar 25, 2025
    risk 0.31cvss 4.8epss 0.04

    A security issue was discovered in ingress-nginx https://github.com/kubernetes/ingress-nginx where attacker-provided data are included in a filename by the ingress-nginx Admission Controller feature, resulting in directory traversal within the container. This could result in…

  • CVE-2024-9042MedMar 13, 2025
    risk 0.31cvss 5.9epss 0.01

    This CVE affects only Windows worker nodes. Your worker node is vulnerable to this issue if it is running one of the affected versions listed below.

  • CVE-2021-25736MedOct 30, 2023
    risk 0.31cvss 5.8epss 0.01

    Kube-proxy on Windows can unintentionally forward traffic to local processes listening on the same port (“spec.ports[*].port”) as a LoadBalancer Service when the LoadBalancer controller does not set the “status.loadBalancer.ingress[].ip” field. Clusters where the…

  • CVE-2022-3466MedSep 15, 2023
    risk 0.31cvss 4.8epss 0.00

    The version of cri-o as released for Red Hat OpenShift Container Platform 4.9.48, 4.10.31, and 4.11.6 via RHBA-2022:6316, RHBA-2022:6257, and RHBA-2022:6658, respectively, included an incorrect version of cri-o missing the fix for CVE-2022-27652, which was previously fixed in…

  • CVE-2020-8568MedJan 21, 2021
    risk 0.31cvss 5.8epss 0.01

    Kubernetes Secrets Store CSI Driver versions v0.0.15 and v0.0.16 allow an attacker who can modify a SecretProviderClassPodStatus/Status resource the ability to write content to the host filesystem and sync file contents to Kubernetes Secrets. This includes paths under…

  • CVE-2019-11255MedDec 5, 2019
    risk 0.31cvss 4.8epss 0.02

    Improper input validation in Kubernetes CSI sidecar containers for external-provisioner (<v0.4.3, <v1.0.2, v1.1, <v1.2.2, <v1.3.1), external-snapshotter (<v0.4.2, <v1.0.2, v1.1, <1.2.2), and external-resizer (v0.1, v0.2) could result in unauthorized PersistentVolume data access…

  • CVE-2020-8557MedJul 23, 2020
    risk 0.29cvss 5.5epss 0.01

    The Kubernetes kubelet component in versions 1.1-1.16.12, 1.17.0-1.17.8 and 1.18.0-1.18.5 do not account for disk usage by a pod which writes to its own /etc/hosts file. The /etc/hosts file mounted in a pod by kubelet is not included by the kubelet eviction manager when…

  • CVE-2020-8569MedJan 21, 2021
    risk 0.28cvss 4.3epss 0.02

    Kubernetes CSI snapshot-controller prior to v2.1.3 and v3.0.2 could panic when processing a VolumeSnapshot custom resource when: - The VolumeSnapshot referenced a non-existing PersistentVolumeClaim and the VolumeSnapshot did not reference any VolumeSnapshotClass. - The…

  • CVE-2020-8552MedMar 27, 2020
    risk 0.28cvss 5.3epss 0.02

    The Kubernetes API server component in versions prior to 1.15.9, 1.16.0-1.16.6, and 1.17.0-1.17.2 has been found to be vulnerable to a denial of service attack via successful API requests.

  • CVE-2018-1002104MedJan 14, 2020
    risk 0.28cvss 5.3epss 0.01

    Versions < 1.5 of the Kubernetes ingress default backend, which handles invalid ingress traffic, exposed prometheus metrics publicly.

  • CVE-2015-7528MedApr 11, 2016
    risk 0.28cvss 5.3epss 0.02

    Kubernetes before 1.2.0-alpha.5 allows remote attackers to read arbitrary pod logs via a container name.

  • CVE-2020-8561MedSep 20, 2021
    risk 0.27cvss 4.1epss 0.02

    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…

  • CVE-2018-1002100MedJun 2, 2018
    risk 0.27cvss 4.2epss 0.02

    In Kubernetes versions 1.5.x, 1.6.x, 1.7.x, 1.8.x, and prior to version 1.9.6, the kubectl cp command insecurely handles tar data returned from the container, and can be caused to overwrite arbitrary local files.

  • CVE-2026-54247medJul 17, 2026
    risk 0.26cvss epss

    ## Summary The Kubernetes admission webhook handler reads the entire request body using `io.ReadAll(r.Body)` without any size limit. Any client that can reach the webhook port within the cluster can send a multi-GB payload, causing the skipper process to exhaust memory and be…

  • CVE-2019-11244MedApr 22, 2019
    risk 0.26cvss 5.0epss 0.00

    In Kubernetes v1.8.x-v1.14.x, schema info is cached by kubectl in the location specified by --cache-dir (defaulting to $HOME/.kube/http-cache), written with world-writeable permissions (rw-rw-rw-). If --cache-dir is specified and pointed at a different location accessible to…

  • CVE-2020-8565MedDec 7, 2020
    risk 0.24cvss 4.7epss 0.01

    In Kubernetes, if the logging level is set to at least 9, authorization and bearer tokens will be written to log files. This can occur both in API server logs and client tool output like kubectl. This affects <= v1.19.3, <= v1.18.10, <= v1.17.13, < v1.20.0-alpha2.

  • CVE-2020-8564MedDec 7, 2020
    risk 0.24cvss 4.7epss 0.00

    In Kubernetes clusters using a logging level of at least 4, processing a malformed docker config file will result in the contents of the docker config file being leaked, which can include pull secrets or other registry credentials. This affects < v1.19.3, < v1.18.10, < v1.17.13.

  • CVE-2020-8551MedMar 27, 2020
    risk 0.21cvss 4.3epss 0.01

    The Kubelet component in versions 1.15.0-1.15.9, 1.16.0-1.16.6, and 1.17.0-1.17.2 has been found to be vulnerable to a denial of service attack via the kubelet API, including the unauthenticated HTTP read-only API typically served on port 10255, and the authenticated HTTPS API…

  • CVE-2026-24513LowFeb 3, 2026
    risk 0.20cvss 3.1epss 0.00

    A security issue was discovered in ingress-nginx where the protection afforded by the `auth-url` Ingress annotation may not be effective in the presence of a specific misconfiguration. If the ingress-nginx controller is configured with a default custom-errors configuration…

  • CVE-2024-7598LowMar 20, 2025
    risk 0.20cvss 3.1epss 0.00

    A security issue was discovered in Kubernetes where a malicious or compromised pod could bypass network restrictions enforced by network policies during namespace deletion. The order in which objects are deleted during namespace termination is not defined, and it is possible for…