Lucene search
+L

146 matches found

Cvelist
Cvelist
added 2026/04/07 5:22 a.m.40 views

CVE-2026-1839 Arbitrary Code Execution via Unsafe torch.load() in Trainer Checkpoint Loading in huggingface/transformers

A vulnerability in the HuggingFace Transformers library, specifically in the Trainer class, allows for arbitrary code execution. The loadrngstate method in src/transformers/trainer.py at line 3059 calls torch.load without the weightsonly=True parameter. This issue affects all versions of the...

6.5CVSS0.00349EPSS
SaveExploits1References2
CNNVD
CNNVD
added 2026/04/07 12:00 a.m.19 views

Hugging Face Transformers 安全漏洞

Hugging Face Transformers is an open-source framework developed by Hugging Face for defining state-of-the-art machine learning models. It covers text, visual, audio, and multi-modal models, and can be used for both inference and training. There is a security vulnerability in Hugging Face...

7.8CVSS7AI score0.00349EPSS
SaveExploits1References2
BDU FSTEC
BDU FSTEC
added 2026/02/04 12:00 a.m.9 views

The vulnerability of the weightsOnly parameter in the torch.load() function of the PyTorch machine learning framework allows a hacker to execute arbitrary code.

The vulnerability of the weightsOnly parameter in the torch.load function of the PyTorch machine learning framework is related to deficiencies in the deserialization mechanism. Exploiting this vulnerability could allow a malicious actor to execute arbitrary code remotely...

10CVSS6.3AI score0.00706EPSS
SaveExploits1References4Affected Software1
Huntr
Huntr
added 2026/01/07 5:21 a.m.36 views

Arbitrary Code Execution via Unsafe torch.load() in Trainer Checkpoint Loading

Summary A critical arbitrary code execution vulnerability exists in HuggingFace Transformers' Trainer class. The loadrngstate method at src/transformers/trainer.py:3059 calls torch.load without the weightsonly=True parameter. While a safeglobals context manager wraps this call, it provides no...

7.8CVSS6.6AI score0.00349EPSS
SaveExploits1
NVD
NVD
added 2025/12/26 10:15 p.m.11 views

CVE-2025-67729

LMDeploy is a toolkit for compressing, deploying, and serving LLMs. Prior to version 0.11.1, an insecure deserialization vulnerability exists in lmdeploy where torch.load is called without the weightsonly=True parameter when loading model checkpoint files. This allows an attacker to execute...

8.8CVSS0.00605EPSS
SaveExploits0References2
CVE
CVE
added 2025/12/26 9:54 p.m.24 views

CVE-2025-67729

LMDeploy prior to v0.11.1 is affected by an insecure deserialization vulnerability in torch.load() called without weights_only=True when loading model checkpoint files (.bin/.pt). This can allow an attacker to execute arbitrary code on the victim's machine. The issue is patched in v0.11.1. Affect...

8.8CVSS9.4AI score0.00605EPSS
SaveExploits0References2Affected Software1
Vulnrichment
Vulnrichment
added 2025/12/26 9:54 p.m.3 views

CVE-2025-67729 lmdeploy vulnerable to Arbitrary Code Execution via Insecure Deserialization in torch.load()

LMDeploy is a toolkit for compressing, deploying, and serving LLMs. Prior to version 0.11.1, an insecure deserialization vulnerability exists in lmdeploy where torch.load is called without the weightsonly=True parameter when loading model checkpoint files. This allows an attacker to execute...

8.8CVSS9.4AI score0.00605EPSS
SaveExploits0References2
OSV
OSV
added 2025/12/26 9:54 p.m.8 views

CVE-2025-67729 lmdeploy vulnerable to Arbitrary Code Execution via Insecure Deserialization in torch.load()

LMDeploy is a toolkit for compressing, deploying, and serving LLMs. Prior to version 0.11.1, an insecure deserialization vulnerability exists in lmdeploy where torch.load is called without the weightsonly=True parameter when loading model checkpoint files. This allows an attacker to execute...

8.8CVSS9.4AI score
SaveExploits0References4
Snyk
Snyk
added 2025/12/26 5:34 p.m.7 views

Deserialization of Untrusted Data

Overview Affected versions of this package are vulnerable to Deserialization of Untrusted Data in the torch.load function. An attacker can execute arbitrary code by providing a specially crafted model file that is loaded without proper security parameters. Details Serialization is a process of...

8.8CVSS7.6AI score0.00605EPSS
SaveExploits0References2
EUVD
EUVD
added 2025/12/26 5:34 p.m.10 views

EUVD-2025-205455

lmdeploy vulnerable to Arbitrary Code Execution via Insecure Deserialization in torch.load...

8.8CVSS9.2AI score0.00605EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2025/12/26 12:00 a.m.12 views

PT-2025-53604

Name of the Vulnerable Software and Affected Versions LMDeploy versions prior to 0.11.1 Description LMDeploy is a toolkit used for compressing, deploying, and serving LLMs. A flaw exists where the torch.load function is called without the weights only=True parameter when loading model checkpoint...

8.8CVSS7.4AI score0.00605EPSS
SaveExploits0References16
Veracode
Veracode
added 2025/11/26 2:27 p.m.10 views

Remote Command Execution

scio-pypi is vulnerable to Remote Command Execution. The vulnerability is due to torch.load executing unsafe deserialization even when weightsonly=True, which allows an attacker to craft malicious model files that trigger arbitrary code execution during loading...

8.2AI score
SaveExploits0
RedhatCVE
RedhatCVE
added 2025/11/25 7:07 a.m.9 views

CVE-2025-62164

A vulnerability in vLLM allows attackers to supply malicious serialized prompt-embedding tensors that are deserialized using torch.load without validation. Due to PyTorch 2.8.0 disabling sparse-tensor integrity checks by default, a crafted tensor can bypass bounds checks and cause an out-of-bound...

8.8CVSS8AI score0.00892EPSS
SaveExploits0References6
CVE
CVE
added 2025/11/21 1:18 a.m.68 views

CVE-2025-62164

The CVE affects vLLM (inference/serving engine) before 0.11.1, where the Completions API loads user-supplied prompt embeddings with torch.load() lacking proper validation. A PyTorch 2.8.0 change disables sparse-tensor invariants checks, allowing crafted tensors to bypass bounds checks and trigger...

8.8CVSS7.8AI score0.00892EPSS
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2025/11/20 8:59 p.m.20 views

vLLM deserialization vulnerability leading to DoS and potential RCE

Summary A memory corruption vulnerability that leading to a crash denial-of-service and potentially remote code execution RCE exists in vLLM versions 0.10.2 and later, in the Completions API endpoint. When processing user-supplied prompt embeddings, the endpoint loads serialized tensors using...

8.8CVSS8.3AI score0.00892EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2025/11/20 8:59 p.m.18 views

GHSA-MRW7-HF4F-83PF vLLM deserialization vulnerability leading to DoS and potential RCE

Summary A memory corruption vulnerability that leading to a crash denial-of-service and potentially remote code execution RCE exists in vLLM versions 0.10.2 and later, in the Completions API endpoint. When processing user-supplied prompt embeddings, the endpoint loads serialized tensors using...

8.8CVSS6.5AI score0.00892EPSS
SaveExploits0References8
Github Security Blog
Github Security Blog
added 2025/10/09 2:22 p.m.12 views

scio is vunerable to Remote Command Execution through PyTorch

Impact PyTorch reported a critical vulnerability when using torch.load, even with option weightsonly=True, for torch = 2.6, starting from scio = 1.0.1 currently in dev state. Workarounds You can manually check that you are using torch = 2.6...

6.9AI score
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/10/09 2:22 p.m.10 views

GHSA-M9MP-6X32-5RHG scio is vunerable to Remote Command Execution through PyTorch

Impact PyTorch reported a critical vulnerability when using torch.load, even with option weightsonly=True, for torch = 2.6, starting from scio = 1.0.1 currently in dev state. Workarounds You can manually check that you are using torch = 2.6...

9.3CVSS6.9AI score
SaveExploits0References3
EUVD
EUVD
added 2025/10/03 8:07 p.m.13 views

EUVD-2025-21558

Malicious code in bioql PyPI...

9.8CVSS6.6AI score0.00639EPSS
SaveExploits1References4
EUVD
EUVD
added 2025/10/03 8:07 p.m.17 views

EUVD-2025-25170

Malicious code in bioql PyPI...

6.5CVSS6.5AI score0.00496EPSS
SaveExploits1References5
Rows per page
Query Builder