目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1000

100.0%
获取后续新漏洞提醒登录后订阅
一、 漏洞 CVE-2024-23334 基础信息
漏洞信息

对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
aiohttp.web.static(follow_symlinks=True) is vulnerable to directory traversal
来源: 美国国家漏洞数据库 NVD
Vulnerability Description
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.
来源: 美国国家漏洞数据库 NVD
CVSS Information
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N
来源: 美国国家漏洞数据库 NVD
Vulnerability Type
对路径名的限制不恰当(路径遍历)
来源: 美国国家漏洞数据库 NVD
Vulnerability Title
aiohttp 路径遍历漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
aiohttp是一个开源的用于 asyncio 和 Python 的异步 HTTP 客户端/服务器框架。 aiohttp 3.9.2之前版本存在路径遍历漏洞,该漏洞源于当follow_symlinks设置为 True 时,不会进行检查读取的文件是否位于根目录内,这可能会导致目录遍历漏洞。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD
受影响产品
厂商产品影响版本CPE订阅
aio-libsaiohttp < 3.9.2 -
二、漏洞 CVE-2024-23334 的公开POC
#POC 描述源链接神龙链接
1CVE-2024-23334https://github.com/ox1111/CVE-2024-23334POC详情
2Nonehttps://github.com/sxyrxyy/aiohttp-exploit-CVE-2024-23334-certstreamPOC详情
3A proof of concept of the path traversal vulnerability in the python AioHTTP library =< 3.9.1https://github.com/z3rObyte/CVE-2024-23334-PoCPOC详情
4aiohttp LFI (CVE-2024-23334)https://github.com/jhonnybonny/CVE-2024-23334POC详情
5This repository contains a proof of concept about the exploitation of the aiohttp library for the reported vulnerability CVE-2024-23334.https://github.com/brian-edgar-re/poc-cve-2024-23334POC详情
6Expolit for CVE-2024-23334 (aiohttp >= 1.0.5> && <=3.9.1)https://github.com/binaryninja/CVE-2024-23334POC详情
7A proof of concept of the LFI vulnerability on aiohttp 3.9.1https://github.com/s4botai/CVE-2024-23334-PoCPOC详情
8Proof-of-Concept for LFI/Path Traversal vulnerability in Aiohttp =< 3.9.1https://github.com/wizarddos/CVE-2024-23334POC详情
9Nonehttps://github.com/Pylonet/CVE-2024-23334POC详情
10Proof of concept of the parh traversal in python AioHTTP library =< 3.9.1https://github.com/Arc4he/CVE-2024-23334-PoCPOC详情
11Bash script to automate Local File Inclusion (LFI) attacks on aiohttp server version 3.9.1.https://github.com/TheRedP4nther/LFI-aiohttp-CVE-2024-23334-PoCPOC详情
12This repository is a proof of concept (POC) for CVE-2024-23334, demonstrating an attempt to replicate the bug in aiohttp that leads to Local File Inclusion (LFI).https://github.com/Betan423/CVE-2024-23334-PoCPOC详情
13A proof of concept of the path traversal vulnerability in the python AioHTTP library =< 3.9.1https://github.com/BestDevOfc/CVE-2024-23334-PoCPOC详情
14aiohttp 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. https://github.com/projectdiscovery/nuclei-templates/blob/main/http/cves/2024/CVE-2024-23334.yamlPOC详情
15https://github.com/vulhub/vulhub/blob/master/python/CVE-2024-23334/README.mdPOC详情
16Nonehttps://github.com/Threekiii/Awesome-POC/blob/master/%E5%BC%80%E5%8F%91%E8%AF%AD%E8%A8%80%E6%BC%8F%E6%B4%9E/Python%20aiohttp%20%E7%9B%AE%E5%BD%95%E9%81%8D%E5%8E%86%E6%BC%8F%E6%B4%9E%20CVE-2024-23334.mdPOC详情
17Nonehttps://github.com/0xR00/CVE-2024-23334POC详情
18Nonehttps://github.com/Sn0wBaall/CVE-2024-23334-PoCPOC详情
AI 生成 POC高级

未找到公开 POC。

登录以生成 AI POC
三、漏洞 CVE-2024-23334 的情报信息
Please 登录 to view more intelligence information
IV. Related Vulnerabilities
V. Comments for CVE-2024-23334

暂无评论


发表评论