Lucene search
+L

172 matches found

RedhatCVE
RedhatCVE
added 2026/09/12 12:34 p.m.10 views

CVE-2026-90553

A flaw was found in vLLM. The LlavaOnevision2 processor loader incorrectly ignores the trustremotecode parameter, which is designed to prevent the execution of untrusted code. This oversight allows an attacker to craft a malicious model containing arbitrary code. When such a model is loaded, the...

8.5CVSS0.00207EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/09/12 12:00 a.m.11 views

PT-2026-90658

vLLM before 0.28.0 contains a remote code execution vulnerability in the LlavaOnevision2 processor loader that ignores the trust remote code parameter when loading remote processor classes. Attackers can craft a malicious model with arbitrary code in processing llava onevision2.py that executes...

8.5CVSS0.00207EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/09/08 9:27 p.m.8 views

Windows ML CLI: CORS misconfig enables localhost RCE

Case Description: MSRC Notes: Attachments: 1 files attached 1 mp4 Summary: The vulnerability lies in the 'serve/cliapi.py' component of the 'winml-cli' project, which exposes all winml CLI commands over HTTP without authentication. Although it binds to localhost by default, it sets 'alloworigins'...

8.6CVSS0.00945EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/09/08 9:27 p.m.5 views

GHSA-96P9-RH4F-92CF Windows ML CLI: CORS misconfig enables localhost RCE

Case Description: MSRC Notes: Attachments: 1 files attached 1 mp4 Summary: The vulnerability lies in the 'serve/cliapi.py' component of the 'winml-cli' project, which exposes all winml CLI commands over HTTP without authentication. Although it binds to localhost by default, it sets 'alloworigins'...

8.6CVSS0.00945EPSS
SaveExploits0References5
NVD
NVD
added 2026/09/05 11:16 a.m.7 views

CVE-2026-86169

Axolotl before 0.19.0 contains a remote code execution vulnerability in the multipack patch path where trustremotecode defaults to None instead of False, causing the security guard to be bypassed. Attackers can execute arbitrary Python code by crafting a malicious Hugging Face model repository...

8.8CVSS0.00494EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2026/09/05 11:01 a.m.42 views

CVE-2026-86169 Axolotl before 0.19.0 Remote Code Execution via Multipack Patching

Axolotl before 0.19.0 contains a remote code execution vulnerability in the multipack patch path where trustremotecode defaults to None instead of False, causing the security guard to be bypassed. Attackers can execute arbitrary Python code by crafting a malicious Hugging Face model repository...

8.8CVSS0.00494EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2026/09/05 12:00 a.m.19 views

PT-2026-86396

Name of the Vulnerable Software and Affected Versions Axolotl versions prior to 0.18.1 Description A remote code execution issue exists in the multipack patch path. The security guard is bypassed because the trust remote code variable defaults to None instead of False. An attacker can execute...

8.8CVSS6.5AI score0.00494EPSS
SaveExploits0References10
NVD
NVD
added 2026/09/02 8:17 p.m.7 views

CVE-2026-84452

Windows ML CLI is a command line tool for building portable, performant, and high-quality AI models for Windows ML. Prior to 0.4.0, the src/winml/modelkit/serve/cliapi.py component exposes WinML CLI commands through a localhost HTTP API without authentication and configures the alloworigins setti...

8.6CVSS0.00945EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/09/02 12:00 a.m.17 views

PT-2026-84865

Name of the Vulnerable Software and Affected Versions Windows ML CLI versions prior to 0.4.0 Description The src/winml/modelkit/serve/cli api.py component exposes commands through a localhost HTTP API without authentication and uses a wildcard for the allow origins setting. This allows a maliciou...

8.6CVSS6.3AI score0.00945EPSS
SaveExploits0References13
CVE
CVE
added 2026/09/01 1:40 p.m.56 views

CVE-2026-80047

Hugging Face Transformers (versions 4.49.0 through 5.8.1) contains a consent-bypass flaw in GenerativePreTrainedModel.load_custom_generate() . The function fetches and writes a remote Python module to ~/.cache/huggingface/modules via an unconditional file copy in dynamic_module_utils.py before ev...

7.8CVSS6AI score0.00082EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/08/24 12:00 a.m.27 views

PT-2026-80851

Xinference loads models with Hugging Face remote code execution unconditionally enabled, and before version 2.12.0 exposes no setting to disable it. Six loader call sites pass trust remote code=True as a literal or as an unconditional default: RerankModel. get tokenizer in...

8.8CVSS6.5AI score0.0071EPSS
SaveExploits0References6
RedhatCVE
RedhatCVE
added 2026/08/06 4:00 p.m.12 views

CVE-2026-68770

A flaw was found in sentence-transformers. A remote attacker could exploit a logic flaw to bypass a security control designed to prevent the execution of untrusted code. This vulnerability allows for arbitrary code execution when an application loads a model from a directory that has been...

9.8CVSS6.2AI score0.00647EPSS
SaveExploits0References8
The Hacker News
The Hacker News
added 2026/08/03 6:40 a.m.18 views

Hugging Face Diffusers Flaws Could Let Model Repositories Execute Arbitrary Code

Three high-severity security flaws have been disclosed in Hugging Face's Diffusers library that could allow crafted model repositories to stealthily execute arbitrary code on machines that load it, opening the artificial intelligence AI supply chain to security risk. "These vulnerabilities are...

8.8CVSS6.6AI score0.01071EPSS
SaveExploits3
NVD
NVD
added 2026/07/31 9:17 p.m.17 views

CVE-2026-68770

sentence-transformers contains a security control bypass vulnerability that allows attackers to achieve arbitrary code execution by exploiting a logic flaw in the importmoduleclass helper within sentencetransformers/util/misc.py, where the guard condition includes an 'or...

9.8CVSS0.00647EPSS
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 2026/07/31 8:56 p.m.14 views

CVE-2026-68770

sentence-transformers contains a security control bypass vulnerability that allows attackers to achieve arbitrary code execution by exploiting a logic flaw in the importmoduleclass helper within sentencetransformers/util/misc.py, where the guard condition includes an 'or...

9.8CVSS6.4AI score0.00647EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/31 8:56 p.m.32 views

CVE-2026-68770 sentence-transformers Arbitrary Code Execution on Local Model Load Despite trust_remote_code=False

sentence-transformers contains a security control bypass vulnerability that allows attackers to achieve arbitrary code execution by exploiting a logic flaw in the importmoduleclass helper within sentencetransformers/util/misc.py, where the guard condition includes an 'or...

9.3CVSS6.4AI score
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2026/07/31 8:56 p.m.8 views

CVE-2026-68770 sentence-transformers Arbitrary Code Execution on Local Model Load Despite trust_remote_code=False

sentence-transformers contains a security control bypass vulnerability that allows attackers to achieve arbitrary code execution by exploiting a logic flaw in the importmoduleclass helper within sentencetransformers/util/misc.py, where the guard condition includes an 'or...

9.8CVSS6.4AI score0.00647EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/07/31 8:56 p.m.16 views

EUVD-2026-51650

sentence-transformers contains a security control bypass vulnerability that allows attackers to achieve arbitrary code execution by exploiting a logic flaw in the importmoduleclass helper within sentencetransformers/util/misc.py, where the guard condition includes an 'or...

9.8CVSS6.4AI score0.00647EPSS
SaveExploits0References5
CVE
CVE
added 2026/07/31 8:56 p.m.105 views

CVE-2026-68770

The CVE affects the sentence-transformers library, where a logic flaw in the import_module_class helper (sentence_transformers/util/misc.py) adds an incorrect guard: os.path.exists(model_name_or_path) causes the trust_remote_code gate to pass whenever the provided path exists locally. This enable...

9.8CVSS6.4AI score0.00647EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/07/31 12:00 a.m.23 views

PT-2026-66862

Name of the Vulnerable Software and Affected Versions sentence-transformers affected versions not specified Description A security control bypass exists due to a logic flaw in the import module class helper within sentence transformers/util/misc.py. The guard condition includes an or...

9.8CVSS5.8AI score0.00647EPSS
SaveExploits0References7
Rows per page
Query Builder