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.
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 |
---|---|---|---|
Kubernetes | Kubernetes | 1.8.0 (including) | 1.25.16 (excluding) |
Kubernetes | Kubernetes | 1.26.0 (including) | 1.26.11 (excluding) |
Kubernetes | Kubernetes | 1.27.0 (including) | 1.27.8 (excluding) |
Kubernetes | Kubernetes | 1.28.0 (including) | 1.28.4 (excluding) |
Red Hat OpenShift Container Platform 4.11 | RedHat | openshift4-wincw/windows-machine-config-operator-bundle:v6.0.3-8 | * |
Red Hat OpenShift Container Platform 4.11 | RedHat | openshift4-wincw/windows-machine-config-rhel8-operator:6.0.3-9 | * |
Red Hat OpenShift Container Platform 4.12 | RedHat | openshift4-wincw/windows-machine-config-operator-bundle:v7.2.0-29 | * |
Red Hat OpenShift Container Platform 4.12 | RedHat | openshift4-wincw/windows-machine-config-rhel8-operator:7.2.0-30 | * |
Red Hat OpenShift Container Platform 4.13 | RedHat | openshift4-wincw/windows-machine-config-operator-bundle:v8.1.1-7 | * |
Red Hat OpenShift Container Platform 4.13 | RedHat | openshift4-wincw/windows-machine-config-rhel9-operator:8.1.1-6 | * |
Red Hat OpenShift Container Platform 4.14 | RedHat | openshift4-wincw/windows-machine-config-operator-bundle:v9.0.1-15 | * |
Red Hat OpenShift Container Platform 4.14 | RedHat | openshift4-wincw/windows-machine-config-rhel9-operator:9.0.1-16 | * |
Red Hat OpenShift Container Platform 4.14 | RedHat | openshift4/windows-machine-config-operator-bundle:v9.0.1-15 | * |
Red Hat OpenShift Container Platform 4.15 | RedHat | openshift4-wincw/windows-machine-config-operator-bundle:v10.15.0-43 | * |
Red Hat OpenShift Container Platform 4.15 | RedHat | openshift4-wincw/windows-machine-config-rhel9-operator:10.15.0-46 | * |
Kubernetes | Ubuntu | bionic | * |
Kubernetes | Ubuntu | trusty | * |
Kubernetes | Ubuntu | xenial | * |
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.