CVE-2025-59152
Last modified
CVE-2025-59152 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. 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. EPSS estimates a 0.44% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2025-59152?
How severe is CVE-2025-59152?
How do I fix CVE-2025-59152?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2025
- CVE-2025-59147Suricata is a network IDS, IPS and NSM engine developed by t…7.5
- CVE-2025-59148Suricata is a network IDS, IPS and NSM engine developed by t…7.5
- CVE-2025-59149Suricata is a network IDS, IPS and NSM engine developed by t…6.2
- CVE-2025-5915A vulnerability has been identified in the libarchive librar…6.6
- CVE-2025-59150Suricata is a network IDS, IPS and NSM engine developed by t…7.5
- CVE-2025-59151Pi-hole Admin Interface is a web interface for managing Pi-h…8.2
- CVE-2025-59154Openfire is an XMPP server licensed under the Open Source Ap…5.9
- CVE-2025-59155hackmd-mcp is a Model Context Protocol server for integratin…6.9
- CVE-2025-59156Coolify is an open-source and self-hostable tool for managin…8.8
- CVE-2025-59157Coolify is an open-source and self-hostable tool for managin…8.8
- CVE-2025-59158Coolify is an open-source and self-hostable tool for managin…8
- CVE-2025-59159SillyTavern is a locally installed user interface that allow…9.6
Are you affected by CVE-2025-59152?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
