CVE-2025-46722
Last modified
CVE-2025-46722 is a high-severity vulnerability rated 7.3/10 on the CVSS scale. vLLM is an inference and serving engine for large language models (LLMs). In versions starting from 0.7.0 to before 0.9.0, in the file vllm/multimodal/hasher.py, the MultiModalHasher class has a security and data integrity issue in its image hashing method. EPSS estimates a 0.27% chance of exploitation in the next 30 days.
Description
vLLM is an inference and serving engine for large language models (LLMs). In versions starting from 0.7.0 to before 0.9.0, in the file vllm/multimodal/hasher.py, the MultiModalHasher class has a security and data integrity issue in its image hashing method. Currently, it serializes PIL.Image.Image objects using only obj.tobytes(), which returns only the raw pixel data, without including metadata such as the image’s shape (width, height, mode). As a result, two images of different sizes (e.g., 30x100 and 100x30) with the same pixel byte sequence could generate the same hash value. This may lead to hash collisions, incorrect cache hits, and even data leakage or security risks. This issue has been patched in version 0.9.0.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Vllm | Vllm | >= 0.7.0, < 0.9.0 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2025-46722?
How severe is CVE-2025-46722?
How do I fix CVE-2025-46722?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2025
- CVE-2025-46717sudo-rs is a memory safe implementation of sudo and su writt…3.3
- CVE-2025-46718sudo-rs is a memory safe implementation of sudo and su writt…3.3
- CVE-2025-46719Open WebUI is a self-hosted artificial intelligence platform…5.4
- CVE-2025-4672The Offsprout Page Builder plugin for WordPress is vulnerabl…8.8
- CVE-2025-46720Keystone is a content management system for Node.js. Prior t…4.3
- CVE-2025-46721nosurf is cross-site request forgery (CSRF) protection middl…6.1
- CVE-2025-46723OpenVM is a performant and modular zkVM framework built for …7.8
- CVE-2025-46724Langroid is a Python framework to build large language model…9.8
- CVE-2025-46725Langroid is a Python framework to build large language model…9.8
- CVE-2025-46726Langroid is a framework for building large-language-model-po…9.1
- CVE-2025-46727Rack is a modular Ruby web server interface. Prior to versio…7.5
- CVE-2025-46728cpp-httplib is a C++ header-only HTTP/HTTPS server and clien…7.5
Are you affected by CVE-2025-46722?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
