Lucene search
+L

67 matches found

CVE
CVE
added 2026/09/13 11:42 a.m.28 views

CVE-2026-90777

ESPnet before v.202609 deserializes pretrained model checkpoints using torch.load with weights_only=False, enabling arbitrary code execution from attacker-supplied files. The vulnerable code path is triggered when a malicious checkpoint file is loaded through the model initialization or fine-tuni...

8.8CVSS6.3AI score0.00507EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2026/09/13 12:00 a.m.13 views

PT-2026-90848

ESPnet before 202609 deserializes pretrained model checkpoints using torch.load with weights only=False, allowing arbitrary code execution from attacker-supplied files. Attackers can craft malicious checkpoint files that execute code during deserialization when loaded through the initialization o...

8.8CVSS6.3AI score0.00507EPSS
SaveExploits0References9
NVD
NVD
added 2026/08/02 4:16 p.m.19 views

CVE-2026-9856

A vulnerability in huggingface/transformers versions =5.8.0.dev0 allows an attacker to perform arbitrary file writes via path traversal. The issue resides in the savepretrained methods of PreTrainedTokenizerBase and ProcessorMixin, where keys from the chattemplate dictionary are used directly as...

7.1CVSS0.00295EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/02 3:10 p.m.19 views

EUVD-2026-52005

A vulnerability in huggingface/transformers versions =5.8.0.dev0 allows an attacker to perform arbitrary file writes via path traversal. The issue resides in the savepretrained methods of PreTrainedTokenizerBase and ProcessorMixin, where keys from the chattemplate dictionary are used directly as...

7.1CVSS7.2AI score0.00295EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/02 3:10 p.m.86 views

CVE-2026-9856

The CVE-2026-9856 entry describes a path traversal flaw in huggingface/transformers

7.1CVSS7.2AI score0.00295EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/08/02 3:10 p.m.20 views

CVE-2026-9856

A vulnerability in huggingface/transformers versions =5.8.0.dev0 allows an attacker to perform arbitrary file writes via path traversal. The issue resides in the savepretrained methods of PreTrainedTokenizerBase and ProcessorMixin, where keys from the chattemplate dictionary are used directly as...

7.1CVSS7.2AI score0.00295EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/02 3:10 p.m.12 views

CVE-2026-9856 Path Traversal in huggingface/transformers

A vulnerability in huggingface/transformers versions =5.8.0.dev0 allows an attacker to perform arbitrary file writes via path traversal. The issue resides in the savepretrained methods of PreTrainedTokenizerBase and ProcessorMixin, where keys from the chattemplate dictionary are used directly as...

7.1CVSS5.7AI score
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/02 3:10 p.m.63 views

CVE-2026-9856 Path Traversal in huggingface/transformers

A vulnerability in huggingface/transformers versions =5.8.0.dev0 allows an attacker to perform arbitrary file writes via path traversal. The issue resides in the savepretrained methods of PreTrainedTokenizerBase and ProcessorMixin, where keys from the chattemplate dictionary are used directly as...

7.1CVSS0.00295EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/08/02 12:00 a.m.60 views

PT-2026-67349

Name of the Vulnerable Software and Affected Versions huggingface/transformers versions prior to 5.8.0.dev0 Description An issue allows arbitrary file writes through path traversal, a technique used to access files and directories outside the intended folder. The flaw exists in the save pretraine...

7.1CVSS7.2AI score0.00295EPSS
SaveExploits0References16
RedhatCVE
RedhatCVE
added 2026/07/16 8:55 a.m.13 views

CVE-2026-45804

A flaw was found in Diffusers, a library for pretrained diffusion models. A remote attacker could exploit this vulnerability by crafting a malicious Hub repository with custom Python pipeline code. The DiffusionPipeline.frompretrained flow can bypass the trustremotecode security mechanism, allowi...

7.5CVSS6.3AI score0.00376EPSS
SaveExploits1References8
EUVD
EUVD
added 2026/07/15 4:05 p.m.23 views

EUVD-2026-44711

Diffusers is the a library for pretrained diffusion models. Prior to 0.38.0, Diffusers' DiffusionPipeline.frompretrained flow can bypass the trustremotecode guard because download validates modelindex.json and custom pipeline code before later loading from a cached folder that can change, allowin...

7.5CVSS6.2AI score0.00376EPSS
SaveExploits1References5
Positive Technologies
Positive Technologies
added 2026/07/13 12:00 a.m.18 views

PT-2026-59115

Background This vulnerability is found in the diffusers package - the transformers-equivalent library for diffusion models. It is found in the DiffusionPipeline.from pretrained flow, which is used to load a pipeline from the HuggingFace Hub. This function has a trust remote code guard: if the...

7.5CVSS6.5AI score0.00376EPSS
SaveExploits1References6
Vulnrichment
Vulnrichment
added 2026/06/30 12:54 p.m.14 views

CVE-2026-58116 LLaMA-Factory 0.9.5 Remote Code Execution via WebUI Model Path

LLaMA-Factory through 0.9.5 contains a remote code execution vulnerability that allows attackers with WebUI access to execute arbitrary Python code by supplying a malicious model path in the Chat or Training interfaces. The application passes user-supplied model path input unvalidated into...

9.8CVSS6.6AI score0.00904EPSS
SaveExploits2References2
CVE
CVE
added 2026/06/30 12:54 p.m.63 views

CVE-2026-58116

CVE-2026-58116 affects LLaMA-Factory up to version 0.9.5. A remote code execution vulnerability exists when a malicious model path is supplied via WebUI Chat/Training interfaces; unvalidated input is passed to AutoTokenizer.from_pretrained() and AutoModel.from_pretrained() with trust_remote_code=...

9.8CVSS6.6AI score0.00904EPSS
SaveExploits2References2Affected Software1
OSV
OSV
added 2026/06/30 12:54 p.m.13 views

CVE-2026-58116 LLaMA-Factory 0.9.5 Remote Code Execution via WebUI Model Path

LLaMA-Factory through 0.9.5 contains a remote code execution vulnerability that allows attackers with WebUI access to execute arbitrary Python code by supplying a malicious model path in the Chat or Training interfaces. The application passes user-supplied model path input unvalidated into...

9.3CVSS6.8AI score
SaveExploits0References5
Packet Storm News
Packet Storm News
added 2026/06/08 12:00 a.m.21 views

Model Poisoning against Federated Model Adaptation with Chain of Bit-Flips

Federated Learning FL allows a set of clients to collectively train a global model without sharing local training data. Giving the responsibility of the training to decentralized actors may lead to poisoning attacks: clients controlled by malicious third party potentially poison the training...

5.5AI score
SaveExploits0
RedhatCVE
RedhatCVE
added 2026/06/05 7:45 p.m.18 views

CVE-2026-31239

The mamba language model framework thru 2.2.6 is vulnerable to insecure deserialization CWE-502 when loading pre-trained models from HuggingFace Hub. The MambaLMHeadModel.frompretrained method uses torch.load to load the pytorchmodel.bin weight file without enabling the security-restrictive...

9.8CVSS5.8AI score0.00409EPSS
SaveExploits0References1
OSV
OSV
added 2026/06/03 2:16 p.m.11 views

PYSEC-2026-2290

A vulnerability in the LightGlue model loading path of huggingface/transformers version 5.2.0 allows an attacker-controlled model repository to execute arbitrary code during model initialization. The issue arises because the trustremotecode parameter, intended to prevent remote code execution, is...

9.6CVSS7.4AI score0.00597EPSS
SaveExploits1References8
NVD
NVD
added 2026/06/03 2:16 p.m.32 views

CVE-2026-5241

A vulnerability in the LightGlue model loading path of huggingface/transformers version 5.2.0 allows an attacker-controlled model repository to execute arbitrary code during model initialization. The issue arises because the trustremotecode parameter, intended to prevent remote code execution, is...

9.6CVSS0.00597EPSS
SaveExploits1References9
ATTACKERKB
ATTACKERKB
added 2026/06/03 12:33 p.m.21 views

CVE-2026-5241

A vulnerability in the LightGlue model loading path of huggingface/transformers version 5.2.0 allows an attacker-controlled model repository to execute arbitrary code during model initialization. The issue arises because the trustremotecode parameter, intended to prevent remote code execution, is...

8CVSS7.9AI score0.00597EPSS
SaveExploits1References3
Rows per page
Query Builder