---
id: CVE-2024-10907
aliases:
  - GHSA-qg86-f892-m4hj
  - PYSEC-2026-1398
title: FastChat Uncontrolled Resource Consumption vulnerability
summary: FastChat Uncontrolled Resource Consumption vulnerability
severity: high
cvss: 7.5
cvssVector: 'CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H'
vendor: fschat
product: fschat
ecosystem: pip
affected:
  - fschat <= 0.2.36
published: '2025-03-20'
updated: '2026-07-07'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-qg86-f892-m4hj'
references:
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2024-10907'
  - url: 'https://github.com/lm-sys/FastChat'
  - url: 'https://huntr.com/bounties/bf3ca81d-3508-4455-95d9-0b653e46d6e4'
tags:
  - osv
  - pip
epss: 0.00687
epssPercentile: 0.50557
ingestedAt: '2026-07-08T18:25:52.413Z'
---

## Overview

In lm-sys/fastchat Release v0.2.36, the server fails to handle excessive characters appended to the end of multipart boundaries. This flaw can be exploited by sending malformed multipart requests with arbitrary characters at the end of the boundary. Each extra character is processed in an infinite loop, leading to excessive resource consumption and a complete denial of service (DoS) for all users. The vulnerability is unauthenticated, meaning no user login or interaction is required for an attacker to exploit this issue.

## Affected packages

- `fschat <= 0.2.36`

## Remediation

Refer to the advisory for the patched release.
