Lucene search
+L

1761 matches found

Github Security Blog
Github Security Blog
added 2025/12/29 8:3 p.m.12 views

Picklescan is vulnerable to RCE through missing detection when calling built-in python operator.methodcaller

Summary Picklescan uses operator.methodcaller, which is a built-in python library function to execute remote pickle files. Details The attack payload executes in the following steps: - First, the attacker crafts the payload by calling the operator.methodcaller function in method reduce. - Then,...

7.9AI score
SaveExploits0References4Affected Software1
OSV
OSV
added 2025/12/29 8:3 p.m.7 views

GHSA-X843-G5MX-G377 Picklescan is vulnerable to RCE through missing detection when calling built-in python operator.methodcaller

Summary Picklescan uses operator.methodcaller, which is a built-in python library function to execute remote pickle files. Details The attack payload executes in the following steps: - First, the attacker crafts the payload by calling the operator.methodcaller function in method reduce. - Then,...

8.7CVSS7.7AI score0.00444EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2025/12/29 3:27 p.m.8 views

Picklescan missing detection when calling numpy.f2py.crackfortran.getlincoef

Summary An unsafe deserialization vulnerability allows an attacker to execute arbitrary code on the host when loading a malicious pickle payload from an untrusted source. Details The numpy.f2py.crackfortran module exposes many functions that call eval on arbitrary strings of values. This is the...

7.8AI score
SaveExploits0References5Affected Software1
OSV
OSV
added 2025/12/29 3:27 p.m.5 views

GHSA-R8G5-CGF2-4M4M Picklescan missing detection when calling numpy.f2py.crackfortran.getlincoef

Summary An unsafe deserialization vulnerability allows an attacker to execute arbitrary code on the host when loading a malicious pickle payload from an untrusted source. Details The numpy.f2py.crackfortran module exposes many functions that call eval on arbitrary strings of values. This is the...

9.3CVSS7.7AI score0.003EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2025/12/29 3:26 p.m.11 views

Picklescan Bypasses Unsafe Globals Check using pty.spawn

Summary The vulnerability allows malicious actors to bypass PickleScan's unsafe globals check, leading to potential arbitrary code execution. The issue stems from the absence of the pty library more specifically, of the pty.spawn function from PickleScan's list of unsafe globals. This vulnerabili...

8.8CVSS8.3AI score0.00384EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2025/12/29 3:26 p.m.1 views

GHSA-HGRH-QX5J-JFWX Picklescan Bypasses Unsafe Globals Check using pty.spawn

Summary The vulnerability allows malicious actors to bypass PickleScan's unsafe globals check, leading to potential arbitrary code execution. The issue stems from the absence of the pty library more specifically, of the pty.spawn function from PickleScan's list of unsafe globals. This vulnerabili...

8.8CVSS8.2AI score0.00384EPSS
SaveExploits0References7
OSV
OSV
added 2025/12/29 3:24 p.m.3 views

GHSA-VQMV-47XG-9WPR Picklescan missing detection when calling pty.spawn

Summary Using pty.spawn, which is a built-in python library function to execute arbitrary commands on the host system. Details The attack payload executes in the following steps: First, the attacker craft the payload by calling to pty.spawn function in the reduce method. Then the victim attempts ...

9.3CVSS7.8AI score
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2025/12/29 3:24 p.m.7 views

Picklescan missing detection when calling pty.spawn

Summary Using pty.spawn, which is a built-in python library function to execute arbitrary commands on the host system. Details The attack payload executes in the following steps: First, the attacker craft the payload by calling to pty.spawn function in the reduce method. Then the victim attempts ...

7.9AI score
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/29 3:24 p.m.6 views

Picklescan has Incomplete List of Disallowed Inputs

Summary Currently picklescanner only blocks some specific functions of the pydoc and operator modules. Attackers can use other functions within these allowed modules to go through undetected and achieve RCE on the final user. Particularly pydoc.locate: Can dynamically resolve and import arbitrary...

9.8CVSS7.2AI score0.00623EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/29 3:23 p.m.10 views

Picklescan does not block ctypes

Summary Picklescan doesnt flag ctypes module as a dangerous module, which is a huge issue. ctypes is basically a foreign function interface library and can be used to Load DLLs Call C functions directly Manipulate memory raw pointers. This can allow attackers to achieve RCE by invoking direct...

9.8CVSS6.9AI score0.00758EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2025/12/29 3:23 p.m.5 views

GHSA-4675-36F9-WF6R Picklescan does not block ctypes

Summary Picklescan doesnt flag ctypes module as a dangerous module, which is a huge issue. ctypes is basically a foreign function interface library and can be used to Load DLLs Call C functions directly Manipulate memory raw pointers. This can allow attackers to achieve RCE by invoking direct...

9.8CVSS6.8AI score0.00758EPSS
SaveExploits0References7
Github Security Blog
Github Security Blog
added 2025/12/29 3:22 p.m.11 views

Picklescan vulnerable to Arbitrary File Writing

Summary Picklescan has got open and shutil in its default dangerous blocklist to prevent arbitrary file overwrites. However the module distutils isnt blocked and can be used for the same purpose ie to write arbitrary files. Details This is another vulnerability which impacts the downstream user. ...

9.8CVSS7.4AI score0.00624EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2025/12/29 3:22 p.m.5 views

GHSA-M273-6V24-X4M4 Picklescan vulnerable to Arbitrary File Writing

Summary Picklescan has got open and shutil in its default dangerous blocklist to prevent arbitrary file overwrites. However the module distutils isnt blocked and can be used for the same purpose ie to write arbitrary files. Details This is another vulnerability which impacts the downstream user. ...

9.3CVSS7.2AI score0.00624EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2025/12/29 12:0 a.m.14 views

PT-2026-50451

Name of the Vulnerable Software and Affected Versions picklescan versions prior to 0.0.33 Description An incomplete deny-list fails to block the pydoc.locate and operator.methodcaller functions. This allows remote attackers to bypass security checks by crafting malicious pickle files. The...

9.8CVSS6.6AI score0.00623EPSS
SaveExploits0References13
Positive Technologies
Positive Technologies
added 2025/12/29 12:0 a.m.30 views

PT-2026-55669

Name of the Vulnerable Software and Affected Versions picklescan versions prior to 0.0.33 Description The software fails to detect malicious pickle files that utilize the numpy.f2py.crackfortran.param eval function within reduce methods. This flaw allows attackers to bypass security checks by...

8.1CVSS6.2AI score0.00445EPSS
SaveExploits0References13
Positive Technologies
Positive Technologies
added 2025/12/29 12:0 a.m.26 views

PT-2026-50454

Name of the Vulnerable Software and Affected Versions picklescan versions prior to 0.0.33 Description The software fails to block the ctypes module, which is a foreign function interface library used to call C functions directly, load DLLs, and manipulate raw memory pointers. This allows attacker...

9.8CVSS6.8AI score0.00758EPSS
SaveExploits0References13
RedhatCVE
RedhatCVE
added 2025/12/24 9:19 p.m.6 views

CVE-2025-14931

Hugging Face smolagents Remote Python Executor Deserialization of Untrusted Data Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Hugging Face smolagents. Authentication is not required to exploit this...

10CVSS8AI score0.00953EPSS
SaveExploits0References1
Snyk
Snyk
added 2025/12/23 9:50 p.m.5 views

Deserialization of Untrusted Data

Overview smolagents is a 🤗 smolagents: a barebones library for agents. Agents write python code to call tools or orchestrate other agents. Affected versions of this package are vulnerable to Deserialization of Untrusted Data via the parsing of pickle data. An attacker can execute arbitrary code b...

10CVSS7.7AI score0.00953EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2025/12/23 9:30 p.m.13 views

Hugging Face smolagents: Unsafe deserialization in Remote Python Executor leads to RCE

Hugging Face smolagents Remote Python Executor Deserialization of Untrusted Data Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Hugging Face smolagents. Authentication is not required to exploit this...

10CVSS6.3AI score0.00953EPSS
SaveExploits0References3Affected Software1
NVD
NVD
added 2025/12/23 9:15 p.m.6 views

CVE-2025-14931

Hugging Face smolagents Remote Python Executor Deserialization of Untrusted Data Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Hugging Face smolagents. Authentication is not required to exploit this...

10CVSS0.00953EPSS
SaveExploits0References1
Rows per page
Query Builder