CVE-2019-11247
29.08.2019, 01:15
The Kubernetes kube-apiserver mistakenly allows access to a cluster-scoped custom resource if the request is made as if the resource were namespaced. Authorizations for the resource accessed in this manner are enforced using roles and role bindings within the namespace, meaning that a user with access only to a resource in one namespace could create, view update or delete the cluster-scoped resource (according to their namespace role privileges). Kubernetes affected versions include versions prior to 1.13.9, versions prior to 1.14.5, versions prior to 1.15.2, and versions 1.7, 1.8, 1.9, 1.10, 1.11, 1.12.Enginsight
Vendor | Product | Version |
---|---|---|
kubernetes | kubernetes | 1.7.0 ≤ 𝑥 ≤ 1.12.10 |
kubernetes | kubernetes | 1.13.0 ≤ 𝑥 < 1.13.9 |
kubernetes | kubernetes | 1.14.0 ≤ 𝑥 < 1.14.5 |
kubernetes | kubernetes | 1.15.0 ≤ 𝑥 < 1.15.2 |
kubernetes | kubernetes | 1.12.11:beta0 |
redhat | openshift_container_platform | 3.9 |
redhat | openshift_container_platform | 3.10 |
redhat | openshift_container_platform | 3.11 |
𝑥
= Vulnerable software versions

Debian Releases
Common Weakness Enumeration
- CWE-20 - Improper Input ValidationThe 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.
- CWE-863 - Incorrect AuthorizationThe software performs an authorization check when an actor attempts to access a resource or perform an action, but it does not correctly perform the check. This allows attackers to bypass intended access restrictions.
References