Lucene search
+L

26 matches found

OSV
OSV
added 2026/07/13 2:36 p.m.4 views

PYSEC-2026-2440 dbt-common's commonprefix() doesn't protect against path traversal

Impact What kind of vulnerability is it? Who is impacted? A path traversal vulnerability exists in dbt-common's safeextract function used when extracting tarball archives. The function uses os.path.commonprefix to validate that extracted files remain within the intended destination directory...

2CVSS6.2AI score0.00262EPSS
SaveExploits0References9
OSV
OSV
added 2026/07/07 4:3 p.m.10 views

PYSEC-2026-1430 GuardDog Path Traversal Vulnerability Leads to Arbitrary File Overwrite and RCE

Summary A path traversal vulnerability exists in GuardDog's safeextract function that allows malicious PyPI packages to write arbitrary files outside the intended extraction directory, leading to Arbitrary File Overwrite and Remote Code Execution on systems running GuardDog. CWE: CWE-22 Improper...

8.7CVSS6.2AI score0.00946EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/07 4:3 p.m.10 views

PYSEC-2026-1255 clearml is vulnerable to Path Traversal through its `safe_extract` function

A vulnerability in clearml versions before 2.0.2 allows for path traversal due to improper handling of symbolic and hard links in the safeextract function. This flaw can lead to arbitrary file writes outside the intended directory, potentially resulting in remote code execution if critical files...

5.8CVSS6.7AI score0.00276EPSS
SaveExploits0References6
NVD
NVD
added 2026/06/26 8:16 p.m.10 views

CVE-2026-29509

Patool before 4.0.5 contains a path traversal vulnerability in the safeextract function in patoolib/programs/pytarfile.py when running on Python before 3.12, where the iswithindirectory helper uses os.path.commonprefix for character-level string comparison instead of path-level comparison, allowi...

5.4CVSS0.00282EPSS
SaveExploits0References3
OSV
OSV
added 2026/06/26 8:16 p.m.14 views

UBUNTU-CVE-2026-29509

Patool before 4.0.5 contains a path traversal vulnerability in the safeextract function in patoolib/programs/pytarfile.py when running on Python before 3.12, where the iswithindirectory helper uses os.path.commonprefix for character-level string comparison instead of path-level comparison, allowi...

5.4CVSS5.9AI score0.00282EPSS
SaveExploits0References2
OSV
OSV
added 2026/06/26 7:31 p.m.8 views

CVE-2026-29509 Patool < 4.0.5 Path Traversal via safe_extract() Function

Patool before 4.0.5 contains a path traversal vulnerability in the safeextract function in patoolib/programs/pytarfile.py when running on Python before 3.12, where the iswithindirectory helper uses os.path.commonprefix for character-level string comparison instead of path-level comparison, allowi...

5.3CVSS6.1AI score0.00282EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/06/26 7:31 p.m.34 views

CVE-2026-29509 Patool < 4.0.5 Path Traversal via safe_extract() Function

Patool before 4.0.5 contains a path traversal vulnerability in the safeextract function in patoolib/programs/pytarfile.py when running on Python before 3.12, where the iswithindirectory helper uses os.path.commonprefix for character-level string comparison instead of path-level comparison, allowi...

5.4CVSS0.00282EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/06/26 7:31 p.m.8 views

CVE-2026-29509

Patool before 4.0.5 contains a path traversal vulnerability in the safeextract function in patoolib/programs/pytarfile.py when running on Python before 3.12, where the iswithindirectory helper uses os.path.commonprefix for character-level string comparison instead of path-level comparison, allowi...

5.4CVSS5.9AI score0.00282EPSS
SaveExploits0
OSV
OSV
added 2026/03/06 8:37 p.m.8 views

CVE-2026-29790 dbt-common: commonprefix() doesn't protect against path traversal

dbt-common is the shared common utilities for dbt-core and adapter implementations use. Prior to versions 1.34.2 and 1.37.3, a path traversal vulnerability exists in dbt-common's safeextract function used when extracting tarball archives. The function uses os.path.commonprefix to validate that...

2CVSS5.7AI score0.00262EPSS
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 2026/03/06 8:37 p.m.3 views

CVE-2026-29790

dbt-common is the shared common utilities for dbt-core and adapter implementations use. Prior to versions 1.34.2 and 1.37.3, a path traversal vulnerability exists in dbt-common's safeextract function used when extracting tarball archives. The function uses os.path.commonprefix to validate that...

2CVSS5.7AI score0.00262EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2026/03/06 8:37 p.m.24 views

CVE-2026-29790 dbt-common: commonprefix() doesn't protect against path traversal

dbt-common is the shared common utilities for dbt-core and adapter implementations use. Prior to versions 1.34.2 and 1.37.3, a path traversal vulnerability exists in dbt-common's safeextract function used when extracting tarball archives. The function uses os.path.commonprefix to validate that...

2CVSS0.00262EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2026/03/06 12:0 a.m.13 views

dbt-common 路径遍历漏洞

dbt-common is a publicly available tool library developed by dbt Labs as an open-source data building tool. Versions of dbt-common prior to 1.34.2 and 1.37.3 contained a path traversal vulnerability. This vulnerability stemmed from the safeextract function using os.path.commonprefix for path...

5.3CVSS5.8AI score0.00262EPSS
SaveExploits0References4
Snyk
Snyk
added 2026/03/05 12:59 a.m.5 views

Directory Traversal

Overview dbt-common is a The shared common utilities that dbt-core and adapter implementations use Affected versions of this package are vulnerable to Directory Traversal in the safeextract process. An attacker can write files to unintended sibling directories by crafting a malicious tarball that...

2.6CVSS6.2AI score
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/01/14 9:18 p.m.10 views

CVE-2026-22871

GuardDog is a CLI tool to identify malicious PyPI packages. Prior to 2.7.1, there is a path traversal vulnerability exists in GuardDog's safeextract function that allows malicious PyPI packages to write arbitrary files outside the intended extraction directory, leading to Arbitrary File Overwrite...

9.8CVSS7.5AI score0.00946EPSS
SaveExploits0References1
Snyk
Snyk
added 2026/01/13 9:54 p.m.1 views

Improper Handling of Highly Compressed Data (Data Amplification)

Overview guarddog is a GuardDog is a CLI tool to Identify malicious PyPI packages Affected versions of this package are vulnerable to Improper Handling of Highly Compressed Data Data Amplification via the safeextract function. An attacker can exhaust disk space and disrupt services by submitting ...

7.5CVSS6.8AI score0.00431EPSS
SaveExploits1References2
Github Security Blog
Github Security Blog
added 2026/01/13 9:54 p.m.10 views

GuardDog Zip Bomb Vulnerability in safe_extract() Allows DoS

Summary GuardDog's safeextract function does not validate decompressed file sizes when extracting ZIP archives wheels, eggs, allowing attackers to cause denial of service through zip bombs. A malicious package can consume gigabytes of disk space from a few megabytes of compressed data...

7.5CVSS6.8AI score0.00431EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2026/01/13 9:54 p.m.6 views

GHSA-FFJ4-JQ7M-9G6V GuardDog Zip Bomb Vulnerability in safe_extract() Allows DoS

Summary GuardDog's safeextract function does not validate decompressed file sizes when extracting ZIP archives wheels, eggs, allowing attackers to cause denial of service through zip bombs. A malicious package can consume gigabytes of disk space from a few megabytes of compressed data...

7.1CVSS5.5AI score0.00431EPSS
SaveExploits1References4
Cvelist
Cvelist
added 2026/01/13 8:46 p.m.26 views

CVE-2026-22871 GuardDog Path Traversal Vulnerability Leads to Arbitrary File Overwrite and RCE

GuardDog is a CLI tool to identify malicious PyPI packages. Prior to 2.7.1, there is a path traversal vulnerability exists in GuardDog's safeextract function that allows malicious PyPI packages to write arbitrary files outside the intended extraction directory, leading to Arbitrary File Overwrite...

8.7CVSS0.00946EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/01/13 8:43 p.m.34 views

CVE-2026-22870 GuardDog Zip Bomb Vulnerability in safe_extract() Allows DoS

GuardDog is a CLI tool to identify malicious PyPI packages. Prior to 2.7.1, GuardDog's safeextract function does not validate decompressed file sizes when extracting ZIP archives wheels, eggs, allowing attackers to cause denial of service through zip bombs. A malicious package can consume gigabyt...

7.1CVSS0.00431EPSS
SaveExploits1References2
CVE
CVE
added 2026/01/13 8:43 p.m.32 views

CVE-2026-22870

GuardDog vulnerability CVE-2026-22870 affects the GuardDog CLI. The safe_extract() function does not validate decompressed sizes when extracting ZIP archives (e.g., wheels/eggs), enabling denial-of-service via zip bombs that can exhaust disk space from a small compressed payload. The issue is fix...

7.5CVSS6.3AI score0.00431EPSS
SaveExploits1References2Affected Software1
Rows per page
Query Builder