NVD Vulnerability Detail
Search Exploit, PoC
CVE-2024-23334
Summary

aiohttp is an asynchronous HTTP client/server framework for asyncio and Python. When using aiohttp as a web server and configuring static routes, it is necessary to specify the root path for static files. Additionally, the option 'follow_symlinks' can be used to determine whether to follow symbolic links outside the static root directory. When 'follow_symlinks' is set to True, there is no validation to check if reading a file is within the root directory. This can lead to directory traversal vulnerabilities, resulting in unauthorized access to arbitrary files on the system, even when symlinks are not present. Disabling follow_symlinks and using a reverse proxy are encouraged mitigations. Version 3.9.2 fixes this issue.

Publication Date Jan. 30, 2024, 8:15 a.m.
Registration Date Jan. 30, 2024, noon
Last Update Nov. 21, 2024, 5:57 p.m.
CVSS3.1 : HIGH
スコア 7.5
Vector CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
攻撃元区分(AV) ネットワーク
攻撃条件の複雑さ(AC)
攻撃に必要な特権レベル(PR) 不要
利用者の関与(UI) 不要
影響の想定範囲(S) 変更なし
機密性への影響(C)
完全性への影響(I) なし
可用性への影響(A) なし
Affected software configurations
Configuration1 or higher or less more than less than
cpe:2.3:a:aiohttp:aiohttp:*:*:*:*:*:*:*:* 1.0.5 3.9.2
Configuration2 or higher or less more than less than
cpe:2.3:o:fedoraproject:fedora:39:*:*:*:*:*:*:*
Related information, measures and tools
Common Vulnerabilities List