#VU119041 Protection mechanism failure in vLLM - CVE-2025-66448
Published: December 2, 2025
vLLM
vLLM
Description
The vulnerability allows a remote user to execute arbitrary code on the system.
The vulnerability exists due to the application ignores the "trust_remote_code=False" option set in vllm.transformers_utils.config.get_config file. A remote user can load a model config that contains an auto_map entry and execute arbitrary Python code from a remote repository referenced in auto_map string.