GHSA-rm76-4mrf-v9r8 · Severity: low · Ecosystem: pip — vLLM uses Python 3.12 built-in hash() which leads to predictable hash collisions in prefix cache
vLLM is a high-throughput and memory-efficient inference and serving engine for LLMs. Maliciously constructed statements can lead to hash collisions, resulting in cache reuse, which can interfere with subsequent responses and cause unintended behavior. Prefix caching makes use of Python's built-in hash() function. As of Python 3.12, the behavior of hash(None) has changed to be a predictable constant value. This makes it more feasible that someone could try exploit hash collisions. The impact of a collision would be using cache that was generated using different content. Given knowledge of prompts in use and predictable hashing behavior, someone could intentionally populate the cache using a prompt known to collide with another prompt in use. This issue has been addressed in version 0.7.2 and all users are advised to upgrade. There are no known workarounds for this vulnerability.
Conclusion & alert: CVE-2025-25183 is rated Low Risk (29.7/100): CVSS Low severity, with medium exploitation likelihood (EPSS 0.32%). Mandatory action: Monitor for updates and reassess as exploit intelligence or EPSS changes.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 1 | 2026-03-28 | 0.36% | 0.32% | -0.04% |
| 2 | 2026-03-19 | 0.31% | 0.36% | +0.05% |
| 3 | 2026-03-18 | — | 0.31% | — |
Full EPSS history (5 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 2.6 | 3.1 | LOW |
|
1.2 | 1.4 | [email protected] |
GHSA-rm76-4mrf-v9r8 · Severity: low · Ecosystem: pip — vLLM uses Python 3.12 built-in hash() which leads to predictable hash collisions in prefix cache
| vendor | priority | summary | link |
|---|---|---|---|
redhat
|
low | — | https://access.redhat.com/security/cve/CVE-2025-25183 |
| URL | Tags |
|---|---|
| https://github.com/python/cpython/commit/432117cd1f59c76d97da2eaff55a7d758301dbc7 | Not Applicable |
| https://github.com/vllm-project/vllm/pull/12621 | Issue Tracking |
| https://github.com/vllm-project/vllm/security/advisories/GHSA-rm76-4mrf-v9r8 | Vendor Advisory |