2 matches found
CVE-2019-11246
creationtimestamp| type| source ---|---|--- 2025-12-01 20:45:56+00:00| seen| https://gist.github.com/batamimam08-netizen/9b175a7367548d791fd35c6f470b7fac...
kubernetes: Incomplete fixes for CVE-2019-1002101 and CVE-2019-11246, kubectl cp potential directory traversal
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...