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.
References
Link | Resource |
---|---|
https://github.com/kubernetes/kubernetes/pull/76788 | Patch Third Party Advisory |
https://groups.google.com/forum/#%21topic/kubernetes-security-announce/NLs2TGbfPdo | |
https://security.netapp.com/advisory/ntap-20190919-0003/ | Third Party Advisory |
https://github.com/kubernetes/kubernetes/pull/76788 | Patch Third Party Advisory |
https://groups.google.com/forum/#%21topic/kubernetes-security-announce/NLs2TGbfPdo | |
https://security.netapp.com/advisory/ntap-20190919-0003/ | Third Party Advisory |
Configurations
Configuration 1 (hide)
|
History
21 Nov 2024, 04:20
Type | Values Removed | Values Added |
---|---|---|
References | () https://github.com/kubernetes/kubernetes/pull/76788 - Patch, Third Party Advisory | |
References | () https://groups.google.com/forum/#%21topic/kubernetes-security-announce/NLs2TGbfPdo - | |
References | () https://security.netapp.com/advisory/ntap-20190919-0003/ - Third Party Advisory |
07 Nov 2023, 03:02
Type | Values Removed | Values Added |
---|---|---|
References |
|
|
Information
Published : 2019-08-29 01:15
Updated : 2024-11-21 04:20
NVD link : CVE-2019-11246
Mitre link : CVE-2019-11246
CVE.ORG link : CVE-2019-11246
JSON object : View
Products Affected
kubernetes
- kubernetes