Lucene search
+L

1432 matches found

Kitploit
Kitploit
added 2026/09/12 1:53 p.m.7 views

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...

7.5CVSS6.9AI score0.76875EPSS
SaveExploits18
Kitploit
Kitploit
added 2026/09/12 1:20 p.m.6 views

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...

7.5CVSS7AI score0.76875EPSS
SaveExploits18
Kitploit
Kitploit
added 2026/09/12 8:26 a.m.5 views

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...

7.5CVSS6.9AI score0.76875EPSS
SaveExploits18
Kitploit
Kitploit
added 2026/09/12 4:40 a.m.4 views

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...

7.5CVSS6.7AI score0.76875EPSS
SaveExploits18
Kitploit
Kitploit
added 2026/09/12 4:21 a.m.7 views

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服务器并配置静态路由时,若配置不当,可能导致目录遍历漏洞,从而允许攻击者未经授权访问系统上的任意文件。 此漏洞的缓解措施 包...

7.5CVSS6.8AI score0.76875EPSS
SaveExploits18
Kitploit
Kitploit
added 2026/09/12 2:44 a.m.6 views

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...

9.1CVSS7.4AI score0.99225EPSS
SaveExploits59
Kitploit
Kitploit
added 2026/09/12 2:41 a.m.3 views

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...

6AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/11 11:01 p.m.7 views

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 :...

7.5CVSS7.3AI score0.24078EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/09/11 10:19 a.m.4 views

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...

7.5CVSS6.9AI score0.76875EPSS
SaveExploits18
Kitploit
Kitploit
added 2026/09/11 3:31 a.m.33 views

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...

5.7AI score
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/10 2:35 p.m.4 views

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 ...

6.3CVSS6.9AI score0.00431EPSS
SaveExploits1
Nuclei
Nuclei
added 2026/09/10 4:50 a.m.827 views

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...

7.5CVSS6.8AI score0.76875EPSS
SaveExploits18References3
Kitploit
Kitploit
added 2026/09/10 4:15 a.m.6 views

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...

7.5CVSS6.8AI score0.76875EPSS
SaveExploits18
NVD
NVD
added 2026/09/09 10:18 p.m.8 views

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...

5CVSS0.00269EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/09 9:38 p.m.12 views

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...

5CVSS0.00269EPSS
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/09 4:01 a.m.8 views

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...

7.5CVSS6.9AI score0.76875EPSS
SaveExploits18
Kitploit
Kitploit
added 2026/09/09 12:08 a.m.8 views

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...

7.5CVSS6.7AI score0.76875EPSS
SaveExploits18
Positive Technologies
Positive Technologies
added 2026/09/09 12:00 a.m.5 views

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...

5CVSS0.00269EPSS
SaveExploits0References13
Kitploit
Kitploit
added 2026/09/07 2:59 p.m.6 views

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 $...

7.5CVSS6.9AI score0.76875EPSS
SaveExploits18
SUSE Linux
SUSE Linux
added 2026/09/07 7:46 a.m.4 views

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...

7.1CVSS0.00431EPSS
SaveExploits1References12
Rows per page
Query Builder