ALT-PU-2019-2453-1
Package kubernetes updated to version 1.15.2-alt1 for branch sisyphus in task 235954.
Closed vulnerabilities
Modified: 2024-11-21
CVE-2019-11244
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.
- 108064
- 108064
- RHSA-2019:3942
- RHSA-2019:3942
- RHSA-2020:0020
- RHSA-2020:0020
- RHSA-2020:0074
- RHSA-2020:0074
- https://github.com/kubernetes/kubernetes/issues/76676
- https://github.com/kubernetes/kubernetes/issues/76676
- https://security.netapp.com/advisory/ntap-20190509-0002/
- https://security.netapp.com/advisory/ntap-20190509-0002/
Modified: 2024-11-21
CVE-2019-11246
The kubectl cp command allows copying files between containers and the user machine. To copy files from a container, Kubernetes runs tar inside the container to create a tar archive, copies it over the network, and kubectl unpacks it on the user’s machine. If the tar binary in the container is malicious, it could run any code and output unexpected, malicious results. An attacker could use this to write files to any path on the user’s machine when kubectl cp is called, limited only by the system permissions of the local user. Kubernetes affected versions include versions prior to 1.12.9, versions prior to 1.13.6, versions prior to 1.14.2, and versions 1.1, 1.2, 1.4, 1.4, 1.5, 1.6, 1.7, 1.8, 1.9, 1.10, 1.11.
- https://github.com/kubernetes/kubernetes/pull/76788
- https://github.com/kubernetes/kubernetes/pull/76788
- [ANNOUNCE] Incomplete fixes for CVE-2019-1002101, kubectl cp potential directory traversal - CVE-2019-11246
- [ANNOUNCE] Incomplete fixes for CVE-2019-1002101, kubectl cp potential directory traversal - CVE-2019-11246
- https://security.netapp.com/advisory/ntap-20190919-0003/
- https://security.netapp.com/advisory/ntap-20190919-0003/
Modified: 2024-11-21
CVE-2019-11247
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.
- RHBA-2019:2816
- RHBA-2019:2816
- RHBA-2019:2824
- RHBA-2019:2824
- RHSA-2019:2690
- RHSA-2019:2690
- RHSA-2019:2769
- RHSA-2019:2769
- https://github.com/kubernetes/kubernetes/issues/80983
- https://github.com/kubernetes/kubernetes/issues/80983
- v1.13.9, v1.14.5, v1.15.2 released to address CVE-2019-11247, CVE-2019-11249
- v1.13.9, v1.14.5, v1.15.2 released to address CVE-2019-11247, CVE-2019-11249
- https://security.netapp.com/advisory/ntap-20190919-0003/
- https://security.netapp.com/advisory/ntap-20190919-0003/
Modified: 2024-11-21
CVE-2019-11248
The debugging endpoint /debug/pprof is exposed over the unauthenticated Kubelet healthz port. The go pprof endpoint is exposed over the Kubelet's healthz port. This debugging endpoint can potentially leak sensitive information such as internal Kubelet memory addresses and configuration, or for limited denial of service. Versions prior to 1.15.0, 1.14.4, 1.13.8, and 1.12.10 are affected. The issue is of medium severity, but not exposed by the default configuration.
- https://github.com/kubernetes/kubernetes/issues/81023
- https://github.com/kubernetes/kubernetes/issues/81023
- CVE-2019-11248: /debug/pprof exposed on kubelet's healthz port
- CVE-2019-11248: /debug/pprof exposed on kubelet's healthz port
- https://security.netapp.com/advisory/ntap-20190919-0003/
- https://security.netapp.com/advisory/ntap-20190919-0003/
Modified: 2024-11-21
CVE-2019-11249
The kubectl cp command allows copying files between containers and the user machine. To copy files from a container, Kubernetes runs tar inside the container to create a tar archive, copies it over the network, and kubectl unpacks it on the user’s machine. If the tar binary in the container is malicious, it could run any code and output unexpected, malicious results. An attacker could use this to write files to any path on the user’s machine when kubectl cp is called, limited only by the system permissions of the local user. 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.1, 1.2, 1.4, 1.4, 1.5, 1.6, 1.7, 1.8, 1.9, 1.10, 1.11, 1.12.
- RHBA-2019:2794
- RHBA-2019:2794
- RHBA-2019:2816
- RHBA-2019:2816
- RHBA-2019:2824
- RHBA-2019:2824
- RHSA-2019:3239
- RHSA-2019:3239
- RHSA-2019:3811
- RHSA-2019:3811
- https://github.com/kubernetes/kubernetes/issues/80984
- https://github.com/kubernetes/kubernetes/issues/80984
- v1.13.9, v1.14.5, v1.15.2 released to address CVE-2019-11247, CVE-2019-11249
- v1.13.9, v1.14.5, v1.15.2 released to address CVE-2019-11247, CVE-2019-11249
- https://security.netapp.com/advisory/ntap-20190919-0003/
- https://security.netapp.com/advisory/ntap-20190919-0003/
Modified: 2024-11-21
CVE-2020-8559
The Kubernetes kube-apiserver in versions v1.6-v1.15, and versions prior to v1.16.13, v1.17.9 and v1.18.6 are vulnerable to an unvalidated redirect on proxied upgrade requests that could allow an attacker to escalate privileges from a node compromise to a full cluster compromise.
- https://github.com/kubernetes/kubernetes/issues/92914
- https://github.com/kubernetes/kubernetes/issues/92914
- https://groups.google.com/d/msg/kubernetes-security-announce/JAIGG5yNROs/19nHQ5wkBwAJ
- https://groups.google.com/d/msg/kubernetes-security-announce/JAIGG5yNROs/19nHQ5wkBwAJ
- https://security.netapp.com/advisory/ntap-20200810-0004/
- https://security.netapp.com/advisory/ntap-20200810-0004/