CVE Catalog

CVE-2026-27893

HighCVSS 8.8
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Elevated risk
1.36%

69th percentile - higher than 69% of all known CVEs

Summary

In vLLM from version 0.10.1 to 0.18.0, two model implementation files hardcode `trust_remote_code=True` when loading sub-components, bypassing the user's explicit `--trust-remote-code=False` security opt-out. This enables remote code execution via malicious model repositories even when the user has explicitly disabled remote code trust.

Risk Assessment

The organization can be attacked by supplying a malicious model, leading to remote code execution on the inference server, potentially allowing system takeover and access to sensitive data.

Recommendation

Immediately upgrade vLLM to version 0.18.0 or later, which patches this vulnerability. Until then, avoid loading models from untrusted sources.

Other vulnerabilities in vLLM

See all
Original NVD description (English source)

vLLM is an inference and serving engine for large language models (LLMs). Starting in version 0.10.1 and prior to version 0.18.0, two model implementation files hardcode `trust_remote_code=True` when loading sub-components, bypassing the user's explicit `--trust-remote-code=False` security opt-out. This enables remote code execution via malicious model repositories even when the user has explicitly disabled remote code trust. Version 0.18.0 patches the issue.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS