CVE-2026-6607 Details
Description
A security vulnerability has been detected in lm-sys fastchat up to 0.2.36. This issue affects the function api_generate of the component Worker API Endpoint. The manipulation leads to resource consumption. The attack can be initiated remotely. The exploit has been disclosed publicly and may be used. The identifier of the patch is c9e84b89c91d45191dc24466888de526fa04cf33. It is suggested to install a patch to address this issue. Commit ff66426 patched this issue in api_generate of base_model_worker.py and did miss other entry points.
A denial-of-service vulnerability has been identified in lm-sys FastChat versions through 0.2.36. The issue arises in the Worker API Endpoint, specifically within the 'api_generate' and 'api_get_embeddings' functions. These endpoints are part of the FastAPI application and are intended to be non-blocking. However, they directly execute synchronous, resource-intensive tasks, such as GPU inference and network requests to the Hugging Face Inference API, on the main event loop thread. This oversight completely freezes the asyncio event loop, preventing the server from processing concurrent requests or responding to vital health check signals. As a result, the affected model worker becomes unresponsive for the duration of the blocked operation, which can range from several seconds to minutes, depending on the task.
Users are advised to update to the patched version of FastChat, where this vulnerability has been addressed by wrapping the blocking calls in 'asyncio.to_thread()', allowing them to be processed without freezing the event loop.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Apr 20, 2026CISA-ADP
Assessed Apr 20, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://gist.github.com/YLChen-007/87216a2d97a882d619e11dc67cd473b5 | [email protected] | ExploitTechnical Analysis |
| https://github.com/lm-sys/FastChat/ | [email protected] | Vendor |
| https://github.com/lm-sys/FastChat/commit/c9e84b89c91d45191dc24466888de526fa04cf33 | [email protected] | Source CodeVendor |
| https://github.com/lm-sys/FastChat/issues/3833 | [email protected] | ExploitIssue TrackingTechnical DescriptionVendor |
| https://github.com/lm-sys/FastChat/pull/3835 | [email protected] | Issue TrackingVendor |
| https://vuldb.com/submit/792227 | [email protected] | Technical Description |
| https://vuldb.com/vuln/358242 | [email protected] | AdvisoryExploitRemedyVendor |
| https://vuldb.com/vuln/358242/cti | [email protected] | Content Wall |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-400 | Uncontrolled Resource Consumption | [email protected] |
| CWE-404 | Improper Resource Shutdown or Release | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| lm-sys FastChat | All versions |
CPE
Remediation
| |
Change History
3 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Apr 20, 2026 | New CVE Received | [email protected] |
Volerion