Lucene search
+L

156 matches found

Positive Technologies
Positive Technologies
added 2026/05/21 12:00 a.m.26 views

PT-2026-42632

Summary lmdeploy hardcodes trust remote code=True in multiple HuggingFace model-loading call sites. The affected code paths are in: text lmdeploy/archs.py lmdeploy/utils.py The vulnerable call sites pass trust remote code=True into HuggingFace Transformers APIs such as AutoConfig.from pretrained,...

7.8CVSS6.7AI score
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/05/21 12:00 a.m.23 views

PT-2026-42668

Name of the Vulnerable Software and Affected Versions LMDeploy versions 0.12.3 and earlier Description LMDeploy contains an implicit unsafe remote-code load path because it hardcodes the trust remote code=True parameter when fetching models. This configuration overrides the default-secure stance ...

7.8CVSS6.5AI score0.00148EPSS
SaveExploits0References13
Positive Technologies
Positive Technologies
added 2026/05/21 12:00 a.m.22 views

PT-2026-42614

📋 Reframing 2026-05-02: implicit unsafe remote-code path, not "supply-chain" The accurate description of this vulnerability is: "get model arch and related helpers hardcode trust remote code=True with no opt-out, creating an implicit unsafe remote-code load path on every model fetch." What this...

7.8CVSS6.5AI score
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/05/20 3:31 p.m.18 views

Diffusers: TOCTOU Trust Remote Code Bypass

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

7.5CVSS6.4AI score0.00376EPSS
SaveExploits1References8Affected Software1
OSV
OSV
added 2026/05/20 3:31 p.m.40 views

GHSA-7WX4-6VFF-V64P Diffusers: TOCTOU Trust Remote Code Bypass

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

7.5CVSS6.4AI score0.00376EPSS
SaveExploits1References8
Github Security Blog
Github Security Blog
added 2026/05/18 6:31 p.m.40 views

ChromaDB Python project has a pre-authentication code injection vulnerability

A pre-authentication, code injection vulnerability in version 1.0.0 or later of the ChromaDB Python project allows an unauthenticated attacker to run arbitrary code on the server by sending a malicious model repository and trustremotecode set to true in...

10CVSS6.1AI score0.12387EPSS
SaveExploits2References4Affected Software1
Cvelist
Cvelist
added 2026/05/18 3:59 p.m.73 views

CVE-2026-45829

A pre-authentication, code injection vulnerability in version 1.0.0 or later of the ChromaDB Python project allows an unauthenticated attacker to run arbitrary code on the server by sending a malicious model repository and trustremotecode set to true in...

10CVSS0.12387EPSS
SaveExploits2References2
Snyk
Snyk
added 2026/05/18 3:59 p.m.14 views

Deserialization of Untrusted Data

Overview chromadb is a Chroma. Affected versions of this package are vulnerable to Deserialization of Untrusted Data via the trustremotecode process. An attacker can execute arbitrary code on the server by sending a malicious model repository to the /api/v2/tenants/tenant/databases/db/collections...

10CVSS6.2AI score0.12387EPSS
SaveExploits2References2
CVE
CVE
added 2026/05/18 3:59 p.m.122 views

CVE-2026-45829

CVE-2026-45829 affects the ChromaDB Python project (version 1.0.0 and later). It is a pre-authentication code-injection vulnerability that allows an unauthenticated attacker to execute arbitrary code on the server by supplying a malicious model repository and setting trust_remote_code to true via...

10CVSS6.1AI score0.12387EPSS
SaveExploits2References5
EUVD
EUVD
added 2026/05/18 3:59 p.m.19 views

EUVD-2026-30779

A pre-authentication, code injection vulnerability in version 1.0.0 or later of the ChromaDB Python project allows an unauthenticated attacker to run arbitrary code on the server by sending a malicious model repository and trustremotecode set to true in...

10CVSS6.1AI score0.12387EPSS
SaveExploits2References2
CNNVD
CNNVD
added 2026/05/18 12:00 a.m.24 views

chroma 代码注入漏洞

Chroma is an open-source AI data infrastructure tool developed by Chroma. Versions of Chroma 1.0.0 and later have a code injection vulnerability. This vulnerability stems from a pre-authentication code injection issue, allowing unauthenticated attackers to execute arbitrary code on the server by...

10CVSS6.3AI score0.12387EPSS
SaveExploits2References2
NVD
NVD
added 2026/05/14 5:16 p.m.19 views

CVE-2026-44827

Diffusers is the a library for pretrained diffusion models. Prior to 0.38.0, diffusers 0.37.0 allows remote code execution without the trustremotecode=True safeguard when loading pipelines from Hugging Face Hub repositories. The resolvecustompipelineandcls function in pipelineloadingutils.py...

8.8CVSS0.00562EPSS
SaveExploits1References1
OSV
OSV
added 2026/05/14 5:16 p.m.17 views

PYSEC-2026-41

Diffusers is the a library for pretrained diffusion models. Prior to 0.38.0, diffusers 0.37.0 allows remote code execution without the trustremotecode=True safeguard when loading pipelines from Hugging Face Hub repositories. The resolvecustompipelineandcls function in pipelineloadingutils.py...

8.8CVSS6.5AI score0.00562EPSS
SaveExploits1References1
PyPA
PyPA
added 2026/05/14 5:16 p.m.20 views

PYSEC-2026-40

Diffusers is the a library for pretrained diffusion models. Prior to 0.38.0, a trustremotecode bypass in DiffusionPipeline.frompretrained allows arbitrary remote code execution despite the user passing trustremotecode=False or omitting it, which is the default. The vulnerability has three variant...

8.8CVSS6.5AI score0.00848EPSS
SaveExploits1References1Affected Software1
OSV
OSV
added 2026/05/14 5:16 p.m.17 views

PYSEC-2026-40

Diffusers is the a library for pretrained diffusion models. Prior to 0.38.0, a trustremotecode bypass in DiffusionPipeline.frompretrained allows arbitrary remote code execution despite the user passing trustremotecode=False or omitting it, which is the default. The vulnerability has three variant...

8.8CVSS6.5AI score0.00848EPSS
SaveExploits1References1
Vulnrichment
Vulnrichment
added 2026/05/14 4:33 p.m.18 views

CVE-2026-44827 Diffusers: None.py Trust Remote Code Bypass

Diffusers is the a library for pretrained diffusion models. Prior to 0.38.0, diffusers 0.37.0 allows remote code execution without the trustremotecode=True safeguard when loading pipelines from Hugging Face Hub repositories. The resolvecustompipelineandcls function in pipelineloadingutils.py...

8.8CVSS6.5AI score0.00562EPSS
SaveExploits1References1
Cvelist
Cvelist
added 2026/05/14 4:33 p.m.51 views

CVE-2026-44827 Diffusers: None.py Trust Remote Code Bypass

Diffusers is the a library for pretrained diffusion models. Prior to 0.38.0, diffusers 0.37.0 allows remote code execution without the trustremotecode=True safeguard when loading pipelines from Hugging Face Hub repositories. The resolvecustompipelineandcls function in pipelineloadingutils.py...

8.8CVSS0.00562EPSS
SaveExploits1References1
OSV
OSV
added 2026/05/14 4:33 p.m.10 views

CVE-2026-44827 Diffusers: None.py Trust Remote Code Bypass

Diffusers is the a library for pretrained diffusion models. Prior to 0.38.0, diffusers 0.37.0 allows remote code execution without the trustremotecode=True safeguard when loading pipelines from Hugging Face Hub repositories. The resolvecustompipelineandcls function in pipelineloadingutils.py...

8.8CVSS6.8AI score
SaveExploits0References3
EUVD
EUVD
added 2026/05/14 4:26 p.m.75 views

EUVD-2026-30334

Diffusers is the a library for pretrained diffusion models. Prior to 0.38.0, a trustremotecode bypass in DiffusionPipeline.frompretrained allows arbitrary remote code execution despite the user passing trustremotecode=False or omitting it, which is the default. The vulnerability has three variant...

8.8CVSS6.5AI score0.00848EPSS
SaveExploits1References1
CVE
CVE
added 2026/05/14 4:26 p.m.63 views

CVE-2026-44513

Diffusers 0.38.0 fixes a trust_remote_code bypass in DiffusionPipeline.from_pretrained that allowed arbitrary remote code execution when using custom_pipeline or local snapshots. Root cause: the security gate was checked inside DiffusionPipeline.download(), but some code paths bypassed download()...

8.8CVSS6.5AI score0.00848EPSS
SaveExploits1References4Affected Software1
Rows per page
Query Builder