Lucene search
+L

1244 matches found

OSV
OSV
added 2026/07/13 9:03 p.m.14 views

CVE-2026-62239 FlashAttention Symlink Attack via tarfile.extractall in hopper/setup.py

FlashAttention through 2.8.3.post1, fixed in commit 0816ef1, contains a symlink attack vulnerability in the downloadandcopy function within hopper/setup.py that extracts NVIDIA toolchain archives without validating symlinks or filtering tar members. A local attacker can pre-plant a symlink in the...

5.3CVSS6.2AI score
SaveExploits0References7
CVE
CVE
added 2026/07/13 9:03 p.m.35 views

CVE-2026-62239

FlashAttention (up to 2.8.3.post1) contains a symlink attack in hopper/setup.py: download_and_copy() extracts NVIDIA toolchain archives without validating symlinks or filtering tar members. A local attacker can plant a predictable symlink in the cache to redirect extracted binaries to a chosen lo...

6.6CVSS6.2AI score0.00164EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/13 2:36 p.m.13 views

PYSEC-2026-2398 BentoML Vulnerable to Arbitrary File Write via Symlink Path Traversal in Tar Extraction

Arbitrary File Write via Symlink Path Traversal in Tar Extraction Summary The safeextracttarfile function validates that each tar member's path is within the destination directory, but for symlink members it only validates the symlink's own path, not the symlink's target. An attacker can create a...

8.6CVSS6.5AI score0.00257EPSS
SaveExploits1References6
Redos
Redos
added 2026/07/13 12:00 a.m.14 views

ROS-20260713-73-0026

The vulnerability of the tarfile module in the Python programming language is related to insufficient validation of input data. Exploiting this vulnerability can allow an attacker to compromise the integrity of the protected information...

3.3CVSS6.1AI score0.00164EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2026/07/10 8:50 p.m.26 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.5AI score0.00939EPSS
SaveExploits2References10
RedHat Linux
RedHat Linux
added 2026/07/10 8:50 p.m.8 views

python: cpython: CPython: tarfile extraction filter bypass allows escaping the destination directory

A flaw was found in the tarfile.extractall function within Python. A remote attacker could exploit this vulnerability by providing a specially crafted archive. This archive could bypass security filters by using a hardlink that references a symlink, allowing the symlink to be recreated outside th...

7.8CVSS5.5AI score0.0075EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
added 2026/07/10 8:25 p.m.13 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.5AI score0.00939EPSS
SaveExploits2References10
RedHat Linux
RedHat Linux
added 2026/07/10 8:25 p.m.8 views

python: cpython: CPython: tarfile extraction filter bypass allows escaping the destination directory

A flaw was found in the tarfile.extractall function within Python. A remote attacker could exploit this vulnerability by providing a specially crafted archive. This archive could bypass security filters by using a hardlink that references a symlink, allowing the symlink to be recreated outside th...

7.8CVSS5.5AI score0.0075EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
added 2026/07/10 6:49 p.m.22 views

python: cpython: CPython: tarfile extraction filter bypass allows escaping the destination directory

A flaw was found in the tarfile.extractall function within Python. A remote attacker could exploit this vulnerability by providing a specially crafted archive. This archive could bypass security filters by using a hardlink that references a symlink, allowing the symlink to be recreated outside th...

7.8CVSS5.5AI score0.0075EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
added 2026/07/10 6:34 p.m.36 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.5AI score0.00939EPSS
SaveExploits2References10
RedHat Linux
RedHat Linux
added 2026/07/10 6:34 p.m.8 views

python: cpython: CPython: tarfile extraction filter bypass allows escaping the destination directory

A flaw was found in the tarfile.extractall function within Python. A remote attacker could exploit this vulnerability by providing a specially crafted archive. This archive could bypass security filters by using a hardlink that references a symlink, allowing the symlink to be recreated outside th...

7.8CVSS5.5AI score0.0075EPSS
SaveExploits0References7
BDU FSTEC
BDU FSTEC
added 2026/07/10 12:00 a.m.11 views

The vulnerability of the tarfile module in the Python programming language, which allows attackers to compromise the integrity of protected information

The vulnerability of the tarfile module in the Python programming language is related to insufficient validation of input data. Exploiting this vulnerability can allow an attacker to compromise the integrity of the protected information...

2.5CVSS4.7AI score0.00164EPSS
SaveExploits0References16Affected Software5
OSV
OSV
added 2026/07/09 11:11 a.m.13 views

OESA-2026-2919 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.2CVSS6.1AI score0.0075EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/09 11:11 a.m.8 views

OESA-2026-2920 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.2CVSS6.1AI score0.0075EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/08 11:36 a.m.18 views

BIT-PYTHON-MIN-2026-4360 Tarfile.extract() doesn't fully respect filter parameter

In the Tarfile.extract function, the filter parameter is not passed properly when extracting hardlinks. An affected system that extracts content from untrusted tar files could end up writing files with an unexpected uid/gid despite the user passing filter='data' to the extract function...

5.3CVSS5.9AI score0.00277EPSS
SaveExploits0References11
OSV
OSV
added 2026/07/08 11:36 a.m.16 views

BIT-PYTHON-2026-4360 Tarfile.extract() doesn't fully respect filter parameter

In the Tarfile.extract function, the filter parameter is not passed properly when extracting hardlinks. An affected system that extracts content from untrusted tar files could end up writing files with an unexpected uid/gid despite the user passing filter='data' to the extract function...

5.3CVSS5.9AI score0.00277EPSS
SaveExploits0References11
Amazon
Amazon
added 2026/07/07 12:00 a.m.22 views

Important: python3.13

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

8.2CVSS6AI score0.0075EPSS
SaveExploits0
Amazon
Amazon
added 2026/07/07 12:00 a.m.15 views

Medium: python3.9

Issue Overview: The "tarfile" module would still apply normalization of AREGTYPE \x00 blocks to DIRTYPE, even while processing a multi-block member such as GNUTYPELONGNAME or GNUTYPELONGLINK. This could result in a crafted tar archive being misinterpreted by the tarfile module compared to other...

7.5CVSS5.9AI score0.00672EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/07/07 12:00 a.m.18 views

Ubuntu 22.04 LTS / 24.04 LTS / 26.04 LTS : Python vulnerabilities (USN-8509-1)

The remote Ubuntu 22.04 LTS / 24.04 LTS / 26.04 LTS host has packages installed that are affected by multiple vulnerabilities as referenced in the USN-8509-1 advisory. It was discovered that Python incorrectly normalized paths in the tarfile module. An attacker could possibly use this issue to...

9.1CVSS6.5AI score0.03196EPSS
SaveExploits2References19
Amazon
Amazon
added 2026/07/07 12:00 a.m.20 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.0075EPSS
SaveExploits0
Rows per page
Query Builder