Description
vLLM, an inference and serving engine for large language models (LLMs), has a Regular Expression Denial of Service (ReDoS) vulnerability in the file `vllm/entrypoints/openai/tool_parsers/pythonic_tool_parser.py` of versions 0.6.4 up to but excluding 0.9.0. The root cause is the use of a highly complex and nested regular expression for tool call detection, which can be exploited by an attacker to cause severe performance degradation or make the service unavailable. The pattern contains multiple nested quantifiers, optional groups, and inner repetitions which make it vulnerable to catastrophic backtracking. Version 0.9.0 contains a patch for the issue.
INFO
Published Date :
2025-05-30T17:36:16.716Z
Last Modified :
2025-05-30T17:58:23.074Z
Source :
GitHub_M
AFFECTED PRODUCTS
The following products are affected by CVE-2025-48887 vulnerability.
| Vendors | Products |
|---|---|
| Vllm |
|
REFERENCES
Here, you will find a curated list of external links that provide in-depth information to CVE-2025-48887.