Lucene search
+L

47 matches found

Kitploit
Kitploit
added 2026/09/06 3:06 p.m.7 views

draytek-arsenal

Draytek Arsenal: Observability and hardening toolkit for Draytek edge devices. Advanced attackers are increasingly choosing edge devices as targets. However, these devices are controlled by closed-source software known as firmware, often distributed in a proprietary format. This is an added...

6AI score
SaveExploits0
NVD
NVD
added 2026/09/01 2:17 p.m.9 views

CVE-2026-80047

A vulnerability in Hugging Face Transformers versions = 4.49.0 and = 5.8.1 allows remote Python files to be written to local disk without user consent when using GenerativePreTrainedModel.loadcustomgenerate. The function fetches and caches a remote module file before performing the required...

7.8CVSS0.00082EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/07/10 1:58 p.m.46 views

CVE-2026-61437 PraisonAI before 1.6.78 Remote Code Execution via tools.py

PraisonAI pip package praisonaiagents before 1.6.78 contains an unsafe dynamic module loading vulnerability in AgentFlow.resolvepydanticclass src/praisonai-agents/praisonaiagents/workflows/workflows.py. When a workflow step uses a string outputpydantic reference, the framework locates and imports...

8.5CVSS0.00174EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/07/10 1:58 p.m.18 views

EUVD-2026-42900

PraisonAI pip package praisonaiagents before 1.6.78 contains an unsafe dynamic module loading vulnerability in AgentFlow.resolvepydanticclass src/praisonai-agents/praisonaiagents/workflows/workflows.py. When a workflow step uses a string outputpydantic reference, the framework locates and imports...

8.5CVSS6.3AI score0.00174EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/07/10 1:58 p.m.9 views

CVE-2026-61437

PraisonAI pip package praisonaiagents before 1.6.78 contains an unsafe dynamic module loading vulnerability in AgentFlow.resolvepydanticclass src/praisonai-agents/praisonaiagents/workflows/workflows.py. When a workflow step uses a string outputpydantic reference, the framework locates and imports...

8.5CVSS6.3AI score0.00174EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/07 4:03 p.m.12 views

PYSEC-2026-2010 vLLM affected by RCE via auto_map dynamic module loading during model initialization

Summary vLLM loads Hugging Face automap dynamic modules during model resolution without gating on trustremotecode, allowing attacker-controlled Python code in a model repo/path to execute at server startup. --- Impact An attacker who can influence the model repo/path local directory or remote...

8.8CVSS6.2AI score0.00741EPSS
SaveExploits1References8
OSV
OSV
added 2026/07/07 4:03 p.m.14 views

PYSEC-2026-2015 vLLM vulnerable to remote code execution via transformers_utils/get_config

Summary vllm has a critical remote code execution vector in a config class named NemotronNanoVLConfig. When vllm loads a model config that contains an automap entry, the config class resolves that mapping with getclassfromdynamicmodule... and immediately instantiates the returned class. This...

7.1CVSS6.8AI score0.0066EPSS
SaveExploits0References7
OSV
OSV
added 2026/07/07 4:02 p.m.13 views

PYSEC-2026-1985 Transformers vulnerable to ReDoS attack through its get_imports() function

A Regular Expression Denial of Service ReDoS vulnerability was discovered in the Hugging Face Transformers library, specifically in the getimports function within dynamicmoduleutils.py. This vulnerability affects versions 4.49.0 and is fixed in version 4.51.0. The issue arises from a regular...

5.3CVSS6.4AI score0.00435EPSS
SaveExploits1References7
OSSF Malicious Packages
OSSF Malicious Packages
added 2026/03/24 9:08 a.m.12 views

Malicious code in @wame/ngx-adfs (npm)

Malicious package due to hex obfuscation, dynamic module loading, process access, suspicious install script, and untrustworthy project. --- -= Per source details. Do not edit below this line.=- Source: amazon-inspector ee67ae68f066d11c3e0625e260c588df3d43384ae91fe74292977ea5304684d9 The package...

5.9AI score
SaveExploits0References1
OSV
OSV
added 2026/03/24 9:06 a.m.11 views

MAL-2026-2416 Malicious code in oc-ccp-module-client (npm)

Malware due to hex obfuscation, suspicious install script, dynamic module loading, OS command access, process object access, and untrustworthy project. --- -= Per source details. Do not edit below this line.=- Source: amazon-inspector b2b4b9cee1369c441aa8d759bc04085a8e2b14786df20656a8c6bc249e6260...

5.8AI score
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/02/12 8:52 p.m.7 views

CVE-2026-26020 AutoGPT Affected by Remote Code Execution via Dynamic Module Import in Block Loading (__import__)

AutoGPT is a platform that allows users to create, deploy, and manage continuous artificial intelligence agents that automate complex workflows. Prior to 0.6.48, an authenticated user could achieve Remote Code Execution RCE on the backend server by embedding a disabled block inside a graph. The...

9.4CVSS6.3AI score0.0048EPSS
SaveExploits0References3
CVE
CVE
added 2026/01/21 9:13 p.m.68 views

CVE-2026-22807

Vulnerability CVE-2026-22807 affects vLLM versions prior to 0.14.0, where during model resolution the engine loads Hugging Face auto_map dynamic modules without gating on trust_remote_code. This allows attacker-controlled Python code in a model repo or path to execute at server startup, before an...

9.8CVSS6.5AI score0.00741EPSS
SaveExploits1References17Affected Software1
Vulnrichment
Vulnrichment
added 2026/01/21 9:13 p.m.5 views

CVE-2026-22807 vLLM affected by RCE via auto_map dynamic module loading during model initialization

vLLM is an inference and serving engine for large language models LLMs. Starting in version 0.10.1 and prior to version 0.14.0, vLLM loads Hugging Face automap dynamic modules during model resolution without gating on trustremotecode, allowing attacker-controlled Python code in a model repo/path ...

8.8CVSS6.5AI score0.00741EPSS
SaveExploits1References4
Github Security Blog
Github Security Blog
added 2026/01/21 4:12 p.m.22 views

vLLM affected by RCE via auto_map dynamic module loading during model initialization

Summary vLLM loads Hugging Face automap dynamic modules during model resolution without gating on trustremotecode, allowing attacker-controlled Python code in a model repo/path to execute at server startup. --- Impact An attacker who can influence the model repo/path local directory or remote...

9.8CVSS5.9AI score0.00741EPSS
SaveExploits1References22Affected Software1
EUVD
EUVD
added 2025/12/02 5:34 p.m.15 views

EUVD-2025-200115

vLLM vulnerable to remote code execution via transformersutils/getconfig...

7.1CVSS7.6AI score0.0066EPSS
SaveExploits0References4
Snyk
Snyk
added 2025/12/02 6:45 a.m.8 views

Use of Incorrectly-Resolved Name or Reference

Overview strands-agents is an A model-driven approach to building AI agents in just a few lines of code Affected versions of this package are vulnerable to Use of Incorrectly-Resolved Name or Reference via dynamic tool module registration in ToolLoader. The loadtoolsfromfilepath and loadpythontoo...

7.1CVSS6.7AI score
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2025/12/01 12:00 a.m.17 views

PT-2025-48580

Name of the Vulnerable Software and Affected Versions vLLM versions prior to 0.11.1 Description vLLM is an inference and serving engine for large language models LLMs. A critical issue exists in the Nemotron Nano VL Config class where remote code execution can occur. When vLLM loads a model...

8.8CVSS7.7AI score0.0066EPSS
SaveExploits0References18
EUVD
EUVD
added 2025/10/07 12:30 a.m.7 views

EUVD-2021-23358

Malware in sbrugna...

7.8CVSS7.6AI score0.01397EPSS
SaveExploits0References13
EUVD
EUVD
added 2025/10/03 8:07 p.m.8 views

EUVD-2023-25791

Malicious code in bioql PyPI...

6.2CVSS5.8AI score0.00113EPSS
SaveExploits0References1
OSSF Malicious Packages
OSSF Malicious Packages
added 2025/08/14 6:52 p.m.6 views

Malicious code in @fm-plugin/dynamic-module-provider (npm)

The package @fm-plugin/dynamic-module-provider was found to contain malicious code...

7AI score
SaveExploits0
Rows per page
Query Builder