Lucene search
+L

162 matches found

The Hacker News
The Hacker News
added 2025/12/03 9:30 a.m.7 views

Picklescan Bugs Allow Malicious PyTorch Models to Evade Scans and Execute Code

Three critical security flaws have been disclosed in an open-source utility called Picklescan that could allow malicious actors to execute arbitrary code by loading untrusted PyTorch models, effectively bypassing the tool's protections. Picklescan, developed and maintained by Matthieu Maitre...

9.8CVSS8.2AI score0.01481EPSS
SaveExploits3
Veracode
Veracode
added 2025/10/21 8:44 p.m.10 views

Improper Input Validation

picklescan is vulnerable to Improper Input Validation. The vulnerability is due to inadequate validation in the scanning logic that fails to properly inspect pickle files with PyTorch-related extensions, which allows an attacker to bypass security checks and execute malicious code when the file i...

9.3CVSS7.3AI score0.0084EPSS
SaveExploits1References5Affected Software1
EUVD
EUVD
added 2025/10/03 8:07 p.m.9 views

EUVD-2025-5524

Malicious code in bioql PyPI...

9.8CVSS8.8AI score0.00381EPSS
SaveExploits2References3
EUVD
EUVD
added 2025/10/03 8:07 p.m.5 views

EUVD-2025-29466

Malicious code in bioql PyPI...

6.6AI score
SaveExploits0References6
EUVD
EUVD
added 2025/10/03 8:07 p.m.9 views

EUVD-2025-29708

Malicious code in bioql PyPI...

9.8CVSS6.3AI score0.01481EPSS
SaveExploits1References6
EUVD
EUVD
added 2025/10/03 8:07 p.m.11 views

EUVD-2025-5523

Malicious code in bioql PyPI...

9.8CVSS8.8AI score0.01647EPSS
SaveExploits4References10
Veracode
Veracode
added 2025/09/24 6:35 a.m.10 views

Remote Code Execution (RCE)

picklescan is vulnerable to Remote Code Execution RCE. The vulnerability is due to the idlelib.run.Executive.runcode function executing arbitrary pickle files, which allows an attacker to run malicious code remotely...

7.8AI score
SaveExploits0
Veracode
Veracode
added 2025/09/24 5:33 a.m.11 views

Remote Code Execution (RCE)

cProfile is vulnerable to Remote Code Execution RCE.The vulnerability is due to unsafe deserialization/execution because cProfile.runctx can be abused to execute code from untrusted pickle files passed into its execution context...

8AI score
SaveExploits0
Veracode
Veracode
added 2025/09/22 9:39 a.m.9 views

Deserialization Of Untrusted Data

picklescan is vulnerable to Deserialization Of Untrusted Data. The vulnerability is due to the function fetching and unpickling remote pickle files without validation, which allows an attacker to supply a crafted pickle that executes arbitrary code when deserialized...

7.6AI score
SaveExploits0
Github Security Blog
Github Security Blog
added 2025/09/17 12:30 p.m.14 views

Duplicate Advisory: Picklescan: ZIP archive scan bypass is possible through non-exhaustive Cyclic Redundancy Check

Duplicate Advisory This advisory has been withdrawn because it is a duplicate of GHSA-m4j5-5x4r-2xp9. This link is maintained to preserve external references. Original Description An Improper Handling of Exceptional Conditions vulnerability in the ZIP archive scanning component of mmaitre314...

9.8CVSS7AI score0.01481EPSS
SaveExploits1References6Affected Software1
OSV
OSV
added 2025/09/17 10:41 a.m.10 views

CVE-2025-10156 PickleScan Security Bypass via Bad CRC in ZIP Archive

An Improper Handling of Exceptional Conditions vulnerability in the ZIP archive scanning component of mmaitre314 picklescan allows a remote attacker to bypass security scans. This is achieved by crafting a ZIP archive containing a file with a bad Cyclic Redundancy Check CRC, which causes the...

9.3CVSS7.5AI score
SaveExploits0References6
Veracode
Veracode
added 2025/09/16 10:36 a.m.8 views

Remote Code Execution (RCE)

picklescan is vulnerable to Remote Code Execution RCE. The vulnerability is due to unsafe deserialization because torch.utils.configmodule.loadconfig used in reduce can load malicious pickle files that bypass Picklescan checks and execute arbitrary code during pickle.load...

8.4AI score
SaveExploits0
Veracode
Veracode
added 2025/09/16 6:10 a.m.8 views

Insecure Deserialization

picklescan is vulnerable to Insecure Deserialization. The vulnerability is due to the use of torch.utils.collectenv.run function to execute remote pickle files, which allows an attacker to execute arbitrary code...

7.7AI score
SaveExploits0
Snyk
Snyk
added 2025/09/10 7:51 p.m.4 views

Protection Mechanism Failure

Overview picklescan is a Security scanner detecting Python Pickle files performing suspicious actions Affected versions of this package are vulnerable to Protection Mechanism Failure via the scanbytes function. An attacker can bypass detection of malicious content by disguising a standard pickle...

9.3CVSS6.6AI score0.0084EPSS
SaveExploits1References2
Github Security Blog
Github Security Blog
added 2025/09/10 7:51 p.m.24 views

Picklescan Bypass is Possible via File Extension Mismatch

Summary Picklescan can be bypassed, allowing the detection of malicious pickle files to fail, when a standard pickle file is given a PyTorch-related file extension e.g., .bin. This occurs because the scanner prioritizes PyTorch file extension checks and errors out when parsing a standard pickle...

9.3CVSS7.4AI score0.0084EPSS
SaveExploits1References6Affected Software1
Github Security Blog
Github Security Blog
added 2025/09/10 7:50 p.m.14 views

Picklescan: ZIP archive scan bypass is possible through non-exhaustive Cyclic Redundancy Check

Summary Picklescan's ability to scan ZIP archives for malicious pickle files is compromised when the archive contains a file with a bad Cyclic Redundancy Check CRC. Instead of attempting to scan the files within the archive, whatever the CRC is, Picklescan fails in error and returns no results...

9.8CVSS7.1AI score0.01481EPSS
SaveExploits1References8Affected Software1
Github Security Blog
Github Security Blog
added 2025/08/26 9:39 p.m.14 views

Picklescan is missing detection when calling built-in python cProfile.run

Summary Using cProfile.run function, which is a built-in python library function to execute remote pickle file. Details The attack payload executes in the following steps: First, the attacker craft the payload by calling to cProfile.run function in reduce method Then when the victim after checkin...

7.9AI score
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/08/26 9:38 p.m.10 views

GHSA-9W88-8RMG-7G2P Picklescan is missing detection when calling built-in python cProfile.runctx

Summary Using cProfile.runctx function, which is a built-in python library function to execute remote pickle file. Details The attack payload executes in the following steps: First, the attacker craft the payload by calling to cProfile.runctx function in reduce method Then when the victim after...

8.1CVSS7.9AI score0.00338EPSS
SaveExploits1References3
OSV
OSV
added 2025/08/26 6:37 p.m.7 views

GHSA-CJ3C-V495-4XQH Picklescan has a missing detection when calling built-in python code.InteractiveInterpreter

Summary Using code.InteractiveInterpreter.runcode, which is a built-in python library function to execute remote pickle file. Details The attack payload executes in the following steps: First, the attacker craft the payload by calling to code.InteractiveInterpreter.runcode function in reduce meth...

8.1CVSS7.9AI score0.00499EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2025/08/26 6:37 p.m.14 views

Picklescan has a missing detection when calling built-in python idlelib.autocomplete.AutoComplete.get_entity

Summary Using idlelib.autocomplete.AutoComplete.getentity, which is a built-in python library function to execute remote pickle file. Details The attack payload executes in the following steps: First, the attacker craft the payload by calling to idlelib.autocomplete.AutoComplete.getentity functio...

8.1CVSS7.9AI score0.00431EPSS
SaveExploits0References8Affected Software1
Rows per page
Query Builder