CVE 6.5 MEDIUM

FileStore key canonicalization collisions allow response cache mixup/poisoning (ASCII ord + Unicode NFKD)_CVE-2026-25480

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, FileStore maps cache keys to filenames using Unicode NFKD normalization and ord() substitution without separators, creating key collisions. When FileStore is used as response-cache backend, an unauthenticated remote attacker can trigger cache key collisions via crafted paths, causing one URL to serve cached responses of another (cache poisoning/mixup). This vulnerability is fixed in 2.20.0.

Basic Information

ID CVE-2026-25480
Source GitHub_M
Published Feb 9, 2026 at 18:49

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.