CVE-2019-11244
22.04.2019, 15:29
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 other users/groups, the written files may be modified by other users/groups and disrupt the kubectl invocation.Enginsight
Vendor | Product | Version |
---|---|---|
kubernetes | kubernetes | 1.8.0 ≤ 𝑥 ≤ 1.14.1 |
netapp | trident | - |
redhat | openshift_container_platform | 3.11 |
redhat | openshift_container_platform | 4.1 |
𝑥
= Vulnerable software versions

Debian Releases
Common Weakness Enumeration
- CWE-524 - Use of Cache Containing Sensitive InformationThe code uses a cache that contains sensitive information, but the cache can be read by an actor outside of the intended control sphere.
- CWE-732 - Incorrect Permission Assignment for Critical ResourceThe product specifies permissions for a security-critical resource in a way that allows that resource to be read or modified by unintended actors.
References