在 vLLM 0.29.0 之前, 函数在验证 时,依据的是分词器(tokenizer)的长度,而非模型输出 logits 的宽度。攻击者可以传入超过输出词汇表范围的 token ID,使其通过验证,从而导致 损坏 GPU logits 状态,并使得并发请求能够采样出不在其允许列表(allowlist)中的 token。
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| vllm-project | vllm | < 0.29.0 |
affected |
0.29.0 |
unaffected |
Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.
| Vendor | Product | Affected Versions | CPE | Subscribe |
|---|---|---|---|---|
| vllm-project | vllm | 0 ~ 0.29.0 | - |
|
| # | POC Description | Source Link | Shenlong Link |
|---|
No public POC found.
Login to generate AI POC| CVE-2026-93592 | 7.5 HIGH | vLLM before 0.28.0 Denial of Service via negative token ID |
| CVE-2026-93841 | 3.7 LOW | vLLM through 0.29.0 Adjacent-Request Sampler State Corruption via Unvalidated Prompt Token |
No comments yet