216.73.216.6

CVE-2025-59152

· Published 06/10/2025 16:15 · Modified 06/10/2025 16:15

Labels: CVE-2025-59152 2025-10-06CVE-2025-59152CWE-807[email protected]

Essential information

Published
06/10/2025 16:15
Modified
06/10/2025 16:15
Author
Creator
CVSS
7.5 HIGH (v3.1)
CISA KEV
No
CWE
CVSS vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

CVSS metrics

Description

Litestar is an Asynchronous Server Gateway Interface (ASGI) framework. In version 2.17.0, rate limits can be completely bypassed by manipulating the X-Forwarded-For header. This renders IP-based rate limiting ineffective against determined attackers. Litestar's RateLimitMiddleware uses `cache_key_from_request()` to generate cache keys for rate limiting. When an X-Forwarded-For header is present, the middleware trusts it unconditionally and uses its value as part of the client identifier. Since clients can set arbitrary X-Forwarded-For values, each different spoofed IP creates a separate rate limit bucket. An attacker can rotate through different header values to avoid hitting any single bucket's limit. This affects any Litestar application using RateLimitMiddleware with default settings, which likely includes most applications that implement rate limiting. Version 2.18.0 contains a patch for the vulnerability.

NVD status

Status
Received — CVE has been recently published to the CVE List and has been received by the NVD.
Source
[email protected]
NVD
View on NVD

Affected products (CPE)

ProductCPE
litestar / litestar cpe:2.3:a:litestar:litestar:2.17.0:*:*:*:*:*:*:*
litestar / litestar cpe:2.3:a:litestar:litestar:2.18.0:*:*:*:*:*:*:*

References