Lucene search
+L

186 matches found

Positive Technologies
Positive Technologies
added 2026/06/03 12:00 a.m.37 views

PT-2026-45946

Name of the Vulnerable Software and Affected Versions huggingface/transformers version 5.2.0 Description A flaw in the LightGlue model loading path allows an attacker-controlled model repository to execute arbitrary code during model initialization. The issue occurs because the trust remote code...

9.6CVSS8AI score0.00597EPSS
SaveExploits1References23
CNNVD
CNNVD
added 2026/06/03 12:00 a.m.24 views

huggingface huggingface/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 multimodal models, and can be used for both inference and training. Version 5.2.0 of Hugging Face Transformers contains a...

9.6CVSS8AI score0.00597EPSS
SaveExploits1References9
OSV
OSV
added 2026/06/02 6:31 p.m.19 views

GHSA-M3V4-V5GX-7WF5 OpenMed vulnerable to remote code injection through privacy-filter model loading path

OpenMed before 1.5.2 contains a remote code execution vulnerability in the PII privacy-filter model loading path. The privacy-filter dispatcher used broad substring matching on the user-supplied modelname parameter, allowing a value such as attacker/foo-privacy-filter-bar to route through a path...

9.8CVSS6.4AI score0.00915EPSS
SaveExploits1References6
Github Security Blog
Github Security Blog
added 2026/06/02 6:31 p.m.16 views

OpenMed vulnerable to remote code injection through privacy-filter model loading path

OpenMed before 1.5.2 contains a remote code execution vulnerability in the PII privacy-filter model loading path. The privacy-filter dispatcher used broad substring matching on the user-supplied modelname parameter, allowing a value such as attacker/foo-privacy-filter-bar to route through a path...

9.8CVSS6.4AI score0.00915EPSS
SaveExploits1References6Affected Software1
CVE
CVE
added 2026/06/02 2:15 p.m.91 views

CVE-2026-47117

OpenMed prior to version 1.5.2 is affected by a remote code execution vulnerability in the PII privacy-filter model loading path. The privacy-filter dispatcher uses broad substring matching on the user-supplied model_name, enabling a value like attacker/foo-privacy-filter-bar to route to a path t...

9.8CVSS6.5AI score0.00915EPSS
SaveExploits1References5
EUVD
EUVD
added 2026/06/02 2:15 p.m.24 views

EUVD-2026-33942

OpenMed before 1.5.2 contains a remote code execution vulnerability in the PII privacy-filter model loading path. The privacy-filter dispatcher used broad substring matching on the user-supplied modelname parameter, allowing a value such as attacker/foo-privacy-filter-bar to route through a path...

9.8CVSS6.5AI score0.00915EPSS
SaveExploits1References4
attackerkb
attackerkb
added 2026/06/02 2:15 p.m.12 views

CVE-2026-47117

OpenMed before 1.5.2 contains a remote code execution vulnerability in the PII privacy-filter model loading path. The privacy-filter dispatcher used broad substring matching on the user-supplied modelname parameter, allowing a value such as attacker/foo-privacy-filter-bar to route through a path...

9.8CVSS6.5AI score0.00915EPSS
SaveExploits1References5
Snyk
Snyk
added 2026/05/28 8:50 p.m.16 views

Directory Traversal

Overview vllm is an A high-throughput and memory-efficient inference and serving engine for LLMs Affected versions of this package are vulnerable to Directory Traversal via the hardcoded trustremotecode parameter in the model loading process. An attacker can execute arbitrary code by supplying a...

8.8CVSS7.9AI score0.00747EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/05/28 6:04 p.m.25 views

EUVD-2026-32979

vllm-project/vllm version 0.14.1 contains a vulnerability where the trustremotecode=True parameter is hardcoded in two model implementation files vllm/modelexecutor/models/nemotronvl.py and vllm/modelexecutor/models/kimik25.py. This bypasses the user's explicit --trust-remote-code=False setting,...

8.8CVSS7.9AI score0.00747EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/05/28 6:04 p.m.16 views

CVE-2026-4944 Hardcoded trust_remote_code=True in vllm-project/vllm Bypasses User Security Control

vllm-project/vllm version 0.14.1 contains a vulnerability where the trustremotecode=True parameter is hardcoded in two model implementation files vllm/modelexecutor/models/nemotronvl.py and vllm/modelexecutor/models/kimik25.py. This bypasses the user's explicit --trust-remote-code=False setting,...

8.8CVSS7.9AI score0.00747EPSS
SaveExploits0References1
attackerkb
attackerkb
added 2026/05/28 6:04 p.m.22 views

CVE-2026-4944

vllm-project/vllm version 0.14.1 contains a vulnerability where the trustremotecode=True parameter is hardcoded in two model implementation files vllm/modelexecutor/models/nemotronvl.py and vllm/modelexecutor/models/kimik25.py. This bypasses the user's explicit --trust-remote-code=False setting,...

9.8CVSS7.4AI score0.0083EPSS
SaveExploits1References2
Positive Technologies
Positive Technologies
added 2026/05/28 12:00 a.m.26 views

PT-2026-44487

vllm-project/vllm version 0.14.1 contains a vulnerability where the trust remote code=True parameter is hardcoded in two model implementation files vllm/model executor/models/nemotron vl.py and vllm/model executor/models/kimi k25.py. This bypasses the user's explicit --trust-remote-code=False...

8.8CVSS7.9AI score0.00747EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2026/05/28 12:00 a.m.36 views

vLLM 安全漏洞

vLLM is an open-source LLM-based inference and service engine that features high throughput and efficient memory usage. Version vLLM 0.14.1 contains a security vulnerability caused by the hardcoding of the trustremotecode=True parameter, which may lead to remote code execution...

8.8CVSS7.6AI score0.00747EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2026/05/26 8:14 p.m.24 views

CVE-2026-5817

The vllm-metal inference backend in Docker Model Runner on macOS unconditionally sets trustremotecode=True when loading model tokenizers, and runs without sandboxing. This causes transformers.AutoTokenizer.frompretrained to import and execute arbitrary Python files included in any model pulled fr...

8.8CVSS6.5AI score0.00224EPSS
SaveExploits1References1
OSV
OSV
added 2026/05/26 1:30 p.m.18 views

GHSA-29PF-2H5F-8G72 HuggingFace transformers vulnerable to remote code execution

A critical remote code execution vulnerability exists in all versions of the HuggingFace transformers library prior to version 5.3.0. The vulnerability allows an attacker to craft a malicious config.json file containing the attnimplementationinternal field set to an attacker-controlled HuggingFac...

7.8CVSS7.8AI score0.00479EPSS
SaveExploits1References4
NVD
NVD
added 2026/05/24 2:16 p.m.33 views

CVE-2026-4372

A critical remote code execution vulnerability exists in all versions of the HuggingFace transformers library prior to version 5.3.0. The vulnerability allows an attacker to craft a malicious config.json file containing the attnimplementationinternal field set to an attacker-controlled HuggingFac...

7.8CVSS0.00479EPSS
SaveExploits1References2
EUVD
EUVD
added 2026/05/24 1:40 p.m.35 views

EUVD-2026-31598

A critical remote code execution vulnerability exists in all versions of the HuggingFace transformers library prior to version 5.3.0. The vulnerability allows an attacker to craft a malicious config.json file containing the attnimplementationinternal field set to an attacker-controlled HuggingFac...

7.8CVSS7.8AI score0.00479EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2026/05/24 1:40 p.m.83 views

CVE-2026-4372 Arbitrary Remote Code Execution via `_attn_implementation_internal` Config Injection in huggingface/transformers

A critical remote code execution vulnerability exists in all versions of the HuggingFace transformers library prior to version 5.3.0. The vulnerability allows an attacker to craft a malicious config.json file containing the attnimplementationinternal field set to an attacker-controlled HuggingFac...

7.8CVSS0.00479EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2026/05/22 7:24 p.m.25 views

CVE-2026-5817 Docker Model Runner container-to-host code execution via unsandboxed trust_remote_code in Python inference backends

The vllm-metal inference backend in Docker Model Runner on macOS unconditionally sets trustremotecode=True when loading model tokenizers, and runs without sandboxing. This causes transformers.AutoTokenizer.frompretrained to import and execute arbitrary Python files included in any model pulled fr...

8.8CVSS0.00224EPSS
SaveExploits1References1
EUVD
EUVD
added 2026/05/22 7:24 p.m.22 views

EUVD-2026-31493

The vllm-metal inference backend in Docker Model Runner on macOS unconditionally sets trustremotecode=True when loading model tokenizers, and runs without sandboxing. This causes transformers.AutoTokenizer.frompretrained to import and execute arbitrary Python files included in any model pulled fr...

8.8CVSS6.5AI score0.00224EPSS
SaveExploits1References1
Rows per page
Query Builder