GHSA-rh4j-5rhw-hr54 · Severity: high · Ecosystem: pip — vllm: Malicious model to RCE by torch.load in hf_model_weights_iterator
vLLM is a library for LLM inference and serving. vllm/model_executor/weight_utils.py implements hf_model_weights_iterator to load the model checkpoint, which is downloaded from huggingface. It uses the torch.load function and the weights_only parameter defaults to False. When torch.load loads malicious pickle data, it will execute arbitrary code during unpickling. This vulnerability is fixed in v0.7.0.
Conclusion & alert: CVE-2025-24357 is rated Moderate Risk (46.1/100): CVSS High severity, with low exploitation likelihood (EPSS 0.65%). Mandatory action: Review affected assets and schedule remediation.
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-06-15 | 0.66% | 0.65% | -0.02% |
| 2 | 2026-06-09 | 0.90% | 0.66% | -0.24% |
| 3 | 2026-06-06 | — | 0.90% | — |
Full EPSS history (13 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 7.5 | 3.1 | HIGH |
|
1.6 | 5.9 | [email protected] |
| 8.8 | 3.1 | HIGH |
|
2.8 | 5.9 | [email protected] |
GHSA-rh4j-5rhw-hr54 · Severity: high · Ecosystem: pip — vllm: Malicious model to RCE by torch.load in hf_model_weights_iterator
| vendor | priority | summary | link |
|---|---|---|---|
redhat
|
high | — | https://access.redhat.com/security/cve/CVE-2025-24357 |
| URL | Tags |
|---|---|
| https://github.com/vllm-project/vllm/commit/d3d6bb13fb62da3234addf6574922a4ec0513d04 | Patch |
| https://github.com/vllm-project/vllm/pull/12366 | Issue Tracking Patch |
| https://github.com/vllm-project/vllm/security/advisories/GHSA-rh4j-5rhw-hr54 | Vendor Advisory |
| https://pytorch.org/docs/stable/generated/torch.load.html | Technical Description |