CVE-2026-55514 PUBLISHED

vLLM denial of service via prompt embeds on M-RoPE models

Assigner: GitHub_M
Reserved: 16.06.2026 Published: 06.07.2026 Updated: 06.07.2026

vLLM is a library for LLM inference and serving. From 0.12.0 to before 0.24.0, sending a pure prompt embeds payload in a /v1/completions request with a model using M-RoPE causes EngineCore to fail an assertion and fatally crash, shutting down the entire server application. Any remote user who is authorized to make a /v1/completions request can make such a request and induce a crash. This issue is fixed in version 0.24.0.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N
CVSS Score: 7.1

Product Status

Vendor vllm-project
Product vllm
Versions
  • Version >= 0.12.0, < 0.24.0 is affected

References

Problem Types

  • CWE-617: Reachable Assertion CWE