Snyk
security.snyk.io › snyk vulnerability database › npm
tar | Snyk
Security vulnerabilities and package health score for npm package tar
CVE Details
cvedetails.com › vulnerability-list › vendor_id-72 › product_id-1394 › GNU-TAR.html
https://www.cvedetails.com/vulnerability-list/vend...
The original patch for a GNU tar directory traversal vulnerability (CVE-2002-0399) in Red Hat Enterprise Linux 3 and 2.1 uses an "incorrect optimization" that allows user-assisted attackers to overwrite arbitrary files via a crafted tar file, probably involving "/../" sequences with a leading "/".
[BUG] vulnerability in tar dependency
Is there an existing issue for this? I have searched the existing issues This issue exists in the latest npm version I am using the latest npm Current Behavior Latest npm version uses the dependenc... More on github.com
npm install - How to fix NPM package Tar, with high vulnerability about Arbitrary File Overwrite, when package is up to date? - Stack Overflow
I just installed Flickity from NPM and got an NPM Audit Security Report after running npm audit stating that I have a high vulnerability issue regarding Arbitrary File Overwrite on package tar whic... More on stackoverflow.com
[Security] Vulnerability in `tar`
Do not open a PR. We appreciate the enthusiasm but the fix is more complicated than it appears. We're considering our options. See https://www.npmjs.com/advisories/803 Versions of node-tar prior to 4.4.2 are vulnerable to Arbitrary File ... More on github.com
tar: Directory traversal vulnerability may lead to command execution / privilege escalation
Most of the file system is mounted read-only. However, we can overwrite /etc/shellrc to gain privileges next time root uses /bin/sh More on github.com
GitHub
github.com › npm › cli › issues › 8917
[BUG] vulnerability in tar dependency · Issue #8917 · npm/cli
January 18, 2026 - Latest npm version uses the dependency: tar@7.5.2. During a CVE scan we found HIGH CVE for tar@7.5.2 (GHSA-8qq5-rm4j-mr97). The remediation is upgrading tar version to 7.5.3. Please upgrade to avoid exposure to the vulnerability.
Author chkp-eladya
CVE Details
cvedetails.com › product › 1394 › GNU-TAR.html
GNU TAR security vulnerabilities, CVEs, versions and CVE reports
This page lists vulnerability statistics for all versions of GNU » TAR. Vulnerability statistics provide a quick overview for security vulnerabilities of TAR.
Top answer 1 of 4
20
The issue is being tracked on the gitgub page
https://github.com/sass/node-sass/issues/2625
2 of 4
5
Please update the value for "tar" in your "package-lock.json" file. And to verify, run "[npm audit][1]".
"tar": {
"version": "4.4.8",
"resolved": "https://registry.npmjs.org/tar/-/tar-4.4.8.tgz",
"integrity": "value",
"dev": true,
"optional": true,
"requires": {
"block-stream": "*",
"fstream": "^1.0.2",
"inherits": "2"
}
}
Ubuntu
ubuntu.com › security › notices › USN-8138-2
USN-8138-2: tar-rs vulnerability | Ubuntu security notices | Ubuntu
1 week ago - It was discovered that tar-rs incorrectly handled symlinks when unpacking a tar archive.
GitHub
github.com › SerenityOS › serenity › issues › 3991
tar: Directory traversal vulnerability may lead to command execution / privilege escalation · Issue #3991 · SerenityOS/serenity
November 8, 2020 - tar: Directory traversal vulnerability may lead to command execution / privilege escalation#3991 · Copy link · Labels · security · bcoles · opened · on Nov 8, 2020 · Issue body actions · $ cat shellrc /bin/id $ ./evilarc.py -f evil.tar.gz ...
Author bcoles
F5
my.f5.com › manage › s › article › K000139643
K000139643: Node-tar vulnerability CVE-2024-28863
May 16, 2024 - Loading · ×Sorry to interrupt · Refresh
CVE Details
cvedetails.com › vulnerability-list › vendor_id-72 › product_id-1394 › GNU-TAR.html
GNU TAR : Security vulnerabilities, CVEs
... Directory traversal vulnerability in the safer_name_suffix function in GNU tar 1.14 through 1.29 might allow remote attackers to bypass an intended protection mechanism and write to arbitrary files via vectors related to improper sanitization of the file_name parameter, aka POINTYFEATHER.