---
id: CVE-2024-8984
aliases:
  - GHSA-fh2c-86xm-pm2x
  - PYSEC-2026-1545
title: LiteLLM Vulnerable to Denial of Service (DoS) via Crafted HTTP Request
summary: LiteLLM Vulnerable to Denial of Service (DoS) via Crafted HTTP Request
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: litellm
product: litellm
ecosystem: pip
affected:
  - litellm < 1.56.2
patched:
  - litellm 1.56.2
published: '2025-03-20'
updated: '2026-09-10'
sourceUpdated: '2026-09-10T03:50:23.212886789Z'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-fh2c-86xm-pm2x'
references:
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2024-8984'
  - url: >-
      https://github.com/BerriAI/litellm/commit/4f49f836aa844ac9b6bfbeff27e6f6b2b9cf3f61
  - url: 'https://github.com/BerriAI/litellm'
  - url: >-
      https://github.com/BerriAI/litellm/blob/8c5ff150f6142608ffe968e4e68429f978fda187/litellm/tests/test_spend_logs.py#L242
  - url: 'https://huntr.com/bounties/554fc76b-3097-4223-b4cf-110b853e9355'
tags:
  - osv
  - pip
epss: 0.0084
epssPercentile: 0.56367
ingestedAt: '2026-07-08T18:25:48.904Z'
---

## Overview

A Denial of Service (DoS) vulnerability exists in berriai/litellm version v1.44.5. This vulnerability can be exploited by appending characters, such as dashes (-), to the end of a multipart boundary in an HTTP request. The server continuously processes each character, leading to excessive resource consumption and rendering the service unavailable. The issue is unauthenticated and does not require any user interaction, impacting all users of the service.

## Affected packages

- `litellm < 1.56.2`

## Remediation

Upgrade to a patched release:

- `litellm 1.56.2`
