First published: Mon Apr 22 2019(Updated: )
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.
Credit: jordan@liggitt.net jordan@liggitt.net
Affected Software | Affected Version | How to fix |
---|---|---|
go/k8s.io/client-go | >=1.8.0<1.12.9 | 1.12.9 |
Kubernetes Kubernetes | >=1.8.0<=1.14.1 | |
Netapp Trident | ||
Redhat Openshift Container Platform | =3.11 | |
Redhat Openshift Container Platform | =4.1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2019-11244 is a vulnerability in Kubernetes v1.8.x-v1.14.x where schema info is cached with world-writeable permissions, potentially allowing unauthorized access.
CVE-2019-11244 has a severity level of medium.
Versions 1.8.x to 1.14.x of Kubernetes are affected by CVE-2019-11244.
To fix CVE-2019-11244, update to version 1.12.9 of the go/k8s.io/client-go package or any version higher than 1.14.1 of Kubernetes.
You can find more information about CVE-2019-11244 at the following references: - [NVD](https://nvd.nist.gov/vuln/detail/CVE-2019-11244) - [GitHub issue](https://github.com/kubernetes/kubernetes/issues/76676) - [GitHub pull request](https://github.com/kubernetes/kubernetes/pull/77874)