1432 matches found
CVE-2024-23334
CVE-2024-23334 Exploit and PoC This repository contains a Proof of Concept PoC exploit for CVE-2024-23334, demonstrating a vulnerability in a web application that allows unauthorized access to sensitive files on the server. The PoC includes a Dockerized web server and an exploit script to test fo...
CVE-2024-23334-PoC
CVE-2024-23334-PoC A proof of concept of the LFI vulnerability on aiohttp 3.9.1. The option 'followsymlinks' can be used to determine whether to follow symbolic links outside the static root directory. When 'followsymlinks' is set to True, there is no validation to check if reading a file is with...
CVE-2024-23334
CVE-2024-23334 PoC Description This repository contains a Proof of Concept PoC for CVE-2024-23334, demonstrating how malicious actors can exploit vulnerabilities in aiohttp using LFI . !CAUTION Disclaimer: IMPORTANT: This PoC is for educational purposes only. Unauthorized access to computer syste...
CVE-2024-23334
CVE-2024-23334 :; Review of someone else's exploit Review an exploit published by someone else Abuse at your own risk Abuse at your own risk https://nvd.nist.gov/vuln/detail/CVE-2024-23334 Install python -m pip install --upgrade pip requirements.txt aiohttp==3.9.1 pip install -r requirements.txt...
LFI-aiohttp-CVE-2024-23334-PoC
LFI-aiohttp-CVE-2024-23334-PoC 一个Bash脚本,用于自动化对易受攻击的aiohttp服务器进行本地文件包含(LFI)攻击,专门针对CVE-2024-23334。该漏洞利用允许在运行受影响版本且静态路由配置不当的aiohttp系统上,未经授权访问任意文件。 CVE-2024-23334 漏洞 CVE-2024-23334 漏洞影响基于Python和asyncio的异步HTTP客户端/服务器框架aiohttp。当aiohttp被用作Web服务器并配置静态路由时,若配置不当,可能导致目录遍历漏洞,从而允许攻击者未经授权访问系统上的任意文件。 此漏洞的缓解措施 包...
CVE-2025-29927
CVE-2025-29927 Async Python scanner for Next.js CVE-2025-29927. Uses aiohttp & aiofiles to efficiently process large URL lists, detect vulnerabilities, and save results. Features connection pooling, caching, and chunked processing for fast performance...
weebdns
WeebDNS DNS Enumeration Tool with Asynchronicity Do you like C4RR075? ONLY DOWNLOAD IT HERE, DO NOT TRUST OTHER PLACES. This is the official and only repository of the WeebDNS project. Written by: FuzzyRabbit - Twitter: @rabbitfuzzy, GitHub: @FuzzyRabbit DISCLAIMER: This is only for testing...
Bitrix24DoS
Bitrix24 DoS Exploit This repository contains a Python script designed to exploit a Denial of Service DoS vulnerability in Bitrix24. Please note that this script is for educational purposes only, and its use for unauthorized activities is illegal and unethical. CVE-2023-1718 CVE Identifier :...
poc-cve-2024-23334
poc-cve-2024-23334 此仓库包含关于利用 aiohttp 库中报告漏洞 CVE-2024-23334 的概念验证。 创建此仓库出于两个原因: 1. 教育目的 :对于刚接触应用安全的人来说,有助于了解复现漏洞的步骤以及理解背后的概念。 2. 修复步骤 :分享缓解措施以解决该问题。 更多信息,请访问我的网站:https://brianre.dev/ 要求 安装 Docker 安装 Python3 如何本地运行项目 1. 将此仓库克隆到本地。 2. 运行以下命令构建镜像: root@kitploit: make build 3. 运行以下命令启动容器: root@kitploi...
sub404
Sub404: A Fast Tool To Check Subdomain Takeover Vulnerability What is Sub 404 Sub 404 is a tool written in python which is used to check possibility of subdomain takeover vulnerability and it is fast as it is asynchronous. Why During recon process you might get a lot of subdomainse.g more than 10...
cve-2026-69243-poc-aiohttp-smuggling
CVE-2026-69243 — Contrabando de solicitudes en aiohttp CWE-444 Contrabando de solicitudes mediante una actualización WebSocket rechazada en aiohttp O compila la versión en Rust cero dependencias, solo std: root@kitploit: git clone https://github.com/JVBotelho/cve-2026-69243-poc-aiohttp-smuggling ...
aiohttp - Directory Traversal
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 'followsymlinks' can be used to determine whether to follow symboli...
CVE-2024-23334-PoC
CVE‑2024‑23334 Path Traversal - PoC I created this script to automate the exploitation of CVE‑2024‑23334 on the Hack The Box Chemistry machine. This vulnerability affects aiohttp versions ≥ 1.0.5 and 3.9.2 when the application is configured to serve static files with followsymlinks=True, allowing...
CVE-2026-88001
Open WebUI is an extensible, feature-rich, and user-friendly self-hosted AI platform. From 0.9.5 until 0.11.1, server-side web fetches did not reapply WEBFETCHFILTERLIST or private-address controls to HTTP redirect destinations when AIOHTTPCLIENTALLOWREDIRECTS was enabled. An authenticated user...
CVE-2026-88001
Open WebUI versions 0.9.5 through 0.11.1 contained a server-side request forgery (SSRF) weakness in its web-fetch functionality. When AIOHTTP_CLIENT_ALLOW_REDIRECTS was enabled, HTTP redirect destinations were not revalidated against WEB_FETCH_FILTER_LIST or private-address controls. An authentic...
CVE-2024-23334-PoC
CVE-2024-23334-PoC A proof of concept of the path traversal vulnerability in the python AioHTTP library = sudo apt install python3-venv Lab setup root@kitploit: git clone https://github.com/z3rObyte/CVE-2024-23334-PoC cd CVE-2024-23334-PoC python3 -m venv .env chmod +x ./.env/bin/activate source...
aiohttp-exploit-CVE-2024-23334-certstream
Collect domains fromcertstream.calidog.io. Check forPython aiohttp in the response headers. Attempt to exploit CVE-2024-23334 Successful attempts sent to discord via webhook...
PT-2026-89178
Summary Open WebUI protects server-side web fetches with two controls: the operator's list of excluded hosts, and a check that refuses private and internal addresses. Neither control was applied to the destination of an HTTP redirect. On a deployment where redirect following is enabled, any...
CVE-2024-23334
CVE-2024-23334 Proof-of-Concept for LFI/Path Traversal vulnerability in Aiohttp = !IMPORTANT This script is for meant for educational purposes only. Any illegal usage is strictly prohibited. How to run? root@kitploit: $ git clone https://github.com/wizarddos/CVE-2024-23334 $ cd CVE-2024-23334 $...
Security update for python-aiohttp
This update for python-aiohttp fixes the following issues: CVE-2026-59881: excessive resource consumption due to WebSocket client accepting compressed frames without negotiated permessage-deflate bsc1273125. CVE-2026-69243: HTTP request smuggling via the WebSocket upgrade procedure bsc1273553...