Lucene search
+L

109 matches found

OSV
OSV
added 2026/04/18 1:36 a.m.8 views

CVE-2026-40491 gdown Affected by Arbitrary File Write via Path Traversal in gdown.extractall

gdown is a Google Drive public file/folder downloader. Versions prior to 5.2.2 are vulnerable to a Path Traversal attack within the extractall functionality. When extracting a maliciously crafted ZIP or TAR archive, the library fails to sanitize or validate the filenames of the archive members...

6.5CVSS6.2AI score
SaveExploits0References5
CNNVD
CNNVD
added 2026/04/18 12:0 a.m.15 views

gdown 安全漏洞

gdown is a Google Drive file download tool developed by Kentaro Wada. Versions of gdown prior to 5.2.2 contained security vulnerabilities; these vulnerabilities stemmed from the extractall function’s path traversal vulnerability, which could lead to arbitrary file overwriting and remote code...

7.8CVSS6.3AI score0.00575EPSS
SaveExploits1References2
Tenable Nessus
Tenable Nessus
added 2026/04/18 12:0 a.m.9 views

Linux Distros Unpatched Vulnerability : CVE-2026-40491

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - gdown is a Google Drive public file/folder downloader. Versions prior to 5.2.2 are vulnerable to a Path Traversal attack within the extractall functionality. Wh...

7.8CVSS5.8AI score0.00575EPSS
SaveExploits1References2
OSV
OSV
added 2026/04/14 1:11 a.m.5 views

GHSA-76HW-P97H-883F gdown Affected by Arbitrary File Write via Path Traversal in gdown.extractall

Summary The gdown library tested on v5.2.1 is vulnerable to a Path Traversal attack within its extractall functionality. When extracting a maliciously crafted ZIP or TAR archive, the library fails to sanitize or validate the filenames of the archive members. This allow files to be written outside...

6.5CVSS6AI score0.00575EPSS
SaveExploits1References5
Github Security Blog
Github Security Blog
added 2026/04/14 1:11 a.m.11 views

gdown Affected by Arbitrary File Write via Path Traversal in gdown.extractall

Summary The gdown library tested on v5.2.1 is vulnerable to a Path Traversal attack within its extractall functionality. When extracting a maliciously crafted ZIP or TAR archive, the library fails to sanitize or validate the filenames of the archive members. This allow files to be written outside...

7.8CVSS6AI score0.00575EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/04/08 12:4 a.m.22 views

pyload-ng: Incomplete Tar Path Traversal Fix in UnTar._safe_extractall via os.path.commonprefix Bypass

Summary The safeextractall function in src/pyload/plugins/extractors/UnTar.py uses os.path.commonprefix for its path traversal check, which performs character-level string comparison rather than path-level comparison. This allows a specially crafted tar archive to write files outside the intended...

9.8CVSS6.9AI score0.27095EPSS
SaveExploits4References4Affected Software1
Snyk
Snyk
added 2026/04/08 12:4 a.m.5 views

Directory Traversal

Overview pyload-ng is a The free and open-source Download Manager written in pure Python Affected versions of this package are vulnerable to Directory Traversal in the safeextractall function. An attacker can write files outside the intended extraction directory by crafting a malicious tar archiv...

6.5CVSS6.3AI score0.00255EPSS
SaveExploits1References2
ATTACKERKB
ATTACKERKB
added 2026/04/07 4:48 p.m.4 views

CVE-2026-39306

PraisonAI is a multi-agent teams system. Prior to 1.5.113, PraisonAI's recipe registry pull flow extracts attacker-controlled .praison tar archives with tar.extractall and does not validate archive member paths before extraction. A malicious publisher can upload a recipe bundle that contains ../...

7.3CVSS6.1AI score0.00291EPSS
SaveExploits1References2Affected Software1
Cvelist
Cvelist
added 2026/04/07 4:48 p.m.24 views

CVE-2026-39306 PraisonAI recipe registry pull path traversal writes files outside the chosen output directory

PraisonAI is a multi-agent teams system. Prior to 1.5.113, PraisonAI's recipe registry pull flow extracts attacker-controlled .praison tar archives with tar.extractall and does not validate archive member paths before extraction. A malicious publisher can upload a recipe bundle that contains ../...

7.3CVSS0.00291EPSS
SaveExploits1References1
Snyk
Snyk
added 2026/04/06 11:8 p.m.18 views

Relative Path Traversal

Overview PraisonAI is a PraisonAI is an AI Agents Framework with Self Reflection. PraisonAI application combines PraisonAI Agents, AutoGen, and CrewAI into a low-code solution for building and managing multi-agent LLM systems, focusing on simplicity, customisation, and efficient human-agent...

8.1CVSS5.9AI score0.00314EPSS
SaveExploits1References2
OSV
OSV
added 2026/03/24 8:47 a.m.9 views

BIT-MLFLOW-2025-15031 Path Traversal Vulnerability in mlflow/mlflow

A vulnerability in MLflow's pyfunc extraction process allows for arbitrary file writes due to improper handling of tar archive entries. Specifically, the use of tarfile.extractall without path validation enables crafted tar.gz files containing .. or absolute paths to escape the intended extractio...

9.1CVSS7.7AI score0.00852EPSS
SaveExploits1References5
OSV
OSV
added 2026/03/19 12:30 a.m.7 views

GHSA-FHFF-QMM8-H2FP Arbitrary file write via tar traversal in mlflow

A vulnerability in MLflow's pyfunc extraction process allows for arbitrary file writes due to improper handling of tar archive entries. Specifically, the use of tarfile.extractall without path validation enables crafted tar.gz files containing .. or absolute paths to escape the intended extractio...

8.1CVSS7.7AI score0.00852EPSS
SaveExploits1References5
Tenable Nessus
Tenable Nessus
added 2026/02/10 12:0 a.m.11 views

Siemens SCALANCE and RUGGEDCOM Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') (CVE-2025-4330)

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 tarfilemodule to extract untrusted tar archives using TarFile.extractallor...

7.5CVSS7.2AI score0.00837EPSS
SaveExploits2References4
OSV
OSV
added 2026/02/03 4:19 p.m.22 views

BIT-PYTHON-MIN-2007-4559

Directory traversal vulnerability in the 1 extract and 2 extractall functions in the tarfile module in Python allows user-assisted remote attackers to overwrite arbitrary files via a .. dot dot sequence in filenames in a TAR archive, a related issue to CVE-2001-1267...

9.8CVSS5.6AI score0.27095EPSS
SaveExploits3References14
OSV
OSV
added 2026/02/03 4:4 p.m.58 views

BIT-PYTHON-2007-4559

Directory traversal vulnerability in the 1 extract and 2 extractall functions in the tarfile module in Python allows user-assisted remote attackers to overwrite arbitrary files via a .. dot dot sequence in filenames in a TAR archive, a related issue to CVE-2001-1267...

9.8CVSS5.6AI score0.27095EPSS
SaveExploits3References14
RedhatCVE
RedhatCVE
added 2026/01/09 9:10 a.m.6 views

CVE-2026-21851

MONAI Medical Open Network for AI is an AI toolkit for health care imaging. In versions up to and including 1.5.1, a Path Traversal Zip Slip vulnerability exists in MONAI's downloadfromngcprivate function. The function uses zipfile.ZipFile.extractall without path validation, while other similar...

5.3CVSS6.7AI score0.00324EPSS
SaveExploits1References1
NVD
NVD
added 2026/01/07 11:15 p.m.15 views

CVE-2026-21851

MONAI Medical Open Network for AI is an AI toolkit for health care imaging. In versions up to and including 1.5.1, a Path Traversal Zip Slip vulnerability exists in MONAI's downloadfromngcprivate function. The function uses zipfile.ZipFile.extractall without path validation, while other similar...

5.3CVSS0.00324EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2026/01/07 10:27 p.m.28 views

CVE-2026-21851 MONAI has Path Traversal (Zip Slip) in NGC Private Bundle Download

MONAI Medical Open Network for AI is an AI toolkit for health care imaging. In versions up to and including 1.5.1, a Path Traversal Zip Slip vulnerability exists in MONAI's downloadfromngcprivate function. The function uses zipfile.ZipFile.extractall without path validation, while other similar...

5.3CVSS0.00324EPSS
SaveExploits1References2
CNNVD
CNNVD
added 2026/01/07 12:0 a.m.5 views

MONAI 路径遍历漏洞

MONAI is a medical imaging AI toolkit open-sourced by Project MONAI. A path traversal vulnerability exists in MONAI 1.5.1 and earlier versions, which stems from the downloadfromngcprivate function using zipfile.ZipFile.extractall without path validation, which could lead to a path traversal attac...

5.3CVSS6.4AI score0.00324EPSS
SaveExploits1References2
RedHat Linux
RedHat Linux
added 2025/12/18 1:35 a.m.9 views

cpython: python: Bypassing extraction filter to create symlinks to arbitrary targets outside extraction directory

A flaw was found in the Python tarfile module. This vulnerability allows attackers to bypass extraction filters, enabling symlink targets to escape the destination directory and allowing unauthorized modification of file metadata via the use of TarFile.extract or TarFile.extractall with the filte...

7.5CVSS7.3AI score0.01196EPSS
SaveExploits7References10
Rows per page
Query Builder