CVE 6.5 MEDIUM

Litestar has an AllowedHosts validation bypass due to unescaped regex metacharacters in configured host patterns_CVE-2026-25479

6.5 / 10
MEDIUM
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N

Description

Litestar is an Asynchronous Server Gateway Interface (ASGI) framework. Prior to 2.20.0, in litestar.middleware.allowed_hosts, allowlist entries are compiled into regex patterns in a way that allows regex metacharacters to retain special meaning (e.g., . matches any character). This enables a bypass where an attacker supplies a host that matches the regex but is not the intended literal hostname. This vulnerability is fixed in 2.20.0.

Basic Information

ID CVE-2026-25479
Source GitHub_M
Published Feb 9, 2026 at 18:48

Affected Product

Vendor litestar-org
Product litestar
Version < 2.20.0
Affected Versions litestar-org litestar < 2.20.0

CWE Classification

References

💭 Join the Security Discussion

🔒 Your email address will not be published. Required fields are marked *

⚠️ Please be respectful and constructive in your comments. Security discussions should remain professional.