containerd is an open-source container runtime. In versions prior to 1.7.33, 2.3.2, 2.2.5, 2.1.9, and 2.0.10 the CRI plugin propagates labels from an image config (LABEL instruction in Dockerfile) to a container without validation. This may result in executing an arbitrary command on the host, via a plugin that consumes container labels for some operations. This issue has been fixed in versions 1.7.33, 2.3.2, 2.2.5, 2.1.9, and 2.0.10.
The product receives input or data, but it does not validate or incorrectly validates that the input has the properties that are required to process the data safely and correctly.
| Name | Vendor | Start Version | End Version |
|---|---|---|---|
| Containerd | Linuxfoundation | 1.7.0 (including) | 1.7.33 (excluding) |
| Containerd | Linuxfoundation | 2.0.0 (including) | 2.0.10 (excluding) |
| Containerd | Linuxfoundation | 2.1.0 (including) | 2.1.9 (excluding) |
| Containerd | Linuxfoundation | 2.2.0 (including) | 2.2.5 (excluding) |
| Containerd | Linuxfoundation | 2.3.0 (including) | 2.3.2 (excluding) |
| Multicluster engine for Kubernetes 2.10 | RedHat | multicluster-engine/assisted-installer-agent-rhel9:1783592566 | * |
| Multicluster engine for Kubernetes 2.10 | RedHat | multicluster-engine/assisted-service-9-rhel9:1783350355 | * |
| Multicluster engine for Kubernetes 2.6 | RedHat | multicluster-engine/assisted-installer-controller-rhel8:1783407939 | * |
| Multicluster engine for Kubernetes 2.6 | RedHat | multicluster-engine/assisted-installer-rhel8:1783407900 | * |
| Multicluster engine for Kubernetes 2.6 | RedHat | multicluster-engine/assisted-service-8-rhel8:1783332008 | * |
| Multicluster engine for Kubernetes 2.6 | RedHat | multicluster-engine/assisted-service-9-rhel9:1783333268 | * |
| Red Hat Advanced Cluster Management for Kubernetes 2.13 | RedHat | rhacm2/submariner-rhel9-operator:1782933193 | * |
| Red Hat Advanced Cluster Security for Kubernetes 4.10 | RedHat | advanced-cluster-security/rhacs-main-rhel8:1783357140 | * |
| Red Hat Advanced Cluster Security for Kubernetes 4.11 | RedHat | advanced-cluster-security/rhacs-main-rhel9:1783352589 | * |
| Red Hat Advanced Cluster Security for Kubernetes 4.11 | RedHat | advanced-cluster-security/rhacs-operator-bundle:1783352589 | * |
| Red Hat Advanced Cluster Security for Kubernetes 4.11 | RedHat | advanced-cluster-security/rhacs-rhel9-operator:1783352589 | * |
| Red Hat Advanced Cluster Security for Kubernetes 4.11 | RedHat | advanced-cluster-security/rhacs-roxctl-rhel9:1783352589 | * |
| Red Hat Advanced Cluster Security for Kubernetes 4.11 | RedHat | advanced-cluster-security/rhacs-scanner-v4-rhel9:1783352589 | * |
| Red Hat Advanced Cluster Security for Kubernetes 4.9 | RedHat | advanced-cluster-security/rhacs-main-rhel8:1783357116 | * |
| Red Hat Hardened Images | RedHat | trivy-main-0.72.0-0.1.hum1 | * |
| Containerd | Ubuntu | devel | * |
| Containerd | Ubuntu | esm-apps/bionic | * |
| Containerd | Ubuntu | esm-apps/noble | * |
| Containerd | Ubuntu | esm-apps/resolute | * |
| Containerd | Ubuntu | esm-infra/focal | * |
| Containerd | Ubuntu | jammy | * |
| Containerd | Ubuntu | noble | * |
| Containerd | Ubuntu | questing | * |
| Containerd | Ubuntu | resolute | * |
| Containerd | Ubuntu | upstream | * |
| Containerd-app | Ubuntu | devel | * |
| Containerd-app | Ubuntu | esm-apps/focal | * |
| Containerd-app | Ubuntu | esm-apps/jammy | * |
| Containerd-app | Ubuntu | jammy | * |
| Containerd-app | Ubuntu | noble | * |
| Containerd-app | Ubuntu | questing | * |
| Containerd-app | Ubuntu | resolute | * |
| Containerd-app | Ubuntu | upstream | * |
| Containerd-stable | Ubuntu | devel | * |
| Containerd-stable | Ubuntu | questing | * |
| Containerd-stable | Ubuntu | resolute | * |
| Containerd-stable | Ubuntu | upstream | * |
Input validation is a frequently-used technique for checking potentially dangerous inputs in order to ensure that the inputs are safe for processing within the code, or when communicating with other components. Input can consist of:
Data can be simple or structured. Structured data can be composed of many nested layers, composed of combinations of metadata and raw data, with other simple or structured data. Many properties of raw data or metadata may need to be validated upon entry into the code, such as:
Implied or derived properties of data must often be calculated or inferred by the code itself. Errors in deriving properties may be considered a contributing factor to improper input validation.