Description
vLLM is an inference and serving engine for large language models. Prior to 0.26.0, the validation_exception_handler in vllm/entrypoints/openai/server_utils.py converts FastAPI RequestValidationError objects with str(exc), and sanitize_message in vllm/entrypoints/utils.py does not remove traceback-style file paths, allowing unauthenticated malformed JSON requests to /v1/chat/completions, /v1/completions, /tokenize, and /detokenize to disclose the OS username, home and virtual-environment paths, Python version, internal package structure, line numbers, and endpoint handler names. This issue is fixed in version 0.26.0.
Published: 2026-08-13
Score: 5.3 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

vLLM, an inference engine for large language models, had a flaw that caused exception messages to expose internal system data. The vulnerability stems from the conversion of FastAPI RequestValidationError objects to strings without proper sanitization, allowing unauthenticated users to trigger detailed error responses. The information included the operating system username, home and virtual environment paths, Python version, internal package structure, line numbers, and endpoint handler names. This weakness is classified under CWE-209, which deals with information exposure through error handling.

Affected Systems

All installations of vllm prior to version 0.26.0 are affected. The flaw is present in the vllm/entrypoints/openai/server_utils.py and vllm/entrypoints/utils.py modules and affects the /v1/chat/completions, /v1/completions, /tokenize, and /detokenize endpoints. Upgrading to v0.26.0 or later removes the vulnerability.

Risk and Exploitability

The CVSS score of 5.3 indicates moderate severity. While the EPSS score is not available, the vulnerability can be exploited from any device that can send malformed JSON to the exposed endpoints, requiring no authentication. The lack of a KEV listing suggests no known widespread exploitation yet, but the internal data disclosed could assist attackers in planning further attacks. Organizations should treat this as a moderate risk that warrants prompt attention.

Generated by OpenCVE AI on August 13, 2026 at 17:10 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to vLLM version 0.26.0 or newer
  • If an upgrade is not immediately possible, restrict API access through authentication mechanisms and limit the exposure of error messages; consider adjusting the validation_exception_handler to return generic messages
  • Regularly review server logs to detect and block repeated malformed JSON requests and monitor for unusual endpoint usage

Generated by OpenCVE AI on August 13, 2026 at 17:10 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 13 Aug 2026 18:30:00 +0000

Type Values Removed Values Added
First Time appeared Vllm-project
Vllm-project vllm
Vendors & Products Vllm-project
Vllm-project vllm

Thu, 13 Aug 2026 15:15:00 +0000

Type Values Removed Values Added
Description vLLM is an inference and serving engine for large language models. Prior to 0.26.0, the validation_exception_handler in vllm/entrypoints/openai/server_utils.py converts FastAPI RequestValidationError objects with str(exc), and sanitize_message in vllm/entrypoints/utils.py does not remove traceback-style file paths, allowing unauthenticated malformed JSON requests to /v1/chat/completions, /v1/completions, /tokenize, and /detokenize to disclose the OS username, home and virtual-environment paths, Python version, internal package structure, line numbers, and endpoint handler names. This issue is fixed in version 0.26.0.
Title vLLM: Unauthenticated Internal Path and Username Disclosure via Validation Error Messages
Weaknesses CWE-209
References
Metrics cvssV3_1

{'score': 5.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N'}


Subscriptions

Vllm-project Vllm
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-13T14:50:03.539Z

Reserved: 2026-08-12T20:53:46.380Z

Link: CVE-2026-73555

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-13T15:20:17.773

Modified: 2026-08-13T15:20:17.773

Link: CVE-2026-73555

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T18:15:04Z

Weaknesses
  • CWE-209

    Generation of Error Message Containing Sensitive Information