Lucene search
+L

485 matches found

RedHat Linux
RedHat Linux
added 2025/07/01 1:22 p.m.14 views

cpython: python: Extraction filter bypass for linking outside extraction directory

A flaw was found in CPython's tarfile module. This vulnerability allows bypassing of extraction filters, enabling symlink traversal outside the intended extraction directory and potential modification of file metadata via malicious tar archives using TarFile.extractall or TarFile.extract with the...

7.5CVSS6.2AI score0.00837EPSS
SaveExploits2References10
Huntr
Huntr
added 2025/06/30 10:21 a.m.31 views

Path traversal, lead to remote code execution

Description clearml's safeextract is actually ​​NOT secure​​. It fails to properly handle symbolic links and hard links. When these links point to files ​​outside the TAR archive​​, it can lead to ​​arbitrary file writes​​, potentially resulting in ​​remote code execution​​. Due to a change in th...

9.8CVSS6.8AI score0.27095EPSS
SaveExploits3
Huntr
Huntr
added 2025/06/30 9:00 a.m.10 views

Path traversal, lead to remote code execution

Description In zenml's PathMaterializer class, the load function uses ispathwithindirectory to validate files during data.tar.gz extraction. While this prevents path traversal vulnerabilities, it fails to effectively detect symbolic and hard links. with tarfile.openarchivepathlocal, "r:gz" as tar...

7.8CVSS6.5AI score0.00334EPSS
SaveExploits1
SUSE Linux
SUSE Linux
added 2025/06/20 12:42 p.m.7 views

Security update for python39

This update for python39 fixes the following issues: python39 was updated from version 3.9.21 to version 3.9.23: Security issues fixed: CVE-2025-4516: Fixed blocking DecodeError handling vulnerability, which could lead to DoS bsc1243273 CVE-2024-12718, CVE-2025-4138, CVE-2025-4330, CVE-2025-4517:...

8.4CVSS6.1AI score0.01276EPSS
SaveExploits14References24
OSV
OSV
added 2025/06/19 12:22 p.m.7 views

USN-7583-1 python3.13, python3.12 vulnerabilities

It was discovered that Python incorrectly handled tar archive extraction with the filtering option. An attacker could possibly use this issue to modify files in arbitrary filesystem locations and cause data loss...

9.4CVSS5.9AI score0.01276EPSS
SaveExploits14References6
Exploit DB
Exploit DB
added 2025/06/13 12:00 a.m.260 views

Windows File Explorer Windows 10 Pro x64 - TAR Extraction

import os import tarfile def main: filename = input"Enter your file name: " ipaddress = input"Enter IP EX: 192.168.1.162: " librarycontent = f""" \\ipaddress\IT """ libraryfilename = f"filename.library-ms" with openlibraryfilename, "w", encoding="utf-8" as f: f.writelibrarycontent tarname =...

6.5CVSS5.5AI score0.24638EPSS
SaveExploits22
Veracode
Veracode
added 2025/06/05 11:03 a.m.12 views

Path Traversal

Python tarfile module is vulnerable to Path Traversal. The vulnerability is due to improper validation of file paths during extraction with TarFile.extractall or TarFile.extract when using the filter="data" or filter="tar" parameter, which allows an attacker to craft a malicious tar archive that...

9.4CVSS5.9AI score0.01276EPSS
SaveExploits11References16Affected Software2
SUSE CVE
SUSE CVE
added 2025/06/05 4:23 a.m.12 views

SUSE CVE-2024-12718

Allows modifying some file metadata e.g. last modified with filter="data" or file permissions chmod with filter="tar" of files outside the extraction directory. You are affected by this vulnerability if using the tarfile module to extract untrusted tar archives using TarFile.extractall or...

5.3CVSS7.6AI score0.00663EPSS
SaveExploits1References21
SUSE CVE
SUSE CVE
added 2025/06/04 3:02 a.m.13 views

SUSE 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...

8.4CVSS7.7AI score0.01276EPSS
SaveExploits11References22
OSV
OSV
added 2025/06/03 1:15 p.m.6 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.01276EPSS
SaveExploits11References1
OSV
OSV
added 2025/06/03 1:15 p.m.11 views

AZL-62258 CVE-2024-12718 affecting package python3 for versions less than 3.9.19-14

Allows modifying some file metadata e.g. last modified with filter="data" or file permissions chmod with filter="tar" of files outside the extraction directory. You are affected by this vulnerability if using the tarfile module to extract untrusted tar archives using TarFile.extractall or...

5.3CVSS7.3AI score0.00663EPSS
SaveExploits1References1
OSV
OSV
added 2025/06/03 1:15 p.m.9 views

DEBIAN-CVE-2025-4138

Allows the extraction filter to be ignored, allowing symlink targets to point outside the destination directory, and the modification of some file metadata. You are affected by this vulnerability if using the tarfile module to extract untrusted tar archives using TarFile.extractall or...

7.5CVSS7.1AI score0.01196EPSS
SaveExploits7References1
OSV
OSV
added 2025/06/03 1:15 p.m.5 views

UBUNTU-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.01276EPSS
SaveExploits11References14
GithubExploit
GithubExploit
added 2025/05/28 12:21 a.m.574 views

Exploit for Exposure of Sensitive Information to an Unauthorized Actor in Microsoft

CVE-2025-24071 PoC SMB + TAR Extraction Method This is a Po...

6.5CVSS7.8AI score0.24638EPSS
SaveExploits22
OSV
OSV
added 2025/03/27 5:15 p.m.8 views

AZL-59367 CVE-2024-12905 affecting package reaper for versions less than 3.1.1-18

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.6AI score0.02205EPSS
SaveExploits2References1
OSV
OSV
added 2025/03/27 5:15 p.m.10 views

UBUNTU-CVE-2024-12905

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.02205EPSS
SaveExploits2References5
HashiCorp Security Advisories
HashiCorp Security Advisories
added 2025/01/21 3:24 p.m.16 views

HashiCorp go-slug Vulnerable to Zip Slip Attack

Summary HashiCorp’s go-slug library is vulnerable to a zip-slip style attack when a non-existing user-provided path is extracted from the tar entry. This vulnerability, identified as CVE-2025-0377, is fixed in go-slug 0.16.3. Background HashiCorp’s go-slug shared library offers functions for...

9.1CVSS7AI score0.00692EPSS
SaveExploits0Affected Software1
OSV
OSV
added 2025/01/21 3:23 p.m.11 views

CVE-2025-0377 HashiCorp go-slug Vulnerable to Zip Slip Attack

HashiCorp’s go-slug library is vulnerable to a zip-slip style attack when a non-existing user-provided path is extracted from the tar entry...

7.5CVSS7AI score
SaveExploits0References4
CNNVD
CNNVD
added 2025/01/21 12:00 a.m.11 views

Hashicorp Go-slug 后置链接漏洞

HashiCorp Hashicorp Go-slug is a Go-based codebase for packing and unpacking files from HashiCorp, USA. A security vulnerability exists in Hashicorp Go-slug version 0.16.2 and earlier, which stems from the fact that HashiCorp's go-slug library is susceptible to a zip-slip style attack when...

9.1CVSS6.8AI score0.00692EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2024/10/15 12:00 a.m.8 views

NVIDIA NeMo 安全漏洞

NVIDIA NeMo is a toolkit for building new state-of-the-art conversational Ai models from NVIDIA. A security vulnerability exists in NVIDIA NeMo that originates from a path traversal issue that may be caused by a user extracting from an insecure .tar file, which could lead to code execution and da...

7.8CVSS9.2AI score0.00243EPSS
SaveExploits0References2
Rows per page
Query Builder