Get a Demo

Let's Patch It!

Book a short call with one our specialists, we'll walk you through how Endor Patches work, and ask you a few questions about your environment (like your primary programming languages and repository management). We'll also send you an email right after you fill out the form, feel free to reply with any questions you have in advance!

CVE

CVE-2026-22807

vLLM affected by RCE via auto_map dynamic module loading during model initialization
Back to all
CVE

CVE-2026-22807

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

Summary

vLLM loads Hugging Face auto_map 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 Hugging Face repo) can achieve arbitrary code execution on the vLLM host during model load.  

This happens before any request handling and does not require API access.

---

Affected Versions

All versions where vllm/model_executor/models/registry.py resolves auto_map entries with trygetclassfromdynamic_module without checking trustremotecode (at least current main).

---

Details

During model resolution, vLLM unconditionally iterates auto_map entries from the model config and calls trygetclassfromdynamic_module, which delegates to Transformers’ getclassfromdynamicmodule and executes the module code.

This occurs even when trustremotecode is false, allowing a malicious model repo to embed code in a referenced module and have it executed during initialization.

Relevant code

  • vllm/model_executor/models/registry.py:856 — auto_map resolution  
  • vllm/transformersutils/dynamicmodule.py:13 — delegates to getclassfromdynamicmodule, which executes code

---

Fixes

  • https://github.com/vllm-project/vllm/pull/32194

Credits

Reported by bugbunny.ai

Package Versions Affected

Package Version
patch Availability
No items found.

Automatically patch vulnerabilities without upgrading

Fix Without Upgrading
Detect compatible fix
Apply safe remediation
Fix with a single pull request

CVSS Version

Severity
Base Score
CVSS Version
Score Vector
C
H
U
8.8
-
3.1
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
C
H
U
0
-
3.1
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
C
H
U
8.8
-
3.1
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H

Related Resources

No items found.

References

https://github.com/vllm-project/vllm/security/advisories/GHSA-2pc9-4j83-qjmr, https://nvd.nist.gov/vuln/detail/CVE-2026-22807, https://github.com/vllm-project/vllm/pull/32194, https://github.com/vllm-project/vllm/commit/78d13ea9de4b1ce5e4d8a5af9738fea71fb024e5, https://github.com/vllm-project/vllm, https://github.com/vllm-project/vllm/releases/tag/v0.14.0

Severity

8.8

CVSS Score
0
10

Basic Information

Ecosystem
Base CVSS
8.8
EPSS Probability
0.00056%
EPSS Percentile
0.17156%
Introduced Version
0.10.1,0.11.0
Fix Available
0.14.0

Fix Critical Vulnerabilities Instantly

Secure your app without upgrading.
Fix Without Upgrading