Lucene search
+L

1761 matches found

NVD
NVD
added 2025/03/10 12:15 p.m.18 views

CVE-2025-1945

picklescan before 0.0.23 fails to detect malicious pickle files inside PyTorch model archives when certain ZIP file flag bits are modified. By flipping specific bits in the ZIP file headers, an attacker can embed malicious pickle files that remain undetected by PickleScan while still being...

9.8CVSS0.00512EPSS
SaveExploits1References3
OSV
OSV
added 2025/03/10 12:15 p.m.11 views

PYSEC-2025-21

picklescan before 0.0.23 fails to detect malicious pickle files inside PyTorch model archives when certain ZIP file flag bits are modified. By flipping specific bits in the ZIP file headers, an attacker can embed malicious pickle files that remain undetected by PickleScan while still being...

9.8CVSS7.8AI score0.00512EPSS
SaveExploits1References3
Cvelist
Cvelist
added 2025/03/10 11:43 a.m.46 views

CVE-2025-1945 picklescan - Zip Flag Bit Exploit Crashes Picklescan But Not PyTorch

picklescan before 0.0.23 fails to detect malicious pickle files inside PyTorch model archives when certain ZIP file flag bits are modified. By flipping specific bits in the ZIP file headers, an attacker can embed malicious pickle files that remain undetected by PickleScan while still being...

5.3CVSS0.00512EPSS
SaveExploits1References3
OSV
OSV
added 2025/03/10 11:43 a.m.22 views

CVE-2025-1945 picklescan - Zip Flag Bit Exploit Crashes Picklescan But Not PyTorch

picklescan before 0.0.23 fails to detect malicious pickle files inside PyTorch model archives when certain ZIP file flag bits are modified. By flipping specific bits in the ZIP file headers, an attacker can embed malicious pickle files that remain undetected by PickleScan while still being...

5.3CVSS7.9AI score0.00512EPSS
SaveExploits1References5
CNNVD
CNNVD
added 2025/03/10 12:0 a.m.5 views

picklescan 数据伪造问题漏洞

picklescan is a security scanning program by the individual developer Matthieu Maitre. A data forgery issue vulnerability exists in versions of picklescan prior to 0.0.23, which stems from an inability to detect a malicious pickle file with a modified ZIP file header, which could lead to arbitrar...

9.8CVSS9.2AI score0.00512EPSS
SaveExploits1References5
Veracode
Veracode
added 2025/03/06 5:58 a.m.13 views

Improper Input Validation

picklescan is vulnerable to Improper Input Validation. The vulnerability is due to improper validation of file extensions, allowing an attacker to include a malicious pickle file with a non-standard extension that bypasses security checks...

9.8CVSS7.1AI score0.00365EPSS
SaveExploits2References6Affected Software1
Snyk
Snyk
added 2025/03/05 7:50 p.m.2 views

Deserialization of Untrusted Data

Overview dgl is a Deep Graph Library Affected versions of this package are vulnerable to Deserialization of Untrusted Data in rpc.recvrequest, which is invoked in the startserver function in rpcserver.py without checking the contents of the payload. An attacker can execute code by sending malicio...

8.8CVSS7.3AI score
SaveExploits0References2
OSV
OSV
added 2025/03/05 7:50 p.m.7 views

GHSA-3X5X-FW77-G54C dmlc/dgl Vulnerable to Remote Code Execution by Pickle Deserialization via rpc.recv_request()

Impact Dgl implements rpc server startserver in rpcserver.py for supporting the RPC communications among different remote users over networks. It relies on pickle serialize and deserialize to pack and unpack network messages. The is a known risk in pickle deserialization functionality that can be...

9.3CVSS7.8AI score
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2025/03/05 7:50 p.m.8 views

dmlc/dgl Vulnerable to Remote Code Execution by Pickle Deserialization via rpc.recv_request()

Impact Dgl implements rpc server startserver in rpcserver.py for supporting the RPC communications among different remote users over networks. It relies on pickle serialize and deserialize to pack and unpack network messages. The is a known risk in pickle deserialization functionality that can be...

7.8AI score
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2025/03/03 9:30 p.m.25 views

Duplicate Advisory: Picklescan Allows Remote Code Execution via Malicious Pickle File Bypassing Static Analysis

Duplicate Advisory This advisory has been withdrawn because it is a duplicate of GHSA-769v-p64c-89pr. This link is maintained to preserve external references. Original Description picklescan before 0.0.22 only considers standard pickle file extensions in the scope for its vulnerability scan. An...

9.8CVSS7AI score0.00365EPSS
SaveExploits2References4Affected Software1
OSV
OSV
added 2025/03/03 7:59 p.m.18 views

GHSA-769V-P64C-89PR PyTorch Model Files Can Bypass Pickle Scanners via Unexpected Pickle Extensions

CVE-2025-1889 Summary Picklescan fails to detect hidden pickle files embedded in PyTorch model archives due to its reliance on file extensions for detection. This allows an attacker to embed a secondary, malicious pickle file with a non-standard extension inside a model archive, which remains...

5.3CVSS7.2AI score0.01661EPSS
SaveExploits4References5
Github Security Blog
Github Security Blog
added 2025/03/03 7:59 p.m.26 views

PyTorch Model Files Can Bypass Pickle Scanners via Unexpected Pickle Extensions

CVE-2025-1889 Summary Picklescan fails to detect hidden pickle files embedded in PyTorch model archives due to its reliance on file extensions for detection. This allows an attacker to embed a secondary, malicious pickle file with a non-standard extension inside a model archive, which remains...

9.8CVSS7.8AI score0.00365EPSS
SaveExploits2References5Affected Software1
PyPA
PyPA
added 2025/03/03 7:15 p.m.9 views

PYSEC-2025-19

picklescan before 0.0.22 only considers standard pickle file extensions in the scope for its vulnerability scan. An attacker could craft a malicious model that uses Pickle and include a malicious pickle file with a non-standard file extension. Because the malicious pickle file inclusion is not...

9.8CVSS6.8AI score0.00365EPSS
SaveExploits2References2Affected Software1
NVD
NVD
added 2025/03/03 7:15 p.m.16 views

CVE-2025-1889

picklescan before 0.0.22 only considers standard pickle file extensions in the scope for its vulnerability scan. An attacker could craft a malicious model that uses Pickle and include a malicious pickle file with a non-standard file extension. Because the malicious pickle file inclusion is not...

9.8CVSS0.00365EPSS
SaveExploits2References2
CVE
CVE
added 2025/03/03 6:38 p.m.137 views

CVE-2025-1889

CVE-2025-1889 involves the Python tool picklescan, where versions before 0.0.22 only consider standard pickle file extensions for scans. An attacker can embed a malicious pickle with a non‑standard extension inside a model or archive, bypassing detection and potentially enabling remote code execu...

9.8CVSS9.4AI score0.00365EPSS
SaveExploits2References2Affected Software1
OSV
OSV
added 2025/03/03 6:31 p.m.7 views

GHSA-VR75-HJH9-7FR6 Duplicate Advisory: Remote Code Execution via Malicious Pickle File Bypassing Static Analysis

Duplicate Advisory This advisory has been withdrawn because it is a duplicate of GHSA-655q-fx9r-782v. This link is maintained to preserve external references. Original Description picklescan before 0.0.21 does not treat 'pip' as an unsafe global. An attacker could craft a malicious model that use...

5.3CVSS9.4AI score0.01661EPSS
SaveExploits2References4
Github Security Blog
Github Security Blog
added 2025/03/03 6:31 p.m.21 views

Duplicate Advisory: Remote Code Execution via Malicious Pickle File Bypassing Static Analysis

Duplicate Advisory This advisory has been withdrawn because it is a duplicate of GHSA-655q-fx9r-782v. This link is maintained to preserve external references. Original Description picklescan before 0.0.21 does not treat 'pip' as an unsafe global. An attacker could craft a malicious model that use...

9.8CVSS7AI score0.01661EPSS
SaveExploits2References5Affected Software1
Snyk
Snyk
added 2025/02/26 3:45 p.m.3 views

Incomplete List of Disallowed Inputs

Overview picklescan is a Security scanner detecting Python Pickle files performing suspicious actions Affected versions of this package are vulnerable to Incomplete List of Disallowed Inputs which does not include pip under unsafeglobals in scanner.py. An attacker can execute arbitrary code by...

9.8CVSS7.8AI score0.01661EPSS
SaveExploits2References2
The Hacker News
The Hacker News
added 2025/02/08 6:17 a.m.37 views

Malicious ML Models on Hugging Face Leverage Broken Pickle Format to Evade Detection

Cybersecurity researchers have uncovered two malicious machine learning ML models on Hugging Face that leveraged an unusual technique of "broken" pickle files to evade detection. "The pickle files extracted from the mentioned PyTorch archives revealed the malicious Python content at the beginning...

8.1AI score
SaveExploits0
PyPA
PyPA
added 2025/01/29 9:15 p.m.10 views

PYSEC-2025-27

The Snowflake Connector for Python provides an interface for developing Python applications that can connect to Snowflake and perform all standard operations. Snowflake discovered and remediated a vulnerability in the Snowflake Connector for Python. The OCSP response cache uses pickle as the...

7.8CVSS6.8AI score0.00246EPSS
SaveExploits0References2Affected Software1
Rows per page
Query Builder