Lucene search
+L

411 matches found

Github Security Blog
Github Security Blog
added 2025/11/28 3:30 p.m.11 views

Duplicate Advisory: Keras keras.utils.get_file API is vulnerable to a path traversal attack

Duplicate Advisory This advisory has been withdrawn because it is a duplicate of GHSA-hjqc-jx6g-rwp9. This link is maintained to preserve external references. Original Description Keras version 3.11.3 is affected by a path traversal vulnerability in the keras.utils.getfile function when extractin...

8CVSS7.6AI score0.00664EPSS
SaveExploits0References4Affected Software1
NVD
NVD
added 2025/11/28 3:16 p.m.12 views

CVE-2025-12638

Keras version 3.11.3 is affected by a path traversal vulnerability in the keras.utils.getfile function when extracting tar archives. The vulnerability arises because the function uses Python's tarfile.extractall method without the security-critical filter='data' parameter. Although Keras attempts...

8CVSS0.00664EPSS
SaveExploits0References1
OSV
OSV
added 2025/11/28 3:16 p.m.9 views

UBUNTU-CVE-2025-12638

Keras version 3.11.3 is affected by a path traversal vulnerability in the keras.utils.getfile function when extracting tar archives. The vulnerability arises because the function uses Python's tarfile.extractall method without the security-critical filter='data' parameter. Although Keras attempts...

8CVSS7.4AI score0.00664EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2025/11/28 2:6 p.m.16 views

CVE-2025-12638 Path Traversal Vulnerability in keras-team/keras via Tar Archive Extraction in keras.utils.get_file()

Keras version 3.11.3 is affected by a path traversal vulnerability in the keras.utils.getfile function when extracting tar archives. The vulnerability arises because the function uses Python's tarfile.extractall method without the security-critical filter='data' parameter. Although Keras attempts...

8CVSS0.00664EPSS
SaveExploits0References1
CVE
CVE
added 2025/11/28 2:6 p.m.50 views

CVE-2025-12638

Keras 3.11.3 is affected by a path traversal in keras.utils.get_file() via tar archive extraction. The root cause is tarfile.extractall() used without filter="data"; though filter_safe_paths() is applied, a PATH_MAX symlink resolution bug during extraction can cause symlinks to be treated as lite...

8CVSS8.2AI score0.00664EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2025/11/28 2:6 p.m.3 views

CVE-2025-12638 Path Traversal Vulnerability in keras-team/keras via Tar Archive Extraction in keras.utils.get_file()

Keras version 3.11.3 is affected by a path traversal vulnerability in the keras.utils.getfile function when extracting tar archives. The vulnerability arises because the function uses Python's tarfile.extractall method without the security-critical filter='data' parameter. Although Keras attempts...

8CVSS8.2AI score0.00664EPSS
SaveExploits0References1
OSV
OSV
added 2025/11/28 12:51 p.m.10 views

OESA-2025-2741 python-pip security update

pip is the package installer for Python. You can use pip to install packages from the Python Package Index and other indexes. %global bashcompdir %b=$pkg-config --variable=completionsdir bash-completion 2/dev/null; echo $b:-/bashcompletion.d Name: python-pip Version: 20.2.2 Release: 4 Summary: A...

5.9CVSS6.8AI score0.00438EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2025/11/28 12:0 a.m.8 views

Keras 路径遍历漏洞

Keras is a multi-backend deep learning framework open-sourced by Keras. A path traversal vulnerability exists in Keras version 3.11.3, which stems from a path traversal issue in the keras.utils.getfile function when extracting tar archives, which could lead to arbitrary file writes...

8CVSS7.7AI score0.00664EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2025/11/26 12:50 a.m.15 views

CVE-2025-66262 Arbitrary File Overwrite via Tar Extraction Path Traversal

Arbitrary File Overwrite via Tar Extraction Path Traversal in DB Electronica Telecomunicazioni S.p.A. Mozart FM Transmitter versions 30, 50, 100, 300, 500, 1000, 2000, 3000, 3500, 6000, 7000 allows an attacker to perform Tar extraction with -C / allow arbitrary file overwrite via crafted archive...

9.3CVSS0.01393EPSS
SaveExploits1References1
Positive Technologies
Positive Technologies
added 2025/11/26 12:0 a.m.11 views

PT-2025-48116

Name of the Vulnerable Software and Affected Versions DB Electronica Telecomunicazioni S.p.A. Mozart FM Transmitter versions 30 through 7000 Description A flaw exists that allows arbitrary file overwrites through a Tar extraction path traversal. The restore mozzi memories.sh script extracts...

9.8CVSS7AI score0.01393EPSS
SaveExploits1References6
Tenable Nessus
Tenable Nessus
added 2025/11/20 12:0 a.m.8 views

TencentOS Server 3: python3 (TSSA-2025:0559)

The version of Tencent Linux installed on the remote TencentOS Server 3 host is prior to tested version. It is, therefore, affected by multiple vulnerabilities as referenced in the TSSA-2025:0559 advisory. Package updates are available for TencentOS Server 3 that fix the following vulnerabilities...

9.4CVSS7.2AI score0.01227EPSS
SaveExploits14References6
Github Security Blog
Github Security Blog
added 2025/11/06 3:44 p.m.33 views

OpenTofu affected denials of service in "tofu init" with maliciously-crafted module package responses

Impact Unauthenticated denial of service. Summary When installing module packages from attacker-controlled sources, tofu init may use unbounded memory, cause high CPU usage, or crash when encountering maliciously-crafted TLS certificate chains or tar archives. Those who depend on modules or...

7.5CVSS7.6AI score0.00518EPSS
SaveExploits0References12Affected Software1
Veracode
Veracode
added 2025/11/06 8:58 a.m.10 views

Symlink Validation Bypass

tar-fs is vulnerable to symlink validation bypass. The vulnerability is due to improper validation of symbolic links during tar extraction, which allows an attacker to overwrite arbitrary files if the destination directory is predictable with a crafted tarball...

8.7CVSS7.5AI score0.00516EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2025/10/30 6:31 p.m.29 views

Duplicate Advisory: Keras keras.utils.get_file API is vulnerable to a path traversal attack

Duplicate Advisory This advisory has been withdrawn because it is a duplicate of GHSA-hjqc-jx6g-rwp9. This link is maintained to preserve external references. Original Description The keras.utils.getfile API in Keras, when used with the extract=True option for tar archives, is vulnerable to a pat...

6.9AI score
SaveExploits0References6Affected Software1
NVD
NVD
added 2025/10/30 5:15 p.m.12 views

CVE-2025-12060

The keras.utils.getfile API in Keras, when used with the extract=True option for tar archives, is vulnerable to a path traversal attack. The utility uses Python's tarfile.extractall function without the filter="data" feature. A remote attacker can craft a malicious tar archive containing special...

8.9CVSS0.00584EPSS
SaveExploits0References2
OSV
OSV
added 2025/10/30 5:15 p.m.14 views

AZL-69472 CVE-2025-12060 affecting package keras for versions less than 3.3.3-5

The keras.utils.getfile API in Keras, when used with the extract=True option for tar archives, is vulnerable to a path traversal attack. The utility uses Python's tarfile.extractall function without the filter="data" feature. A remote attacker can craft a malicious tar archive containing special...

8.9CVSS5.9AI score0.00584EPSS
SaveExploits0References1
CVE
CVE
added 2025/10/30 5:10 p.m.93 views

CVE-2025-12060

CVE-2025-12060 concerns Keras: when using keras.utils.get_file with extract=True on tar archives, tarfile.extractall is invoked without a proper filter, enabling path traversal and potential arbitrary file writes outside the destination directory. The root cause is linked to Python tarfile weakne...

8.9CVSS6.8AI score0.00584EPSS
SaveExploits0References2
EUVD
EUVD
added 2025/10/21 6:53 p.m.5 views

EUVD-2025-35214

uv has differential in tar extraction with PAX headers...

6.5AI score
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2025/10/21 6:53 p.m.6 views

uv has differential in tar extraction with PAX headers

Impact In versions 0.9.4 and earlier of uv, tar archives containing PAX headers with file size overrides were not handled properly. As a result, an attacker could contrive a source distribution as a tar archive that would extract differently when installed via uv versus other Python package...

8.1CVSS7.6AI score0.00677EPSS
SaveExploits1References6Affected Software1
Tenable Nessus
Tenable Nessus
added 2025/10/15 12:0 a.m.9 views

Amazon Linux 2023 : python3.11-pip, python3.11-pip-wheel (ALAS2023-2025-1211)

It is, therefore, affected by a vulnerability as referenced in the ALAS2023-2025-1211 advisory. When extracting a tar archive pip may not check symbolic links point into the extraction directory if the tarfile module doesn't implement PEP 706.Note that upgrading pip to a fixed version for this...

5.9CVSS7.4AI score0.00438EPSS
SaveExploits0References4
Rows per page
Query Builder