CVE-2021-37713
CVSS V2 Medium 4.4
CVSS V3 High 8.6
Description
The npm package "tar" (aka node-tar) before versions 4.4.18, 5.0.10, and 6.1.9 has an arbitrary file creation/overwrite and arbitrary code execution vulnerability. node-tar aims to guarantee that any file whose location would be outside of the extraction target directory is not extracted. This is, in part, accomplished by sanitizing absolute paths of entries within the archive, skipping archive entries that contain `..` path portions, and resolving the sanitized paths against the extraction target directory. This logic was insufficient on Windows systems when extracting tar files that contained a path that was not an absolute path, but specified a drive letter different from the extraction target, such as `C:some\path`. If the drive letter does not match the extraction target, for example `D:\extraction\dir`, then the result of `path.resolve(extractionDirectory, entryPath)` would resolve against the current working directory on the `C:` drive, rather than the extraction target directory. Additionally, a `..` portion of the path could occur immediately after the drive letter, such as `C:../foo`, and was not properly sanitized by the logic that checked for `..` within the normalized and split portions of the path. This only affects users of `node-tar` on Windows systems. These issues were addressed in releases 4.4.18, 5.0.10 and 6.1.9. The v3 branch of node-tar has been deprecated and did not receive patches for these issues. If you are still using a v3 release we recommend you update to a more recent version of node-tar. There is no reasonable way to work around this issue without performing the same path normalization procedures that node-tar now does. Users are encouraged to upgrade to the latest patched versions of node-tar, rather than attempt to sanitize paths themselves.
Overview
- CVE ID
- CVE-2021-37713
- Assigner
- security-advisories@github.com
- Vulnerability Status
- Analyzed
- Published Version
- 2021-08-31T17:15:08
- Last Modified Date
- 2022-04-25T18:40:30
Weakness Enumerations
CPE Configuration (Product)
CPE | Vulnerable | Operator | Version Start | Version End |
---|---|---|---|---|
AND | ||||
cpe:2.3:a:npmjs:tar:*:*:*:*:*:node.js:*:* | 1 | OR | 4.4.18 | |
cpe:2.3:a:npmjs:tar:*:*:*:*:*:node.js:*:* | 1 | OR | 5.0.0 | 5.0.10 |
cpe:2.3:a:npmjs:tar:*:*:*:*:*:node.js:*:* | 1 | OR | 6.0.0 | 6.1.9 |
cpe:2.3:o:microsoft:windows:-:*:*:*:*:*:*:* | 0 | OR | ||
AND | ||||
cpe:2.3:a:oracle:graalvm:20.3.3:*:*:*:enterprise:*:*:* | 1 | OR | ||
cpe:2.3:a:oracle:graalvm:21.2.0:*:*:*:enterprise:*:*:* | 1 | OR | ||
AND | ||||
cpe:2.3:a:siemens:sinec_infrastructure_network_services:*:*:*:*:*:*:*:* | 1 | OR | 1.0.1.1 |
CVSS Version 2
- Version
- 2.0
- Vector String
- AV:L/AC:M/Au:N/C:P/I:P/A:P
- Access Vector
- LOCAL
- Access Compatibility
- MEDIUM
- Authentication
- NONE
- Confidentiality Impact
- PARTIAL
- Integrity Impact
- PARTIAL
- Availability Impact
- PARTIAL
- Base Score
- 4.4
- Severity
- MEDIUM
- Exploitability Score
- 3.4
- Impact Score
- 6.4
CVSS Version 3
- Version
- 3.1
- Vector String
- CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H
- Attack Vector
- LOCAL
- Attack Compatibility
- LOW
- Privileges Required
- NONE
- User Interaction
- REQUIRED
- Scope
- CHANGED
- Confidentiality Impact
- HIGH
- Availability Impact
- HIGH
- Base Score
- 8.6
- Base Severity
- HIGH
- Exploitability Score
- 1.8
- Impact Score
- 6
References
Reference URL | Reference Tags |
---|---|
https://github.com/npm/node-tar/security/advisories/GHSA-5955-9wpr-37jh | Patch Third Party Advisory |
https://www.npmjs.com/package/tar | Product Third Party Advisory |
https://www.oracle.com/security-alerts/cpuoct2021.html | Patch Third Party Advisory |
https://cert-portal.siemens.com/productcert/pdf/ssa-389290.pdf | Patch Third Party Advisory |
Sources
Source Name | Source URL |
---|---|
NIST | https://nvd.nist.gov/vuln/detail/CVE-2021-37713 |
MITRE | https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-37713 |
History
Created | Old Value | New Value | Data Type | Notes |
---|---|---|---|---|
2022-05-10 06:26:46 | Added to TrackCVE | |||
2022-12-05 09:23:15 | 2021-08-31T17:15Z | 2021-08-31T17:15:08 | CVE Published Date | updated |
2022-12-05 09:23:15 | 2022-04-25T18:40:30 | CVE Modified Date | updated | |
2022-12-05 09:23:15 | Analyzed | Vulnerability Status | updated |