CVE-2026-4944
8.8vllm-project · vllm
The vllm library is vulnerable to path traversal, allowing attackers to potentially access or manipulate files outside of the intended directory.
Executive summary
A path traversal vulnerability in the vllm library poses a significant risk of unauthorized file access and potential system compromise.
Vulnerability
This vulnerability is a Path Traversal (CWE-22) issue, where improper limitation of a pathname allows unauthorized file system access. The attack vector is network-based and does not require authentication, though it may require user interaction.
Business impact
Successful exploitation allows an attacker to read or potentially write arbitrary files on the host system, leading to full confidentiality, integrity, and availability impact. With a CVSS score of 8.8, this flaw represents a high-severity risk that could facilitate credential theft or further lateral movement within the infrastructure.
Remediation
Immediate Action: Monitor official repository channels for a security patch; if no fix is available, restrict network access to the vllm service to trusted segments only.
Proactive Monitoring: Inspect system logs for unusual file access patterns or attempts to navigate directory structures outside of expected application paths.
Compensating Controls: Deploy a Web Application Firewall (WAF) or file system monitoring tools to detect and block path traversal sequences (e.g., ../) in incoming traffic.
Exploitation status
Public Exploit Available: Unknown.
Analyst recommendation
Given the high CVSS score and the existence of a proof-of-concept, users should prioritize isolating vulnerable instances from external networks. Organizations must monitor the vllm-project repository for release updates and apply the necessary patches as soon as they become available.