CVE-2019-11246

Source
https://cve.org/CVERecord?id=CVE-2019-11246
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2019-11246.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2019-11246
Downstream
Published
2019-08-29T01:15:11.227Z
Modified
2026-04-10T04:14:09.073195Z
Severity
  • 6.5 (Medium) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N CVSS Calculator
Summary
[none]
Details

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

Affected packages

Git / github.com/kubernetes/kubernetes

Affected ranges

Type
GIT
Repo
https://github.com/kubernetes/kubernetes
Events
Database specific
{
    "versions": [
        {
            "introduced": "1.0.0"
        },
        {
            "last_affected": "1.12.10"
        },
        {
            "introduced": "1.13.0"
        },
        {
            "fixed": "1.13.9"
        },
        {
            "introduced": "1.14.0"
        },
        {
            "fixed": "1.14.5"
        },
        {
            "introduced": "1.15.0"
        },
        {
            "fixed": "1.15.2"
        }
    ]
}

Affected versions

v1.*
v1.13.0
v1.13.1
v1.13.1-beta.0
v1.13.2
v1.13.2-beta.0
v1.13.3
v1.13.3-beta.0
v1.13.4
v1.13.4-beta.0
v1.13.5
v1.13.5-beta.0
v1.13.6
v1.13.6-beta.0
v1.13.7
v1.13.7-beta.0
v1.13.8
v1.13.8-beta.0
v1.13.9-beta.0
v1.14.0
v1.14.1
v1.14.1-beta.0
v1.14.2
v1.14.2-beta.0
v1.14.3
v1.14.3-beta.0
v1.14.4
v1.14.4-beta.0
v1.14.5-beta.0
v1.15.0
v1.15.1
v1.15.1-beta.0
v1.15.2-beta.0

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2019-11246.json"
unresolved_ranges
[
    {
        "events": [
            {
                "introduced": "0"
            },
            {
                "last_affected": "1.12.11-beta0"
            }
        ]
    }
]