Description
FastChat contains an authentication bypass vulnerability in the /register_worker endpoint that allows unauthenticated attackers to register arbitrary worker addresses and perform server-side request forgery. Attackers can register malicious workers under victim model names to intercept user prompts, images, and responses, or probe internal network ports across the worker mesh.
Published: 2026-09-04
Score: 9.3 Critical
EPSS: < 1% Very Low
KEV: No
Impact: Server‑Side Request Forgery
Action: Apply Patch
AI Analysis

Impact

FastChat suffers from an authentication bypass in the /register_worker endpoint, permitting attackers to register arbitrary worker addresses without credentials. This flaw allows server‑side request forgery (SSRF) and model‑spoofing attacks. An attacker can register malicious workers under legitimate model names and hijack user prompts, images, and replies, or probe internal network ports across the worker mesh. The vulnerability is classified as Missing Authentication and can lead to data interception and internal reconnaissance.

Affected Systems

Affected systems include FastChat from lm‑sys. The CNA data does not specify which releases are vulnerable; the issue was observed in repository commit lists but no exact version range is given, so any deployed FastChat instance remains at risk until a patched release is released.

Risk and Exploitability

A CVSS score of 9.3 places the flaw in the high‑severity range, and without an EPSS value, the exploitation probability remains unclear but the lack of authentication makes the attack path trivial. The vulnerability is not currently listed in the CISA KEV catalog, but the potential for widespread internal network discovery and data exfiltration makes timely remediation critical. Attackers can exploit the flaw by sending a crafted request to the vulnerable /register_worker endpoint from any host that can reach the FastChat service.

Generated by OpenCVE AI on September 4, 2026 at 15:42 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade FastChat to a version containing the fix for the /register_worker authentication bypass.
  • Configure the deployment to require authentication or restrict access to the /register_worker endpoint, ensuring only authorized services can register workers.
  • Apply network segmentation or firewall rules to block untrusted worker nodes from reaching sensitive internal endpoints, limiting the effect of any SSRF or model‑spoofing operations.

Generated by OpenCVE AI on September 4, 2026 at 15:42 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 04 Sep 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Fri, 04 Sep 2026 16:15:00 +0000

Type Values Removed Values Added
First Time appeared Lm-sys
Lm-sys fastchat
Vendors & Products Lm-sys
Lm-sys fastchat

Fri, 04 Sep 2026 14:45:00 +0000

Type Values Removed Values Added
Description FastChat contains an authentication bypass vulnerability in the /register_worker endpoint that allows unauthenticated attackers to register arbitrary worker addresses and perform server-side request forgery. Attackers can register malicious workers under victim model names to intercept user prompts, images, and responses, or probe internal network ports across the worker mesh.
Title FastChat Unauthenticated Worker Registration SSRF and Model Spoofing
Weaknesses CWE-306
References
Metrics cvssV3_1

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

cvssV4_0

{'score': 9.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:L/SC:N/SI:N/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-04T15:05:18.305Z

Reserved: 2026-09-04T13:51:51.902Z

Link: CVE-2026-85695

cve-icon Vulnrichment

Updated: 2026-09-04T15:05:08.828Z

cve-icon NVD

Status : Deferred

Published: 2026-09-04T15:17:47.690

Modified: 2026-09-10T15:53:23.707

Link: CVE-2026-85695

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-04T16:00:05Z

Weaknesses
  • CWE-306

    Missing Authentication for Critical Function