You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See doc/triage.md for instructions on how to triage this report.
modules:
- module: TODO
versions:
- introduced: 1.13.0
fixed: 1.13.5
packages:
- package: github.com/kubernetes/kubernetes/pkg/kubectl/cmd/cp
- module: TODO
versions:
- introduced: 1.12.0
fixed: 1.12.7
packages:
- package: github.com/kubernetes/kubernetes/pkg/kubectl/cmd/cp
- module: TODO
versions:
- fixed: 1.11.9
packages:
- package: github.com/kubernetes/kubernetes/pkg/kubectl/cmd/cp
description: The kubectl cp command allows copying files between containers and the
user machine. To copy files from a container, Kubernetes creates a tar inside
the container, 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. The untar function can both create
and follow symbolic links. The issue is resolved in kubectl v1.11.9, v1.12.7,
v1.13.5, and v1.14.0.
cves:
- CVE-2019-1002101
ghsas:
- GHSA-34jx-wx69-9x8v
The text was updated successfully, but these errors were encountered:
In GitHub Security Advisory GHSA-34jx-wx69-9x8v, there is a vulnerability in the following Go packages or modules:
Cross references:
See doc/triage.md for instructions on how to triage this report.
The text was updated successfully, but these errors were encountered: