Lookup for vulnerabilities affecting packages.

Vulnerability_idVCID-djd6-e9ny-mff9
Summary
Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
The npm package "tar" (aka node-tar) before versions 6.1.1, 5.0.6, 4.4.14, and 3.3.2 has a arbitrary File Creation/Overwrite vulnerability due to insufficient absolute path sanitization. node-tar aims to prevent extraction of absolute file paths by turning absolute paths into relative paths when the `preservePaths` flag is not set to `true`. This is achieved by stripping the absolute path root from any absolute file paths contained in a tar file. For example `/home/user/.bashrc` would turn into `home/user/.bashrc`. This logic was insufficient when file paths contained repeated path roots such as `////home/user/.bashrc`. `node-tar` would only strip a single path root from such paths. When given an absolute file path with repeating path roots, the resulting path (e.g. `///home/user/.bashrc`) would still resolve to an absolute path, thus allowing arbitrary file creation and overwrite. This issue was addressed in releases 3.2.2, 4.4.14, 5.0.6 and 6.1.1. Users may work around this vulnerability without upgrading by creating a custom `onentry` method which sanitizes the `entry.path` or a `filter` method which removes entries with absolute paths. See referenced GitHub Advisory for details. Be aware of CVE-2021-32803 which fixes a similar bug in later versions of tar.
Aliases
0
alias CVE-2021-32804
1
alias GHSA-3jfq-g458-7qm9
Fixed_packages
0
url pkg:npm/tar@3.2.2
purl pkg:npm/tar@3.2.2
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/tar@3.2.2
1
url pkg:npm/tar@4.4.14
purl pkg:npm/tar@4.4.14
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/tar@4.4.14
2
url pkg:npm/tar@5.0.6
purl pkg:npm/tar@5.0.6
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/tar@5.0.6
3
url pkg:npm/tar@6.1.1
purl pkg:npm/tar@6.1.1
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/tar@6.1.1
Affected_packages
0
url pkg:npm/tar@4.0.0
purl pkg:npm/tar@4.0.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-479d-fgr4-8ub4
1
vulnerability VCID-djd6-e9ny-mff9
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/tar@4.0.0
1
url pkg:npm/tar@5.0.0
purl pkg:npm/tar@5.0.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-479d-fgr4-8ub4
1
vulnerability VCID-99ay-1qy7-83ff
2
vulnerability VCID-djd6-e9ny-mff9
3
vulnerability VCID-f7d2-a3c5-q7an
4
vulnerability VCID-k4vc-34un-bka6
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/tar@5.0.0
2
url pkg:npm/tar@6.0.0
purl pkg:npm/tar@6.0.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-479d-fgr4-8ub4
1
vulnerability VCID-99ay-1qy7-83ff
2
vulnerability VCID-djd6-e9ny-mff9
3
vulnerability VCID-f7d2-a3c5-q7an
4
vulnerability VCID-k4vc-34un-bka6
resource_url http://public2.vulnerablecode.io/packages/pkg:npm/tar@6.0.0
References
0
reference_url https://github.com/npm/node-tar/commit/1f036ca23f64a547bdd6c79c1a44bc62e8115da4
reference_id
reference_type
scores
url https://github.com/npm/node-tar/commit/1f036ca23f64a547bdd6c79c1a44bc62e8115da4
1
reference_url https://www.npmjs.com/advisories/1770
reference_id
reference_type
scores
url https://www.npmjs.com/advisories/1770
2
reference_url https://www.npmjs.com/package/tar
reference_id
reference_type
scores
url https://www.npmjs.com/package/tar
3
reference_url https://www.oracle.com/security-alerts/cpuoct2021.html
reference_id
reference_type
scores
url https://www.oracle.com/security-alerts/cpuoct2021.html
4
reference_url https://nvd.nist.gov/vuln/detail/CVE-2021-32804
reference_id CVE-2021-32804
reference_type
scores
url https://nvd.nist.gov/vuln/detail/CVE-2021-32804
5
reference_url https://github.com/advisories/GHSA-3jfq-g458-7qm9
reference_id GHSA-3jfq-g458-7qm9
reference_type
scores
url https://github.com/advisories/GHSA-3jfq-g458-7qm9
6
reference_url https://github.com/npm/node-tar/security/advisories/GHSA-3jfq-g458-7qm9
reference_id GHSA-3jfq-g458-7qm9
reference_type
scores
url https://github.com/npm/node-tar/security/advisories/GHSA-3jfq-g458-7qm9
Weaknesses
0
cwe_id 1035
name OWASP Top Ten 2017 Category A9 - Using Components with Known Vulnerabilities
description Weaknesses in this category are related to the A9 category in the OWASP Top Ten 2017.
1
cwe_id 22
name Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
description The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory.
2
cwe_id 78
name Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')
description The product constructs all or part of an OS command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended OS command when it is sent to a downstream component.
3
cwe_id 937
name OWASP Top Ten 2013 Category A9 - Using Components with Known Vulnerabilities
description Weaknesses in this category are related to the A9 category in the OWASP Top Ten 2013.
Exploits
Severity_range_scorenull
Exploitabilitynull
Weighted_severitynull
Risk_scorenull
Resource_urlhttp://public2.vulnerablecode.io/vulnerabilities/VCID-djd6-e9ny-mff9