The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2024-10044

CVE-2024-10044: Lm-sys Fastchat SSRF Vulnerability

CVE-2024-10044 is a Server-Side Request Forgery flaw in Lm-sys Fastchat that allows attackers to exploit controller API server credentials for unauthorized web access. This article covers technical details, impact, and mitigation.

Published: April 15, 2026

CVE-2024-10044 Overview

A Server-Side Request Forgery (SSRF) vulnerability exists in the POST /worker_generate_stream API endpoint of the Controller API Server in lm-sys/fastchat, as of commit e208d5677c6837d590b81cb03847c0b9de100765. This vulnerability allows attackers to exploit the victim controller API server's credentials to perform unauthorized web actions or access unauthorized web resources by combining it with the POST /register_worker endpoint.

Critical Impact

Attackers can leverage this SSRF vulnerability to make unauthorized requests using the server's credentials, potentially accessing internal services, cloud metadata endpoints, or other protected resources that trust the FastChat server.

Affected Products

  • lm-sys FastChat (commit e208d5677c6837d590b81cb03847c0b9de100765 and related versions)
  • FastChat Controller API Server version 2024-09-23
  • FastChat deployments exposing the Controller API endpoints

Discovery Timeline

  • 2024-12-30 - CVE CVE-2024-10044 published to NVD
  • 2025-07-29 - Last updated in NVD database

Technical Details for CVE-2024-10044

Vulnerability Analysis

This SSRF vulnerability resides in the FastChat Controller API Server, specifically within the worker management functionality. FastChat is a popular open-source platform for training, serving, and evaluating large language model-based chatbots. The vulnerability enables attackers to abuse the server-side request capabilities of the controller to reach internal or external resources that would otherwise be inaccessible.

The exploitation chain involves two API endpoints working in conjunction. First, an attacker can use the /register_worker endpoint to register a malicious worker with an attacker-controlled URL. Subsequently, when the /worker_generate_stream endpoint processes requests intended for that worker, it makes server-side requests to the attacker-specified destination. This allows the attacker to pivot through the victim server and access resources using the server's network position and credentials.

The vulnerability has a changed scope impact, meaning successful exploitation can affect resources beyond the vulnerable component's security scope. This is particularly dangerous in cloud environments where internal metadata services or other microservices may be accessible from the FastChat server's network position.

Root Cause

The root cause is insufficient validation and sanitization of worker URLs during the registration and request forwarding process. The Controller API Server fails to properly restrict which URLs can be registered as worker endpoints and subsequently fails to validate the destinations before making server-side requests. This allows arbitrary URL injection through the /register_worker endpoint, which is then executed when the controller attempts to communicate with the registered worker through /worker_generate_stream.

Attack Vector

The attack exploits the trust relationship between the FastChat Controller and its registered workers. An attacker can perform the following attack sequence:

  1. The attacker sends a POST request to /register_worker with a malicious URL pointing to an internal service, cloud metadata endpoint, or other target resource
  2. The Controller API Server accepts this registration without proper URL validation
  3. When subsequent requests are processed through /worker_generate_stream, the controller makes authenticated requests to the attacker-specified URL
  4. The attacker receives responses from internal resources or can trigger actions on behalf of the FastChat server

This attack requires network access to the Controller API endpoints but does not require any authentication or user interaction, making it highly exploitable in exposed deployments. For detailed technical information, refer to the Huntr Bounty Report.

Detection Methods for CVE-2024-10044

Indicators of Compromise

  • Unusual worker registrations with internal IP addresses (e.g., 169.254.169.254, 127.0.0.1, 10.x.x.x, 192.168.x.x)
  • Worker URLs pointing to cloud metadata services (e.g., AWS 169.254.169.254/latest/meta-data/)
  • Unexpected outbound connections from the FastChat Controller to internal services
  • Multiple worker registrations from external sources with suspicious URL patterns

Detection Strategies

  • Monitor the /register_worker endpoint for requests containing internal IP addresses or cloud metadata URLs
  • Implement network traffic analysis to detect unusual outbound connections from FastChat server processes
  • Deploy web application firewall (WAF) rules to inspect and block SSRF payloads in worker registration requests
  • Configure logging for all worker registration events and correlate with network flow data

Monitoring Recommendations

  • Enable verbose logging on the FastChat Controller API Server to capture all worker registration and stream generation requests
  • Set up alerts for requests to /worker_generate_stream that result in connections to internal network ranges
  • Monitor for repeated failed connection attempts that may indicate SSRF probing activity
  • Implement egress filtering monitoring to detect unauthorized outbound requests from the FastChat deployment

How to Mitigate CVE-2024-10044

Immediate Actions Required

  • Restrict network access to the FastChat Controller API endpoints using firewall rules or network segmentation
  • Implement URL allowlisting for worker registration to only accept known, trusted worker endpoints
  • Deploy egress filtering to prevent the FastChat server from making requests to internal networks or cloud metadata services
  • Review recent worker registrations for any suspicious URLs and remove unauthorized entries

Patch Information

Users should monitor the lm-sys/fastchat repository for security updates addressing this vulnerability. Review the Huntr Bounty Report for the latest information on remediation status. Until an official patch is available, implement the workarounds described below to reduce exposure.

Workarounds

  • Deploy a reverse proxy or API gateway in front of the Controller API with URL validation rules to block SSRF payloads
  • Implement network-level controls to prevent the FastChat Controller from accessing internal services or cloud metadata endpoints
  • Use network segmentation to isolate the FastChat deployment from sensitive internal resources
  • Consider disabling or restricting access to the /register_worker endpoint if dynamic worker registration is not required in your deployment
bash
# Example iptables rules to block common SSRF targets
# Block access to AWS metadata service
iptables -A OUTPUT -d 169.254.169.254 -j DROP

# Block access to internal networks from FastChat container/server
iptables -A OUTPUT -d 10.0.0.0/8 -j DROP
iptables -A OUTPUT -d 172.16.0.0/12 -j DROP
iptables -A OUTPUT -d 192.168.0.0/16 -j DROP

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechLm Sys Fastchat

  • SeverityCRITICAL

  • CVSS Score9.3

  • EPSS Probability0.16%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-918
  • Technical References
  • Huntr Bounty Report
  • Related CVEs
  • CVE-2026-6608: lm-sys fastchat RCE Vulnerability

  • CVE-2026-6607: lm-sys fastchat DoS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English