Lucene search
+L

77 matches found

ATTACKERKB
ATTACKERKB
added 2026/03/12 11:37 a.m.4 views

CVE-2026-3989

SGLangs replayrequestdump.py contains an insecure pickle.load without validation and proper deserialization. An attacker can take advantage of this by providing a malicious .pkl file, which will execute the attackers code on the device running the script...

7.8CVSS5.9AI score0.00369EPSS
SaveExploits1References5Affected Software1
Positive Technologies
Positive Technologies
added 2026/03/12 12:00 a.m.12 views

PT-2026-24943

Name of the Vulnerable Software and Affected Versions SGLangs versions prior to the fix included in CVE-2026-3989 Description The replay request dump.py script within SGLangs contains an insecure pickle.load function that lacks validation and proper deserialization. An attacker can exploit this b...

7.8CVSS7AI score0.00369EPSS
SaveExploits1References15
CNNVD
CNNVD
added 2026/03/12 12:00 a.m.15 views

sglang 安全漏洞

SGLang is a programming language and runtime system developed by SGL-project, aimed at accelerating large model inference. SGLang has a security vulnerability, which stems from improper use of the pickle.load function in the replayrequestdump.py file, potentially allowing for the execution of...

7.8CVSS6.9AI score0.00369EPSS
SaveExploits1References3
Snyk
Snyk
added 2026/02/11 6:55 p.m.8 views

Deserialization of Untrusted Data

Overview diskcache is a Disk Cache -- Disk and file backed persistent cache. Affected versions of this package are vulnerable to Deserialization of Untrusted Data due to the unsafe use of the pickle.load function in the Cache class. An attacker can execute arbitrary code by writing malicious data...

9.8CVSS6.2AI score0.00521EPSS
SaveExploits1References2
RedhatCVE
RedhatCVE
added 2026/01/13 11:20 p.m.13 views

CVE-2024-14021

LlamaIndex run-llama/llamaindex versions up to and including 0.11.6 contain an unsafe deserialization vulnerability in BGEM3Index.loadfromdisk in llamaindex/indices/managed/bgem3/base.py. The function uses pickle.load to deserialize multiembedstore.pkl from a user-supplied persistdir without...

8.4CVSS7.7AI score0.00278EPSS
SaveExploits1References1
Vulnrichment
Vulnrichment
added 2026/01/12 11:04 p.m.4 views

CVE-2024-14021 LlamaIndex <= 0.11.6 BGEM3Index Unsafe Deserialization

LlamaIndex run-llama/llamaindex versions up to and including 0.11.6 contain an unsafe deserialization vulnerability in BGEM3Index.loadfromdisk in llamaindex/indices/managed/bgem3/base.py. The function uses pickle.load to deserialize multiembedstore.pkl from a user-supplied persistdir without...

8.4CVSS7.4AI score0.00278EPSS
SaveExploits1References4
Positive Technologies
Positive Technologies
added 2025/12/30 12:00 a.m.31 views

PT-2026-55681

Name of the Vulnerable Software and Affected Versions picklescan versions prior to 0.0.34 Description The software fails to detect the operator.methodcaller built-in function when scanning pickle files for malicious code. This allows attackers to create malicious pickle payloads using...

9.3CVSS6.5AI score0.00365EPSS
SaveExploits0References12
Positive Technologies
Positive Technologies
added 2025/12/30 12:00 a.m.30 views

PT-2026-55677

Name of the Vulnerable Software and Affected Versions picklescan versions prior to 0.0.34 Description The software fails to detect operator.attrgetter function calls within pickle payloads, which allows security checks to be bypassed. Remote attackers can create malicious pickle files utilizing...

8.1CVSS6.6AI score0.00445EPSS
SaveExploits0References12
EUVD
EUVD
added 2025/12/15 9:30 p.m.8 views

EUVD-2025-203406

MooreThreads torchmusa through all versions contains an unsafe deserialization vulnerability in torchmusa.utils.comparetool. The compareforsingleop and naninftrackforsingleop functions use pickle.load on user-controlled file paths without validation, allowing arbitrary code execution. An attacker...

9.8CVSS8.2AI score0.0072EPSS
SaveExploits1References2
NVD
NVD
added 2025/12/15 7:16 p.m.9 views

CVE-2025-65213

MooreThreads torchmusa through all versions contains an unsafe deserialization vulnerability in torchmusa.utils.comparetool. The compareforsingleop and naninftrackforsingleop functions use pickle.load on user-controlled file paths without validation, allowing arbitrary code execution. An attacker...

9.8CVSS0.0072EPSS
SaveExploits1References1
CVE
CVE
added 2025/12/15 12:00 a.m.36 views

CVE-2025-65213

MooreThreads torch_musa is affected. The vulnerability resides in the function compare_for_single_op() / nan_inf_track_for_single_op() in torch_musa.utils.compare_tool , which uses pickle.load() on user-controlled file paths without validation, enabling remote code execution with the victim proce...

9.8CVSS8.4AI score0.0072EPSS
SaveExploits1References1Affected Software1
Cvelist
Cvelist
added 2025/12/15 12:00 a.m.29 views

CVE-2025-65213

MooreThreads torchmusa through all versions contains an unsafe deserialization vulnerability in torchmusa.utils.comparetool. The compareforsingleop and naninftrackforsingleop functions use pickle.load on user-controlled file paths without validation, allowing arbitrary code execution. An attacker...

0.0072EPSS
SaveExploits1References1
Vulnrichment
Vulnrichment
added 2025/12/15 12:00 a.m.3 views

CVE-2025-65213

MooreThreads torchmusa through all versions contains an unsafe deserialization vulnerability in torchmusa.utils.comparetool. The compareforsingleop and naninftrackforsingleop functions use pickle.load on user-controlled file paths without validation, allowing arbitrary code execution. An attacker...

8.4AI score0.0072EPSS
SaveExploits1References1
Veracode
Veracode
added 2025/09/15 6:04 a.m.10 views

Remote Code Execution (RCE)

picklescan is vulnerable to Remote Code Execution RCE.The vulnerability is due to the GuardBuilder.get function being invoked from a crafted pickle's reduce method during deserialization, which bypasses Picklescan's checks and allows an attacker to execute arbitrary code when the victim calls...

8.2AI score
SaveExploits0
Github Security Blog
Github Security Blog
added 2025/08/26 9:35 p.m.10 views

Picklescan is missing detection when calling built-in python idlelib.run.Executive.runcode

Summary Using idlelib.run.Executive.runcode 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 idlelib.run.Executive.runcode function in reduce method...

7.9AI score
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2025/08/26 9:34 p.m.13 views

Picklescan is missing detection when calling built-in python ensurepip._run_pip

Summary Using ensurepip.runpip 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 ensurepip.runpip function in reduce method Then when the victim after...

8.1CVSS7.9AI score0.00638EPSS
SaveExploits0References8Affected Software1
Github Security Blog
Github Security Blog
added 2025/08/26 6:36 p.m.14 views

Picklescan has a missing detection when calling built-in python idlelib.debugobj.ObjectTreeItem

Summary Using idlelib.debugobj.ObjectTreeItem.SetText, 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.debugobj.ObjectTreeItem.SetText function in...

8.1CVSS7.9AI score0.00253EPSS
SaveExploits0References8Affected Software1
Github Security Blog
Github Security Blog
added 2025/08/26 6:35 p.m.7 views

Picklescan has a missing detection when calling built-in python trace.Trace.run

Summary Using trace.Trace.run, 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 trace.Trace.run function in reduce method Then when the victim after checking...

7.9AI score
SaveExploits0References3Affected Software1
Positive Technologies
Positive Technologies
added 2025/08/26 12:00 a.m.18 views

PT-2026-51762

Name of the Vulnerable Software and Affected Versions picklescan versions prior to 0.0.29 Description An issue exists where the software fails to detect malicious pickle files that utilize the SetText function within idlelib.debugobj.ObjectTreeItem inside reduce methods. Attackers can craft pickl...

8.1CVSS6.6AI score0.00253EPSS
SaveExploits0References12
Positive Technologies
Positive Technologies
added 2025/08/26 12:00 a.m.21 views

PT-2026-51384

Name of the Vulnerable Software and Affected Versions picklescan versions 0.0.26 and earlier Description The software fails to detect the ensurepip. run pip built-in function when scanning pickle files. Attackers can craft malicious pickle files by embedding calls to ensurepip. run pip within...

8.1CVSS6AI score0.00638EPSS
SaveExploits0References11
Rows per page
Query Builder