Vulnerability Description
vllm-project/vllm version 0.14.1 contains a vulnerability where the `trust_remote_code=True` parameter is hardcoded in two model implementation files (`vllm/model_executor/models/nemotron_vl.py` and `vllm/model_executor/models/kimi_k25.py`). This bypasses the user's explicit `--trust-remote-code=False` setting, enabling remote code execution via malicious HuggingFace model repositories. This issue is an incomplete fix for CVE-2025-66448 and CVE-2026-22807, as it affects separate code paths in model implementation files. Deployments loading NemotronVL or KimiK25 models are particularly impacted.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://huntr.com/bounties/97f706f7-a852-49b2-a4eb-76811e611daf
- https://huntr.com/bounties/97f706f7-a852-49b2-a4eb-76811e611daf
FAQ
What is CVE-2026-4944?
CVE-2026-4944 is a vulnerability with a CVSS score of 8.8 (HIGH). vllm-project/vllm version 0.14.1 contains a vulnerability where the `trust_remote_code=True` parameter is hardcoded in two model implementation files (`vllm/model_executor/models/nemotron_vl.py` and `...
How severe is CVE-2026-4944?
CVE-2026-4944 has been rated HIGH with a CVSS base score of 8.8/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-4944?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.