CVE-2025-66448
BaseFortify
Publication date: 2025-12-01
Last updated on: 2025-12-03
Assigner: GitHub, Inc.
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| vllm | vllm | 0.11.1 |
| vllm | vllm | to 0.11.1 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-94 | The product constructs all or part of a code segment using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the syntax or behavior of the intended code segment. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in vLLM (prior to version 0.11.1) involves a critical remote code execution issue in the Nemotron_Nano_VL_Config class. When vLLM loads a model configuration containing an auto_map entry, it dynamically fetches and executes Python code from a remote repository specified in that entry. This happens even if the user sets trust_remote_code to False, allowing an attacker to trick the system into running malicious code by publishing a frontend repository whose config points to a malicious backend repository. This leads to silent execution of attacker-controlled code on the victim's machine.
How can this vulnerability impact me? :
This vulnerability can allow an attacker to execute arbitrary code remotely on your system with limited privileges. This can lead to compromise of confidentiality, integrity, and availability of your system and data, including potential data theft, system manipulation, or denial of service.
What immediate steps should I take to mitigate this vulnerability?
Upgrade vLLM to version 0.11.1 or later, as this version contains the fix for the critical remote code execution vulnerability. Avoid loading model configs that contain untrusted auto_map entries or explicitly ensure that trust_remote_code is set to False, although prior to 0.11.1 this setting does not prevent exploitation.