Lucene search
+L

16 matches found

Veracode
Veracode
•added 2026/07/29 12:05 p.m.•14 views

Directory Traversal

zip-lib is vulnerable to Path Traversal. The vulnerability is due to improper caching of path validation results during archive extraction, where directory traversal checks are bypassed after the initial symlink validation, allowing attackers to extract files outside the intended target directory...

8.7CVSS5.9AI score0.01152EPSS
SaveExploits0References2Affected Software1
CVE
CVE
•added 2026/07/27 3:03 p.m.•40 views

CVE-2026-47078

The CVE affects Erlang/OTP stdlib’s zip handling (lib/stdlib/src/zip.erl). zip:unzip/1,2 and zip:extract/1,2 validate entry paths with zip:check_dir_level/2, which tracks directory depth; while .. can decrement the counter and normal components increment it, a path like ../x/y may become negative...

4.8CVSS5.9AI score0.00192EPSS
SaveExploits0References6
Amazon
Amazon
•added 2026/07/07 12:00 a.m.•22 views

Important: python3.14

Issue Overview: tarfile.extractall with the 'data' or 'tar' filter could be bypassed by a crafted archive where a hardlink references a symlink stored at a deeper name than the hardlink itself. The extraction fallback validated the symlink at it's archived location but recreated it at the...

7.8CVSS5.8AI score0.00781EPSS
SaveExploits0
OSV
OSV
•added 2026/06/24 11:11 a.m.•12 views

OESA-2026-2694 python3 security update

Python combines remarkable power with very clear syntax. It has modules, classes, exceptions, very high level dynamic data types, and dynamic typing. There are interfaces to many system calls and libraries, as well as to various windowing systems. New built-in modules are easily written in C or C...

8.2CVSS5.8AI score0.00781EPSS
SaveExploits0References3
NVD
NVD
•added 2026/06/04 4:16 p.m.•19 views

CVE-2026-7774

tarfile.datafilter could be bypassed using crafted link entries, including symlinks with empty or directory-like names, to redirect later archive members outside the intended extraction directory. This allowed a malicious tar archive to cause tarfile.extractall to write files outside the...

6.9CVSS0.00781EPSS
SaveExploits0References11
attackerkb
attackerkb
•added 2026/06/04 2:21 p.m.•12 views

CVE-2026-7774

tarfile.datafilter could be bypassed using crafted link entries, including symlinks with empty or directory-like names, to redirect later archive members outside the intended extraction directory. This allowed a malicious tar archive to cause tarfile.extractall to write files outside the...

6.9CVSS5.8AI score0.00781EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
•added 2026/06/04 12:00 a.m.•16 views

Ubuntu 22.04 LTS / 24.04 LTS / 25.10 : tar-fs vulnerabilities (USN-8367-1)

The remote Ubuntu 22.04 LTS / 24.04 LTS / 25.10 host has a package installed that is affected by multiple vulnerabilities as referenced in the USN-8367-1 advisory. It was discovered that tar-fs did not properly limit paths when extracting crafted tar files. An attacker could possibly use this iss...

8.7CVSS6.8AI score0.02255EPSS
SaveExploits2References4
Tenable Nessus
Tenable Nessus
•added 2026/06/04 12:00 a.m.•14 views

Linux Distros Unpatched Vulnerability : CVE-2026-7774

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - tarfile.datafilter could be bypassed using crafted link entries, including symlinks with empty or directory-like names, to redirect later archive members outsid...

6.9CVSS5.9AI score0.00781EPSS
SaveExploits0References4
Cvelist
Cvelist
•added 2026/03/09 9:11 p.m.•57 views

CVE-2026-31802 node-tar Symlink Path Traversal via Drive-Relative Linkpath

node-tar is a full-featured Tar for Node.js. Prior to version 7.5.11, tar npm can be tricked into creating a symlink that points outside the extraction directory by using a drive-relative symlink target such as C:../../../target.txt, which enables file overwrite outside cwd during normal tar.x...

8.2CVSS0.00183EPSS
SaveExploits6References2
OSV
OSV
•added 2026/03/07 4:15 p.m.•10 views

DEBIAN-CVE-2026-29786

node-tar is a full-featured Tar for Node.js. Prior to version 7.5.10, tar can be tricked into creating a hardlink that points outside the extraction directory by using a drive-relative link target such as C:../target.txt, which enables file overwrite outside cwd during normal tar.x extraction. Th...

6.3CVSS5.8AI score0.00386EPSS
SaveExploits2References1
Github Security Blog
Github Security Blog
•added 2026/03/05 12:52 a.m.•20 views

tar has Hardlink Path Traversal via Drive-Relative Linkpath

Summary tar npm can be tricked into creating a hardlink that points outside the extraction directory by using a drive-relative link target such as C:../target.txt, which enables file overwrite outside cwd during normal tar.x extraction. Details The extraction logic in UnpackSTRIPABSOLUTEPATH chec...

8.6CVSS6AI score0.00386EPSS
SaveExploits2References4Affected Software1
NVD
NVD
•added 2025/09/23 8:15 p.m.•18 views

CVE-2025-59825

astral-tokio-tar is a tar archive reading/writing library for async Rust. In versions 0.5.3 and earlier of astral-tokio-tar, tar archives may extract outside of their intended destination directory when using the Entry::unpackinraw API. Additionally, the Entry::allowexternalsymlinks control which...

8.6CVSS0.00217EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
•added 2025/08/19 12:00 a.m.•7 views

Linux Distros Unpatched Vulnerability : CVE-2025-4517

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Debian Linux - jython - Allows arbitrary filesystem writes outside the extraction directory during extraction with filter=data. You are affected by this...

9.4CVSS7.1AI score0.0143EPSS
SaveExploits11References2
OSV
OSV
•added 2025/06/03 1:15 p.m.•10 views

DEBIAN-CVE-2025-4517

Allows arbitrary filesystem writes outside the extraction directory during extraction with filter="data". You are affected by this vulnerability if using the tarfile module to extract untrusted tar archives using TarFile.extractall or TarFile.extract using the filter= parameter with a value of...

9.4CVSS7.3AI score0.0143EPSS
SaveExploits11References1
OSV
OSV
•added 2025/03/27 6:31 p.m.•13 views

GHSA-PQ67-2WWV-3XJX tar-fs Vulnerable to Link Following and Path Traversal via Extracting a Crafted tar File

An Improper Link Resolution Before File Access "Link Following" and Improper Limitation of a Pathname to a Restricted Directory "Path Traversal". This vulnerability occurs when extracting a maliciously crafted tar file, which can result in unauthorized file writes or overwrites outside the intend...

7.5CVSS6.7AI score0.02255EPSS
SaveExploits2References7
OSV
OSV
•added 2021/06/07 4:41 p.m.•9 views

USN-4937-2 gnome-autoar regression

USN-4937-1 fixed a vulnerability in GNOME Autoar. The update caused a regression when extracting certain archives. This update fixes the problem. Original advisory details: Ondrej Holy discovered that GNOME Autoar could extract files outside of the intended directory. If a user were tricked into...

5.9AI score
SaveExploits0References2
Rows per page
Query Builder