CVE-2025-69226 MEDIUM

CVE-2025-69226: AIOHTTP allows for a brute-force leak of internal static filepath components

Vendor Aio-Libs
Product aiohttp
Weakness CWE-22 · Path traversal
Published January 5, 2026
Last update January 6, 2026

CVSS base score

6.3/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction None
Confidentiality
Integrity

CVSS vector

CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N

What the vulnerability does

01Description

AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Versions 3.13.2 and below enable an attacker to ascertain the existence of absolute path components through the path normalization logic for static files meant to prevent path traversal. If an application uses web.static() (not recommended for production deployments), it may be possible for an attacker to ascertain the existence of path components. This issue is fixed in version 3.13.3.

Key dates

02Disclosure timeline

January 5, 2026 CVE published
January 6, 2026 Record updated