CVE-2019-1002101
CVSS V2 Medium 5.8
CVSS V3 Medium 5.5
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.
Overview
- CVE ID
- CVE-2019-1002101
- Assigner
- josh@bress.net
- Vulnerability Status
- Modified
- Published Version
- 2019-04-01T14:29:00
- Last Modified Date
- 2020-02-10T21:49:01
Weakness Enumerations
CPE Configuration (Product)
CPE | Vulnerable | Operator | Version Start | Version End |
---|---|---|---|---|
cpe:2.3:a:kubernetes:kubernetes:*:*:*:*:*:*:*:* | 1 | OR | 1.11.0 | 1.11.9 |
cpe:2.3:a:kubernetes:kubernetes:*:*:*:*:*:*:*:* | 1 | OR | 1.12.0 | 1.12.7 |
cpe:2.3:a:kubernetes:kubernetes:*:*:*:*:*:*:*:* | 1 | OR | 1.13.0 | 1.13.5 |
cpe:2.3:a:kubernetes:kubernetes:1.14.0:*:*:*:*:*:*:* | 1 | OR | ||
cpe:2.3:a:redhat:openshift_container_platform:3.9:*:*:*:*:*:*:* | 1 | OR | ||
cpe:2.3:a:redhat:openshift_container_platform:3.10:*:*:*:*:*:*:* | 1 | OR | ||
cpe:2.3:a:redhat:openshift_container_platform:3.11:*:*:*:*:*:*:* | 1 | OR |
CVSS Version 2
- Version
- 2.0
- Vector String
- AV:N/AC:M/Au:N/C:N/I:P/A:P
- Access Vector
- NETWORK
- Access Compatibility
- MEDIUM
- Authentication
- NONE
- Confidentiality Impact
- NONE
- Integrity Impact
- PARTIAL
- Availability Impact
- PARTIAL
- Base Score
- 5.8
- Severity
- MEDIUM
- Exploitability Score
- 8.6
- Impact Score
- 4.9
CVSS Version 3
- Version
- 3.0
- Vector String
- CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N
- Attack Vector
- LOCAL
- Attack Compatibility
- LOW
- Privileges Required
- NONE
- User Interaction
- REQUIRED
- Scope
- UNCHANGED
- Confidentiality Impact
- NONE
- Availability Impact
- NONE
- Base Score
- 5.5
- Base Severity
- MEDIUM
- Exploitability Score
- 1.8
- Impact Score
- 3.6
References
Sources
Source Name | Source URL |
---|---|
NIST | https://nvd.nist.gov/vuln/detail/CVE-2019-1002101 |
MITRE | https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-1002101 |
History
Created | Old Value | New Value | Data Type | Notes |
---|---|---|---|---|
2022-05-10 16:50:19 | Added to TrackCVE | |||
2022-12-03 18:52:36 | cve-assign@distributedweaknessfiling.org | josh@bress.net | CVE Assigner | updated |
2022-12-03 18:52:36 | 2019-04-01T14:29Z | 2019-04-01T14:29:00 | CVE Published Date | updated |
2022-12-03 18:52:37 | 2020-02-10T21:49:01 | CVE Modified Date | updated | |
2022-12-03 18:52:37 | Modified | Vulnerability Status | updated |