Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2024-23334-PoC — This 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). | Kitploit
Tools/GitHubGitHub/betan423/cve-2024-23334-poc
Vulnerability AnalysisExploitationWeb Application ExploitationLearning & EducationLabs & Practice
GitHubbetan423/cve-2024-23334-poc

CVE-2024-23334-PoC

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

View Repository
11 year agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2024-23334-PoC

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

[!CAUTION] Disclaimer: This POC is for educational purposes only. DO NOT use it in real-world scenarios.

Install

  1. Clone the repository and ser environment.
root@kitploit:~
git clone https://github.com/Betan423/CVE-2024-23334-PoC
cd CVE-2024-23334-PoC
# run in virtual environment
python3 -m venv .env
chmod +x ./.env/bin/activate
source ./.env/bin/activate
pip3 install -r requirements.txt
  1. host the server
root@kitploit:~
python server.py
  1. run the script
root@kitploit:~
bash exploit.sh

or

root@kitploit:~
python3 exploit.py -s http://localhost:8081

Congratulations! You have successfully reproduced CVE-2024-23334.

You can create a symbolic link in the static folder to test follow_symlinks:

  1. Create the symbolic link for test.txt in the static folder:
    You need to create a test.txt file on your Desktop first.
root@kitploit:~
cd static
ln -s ~/Desktop/test.txt test
  1. View the test.txt file: Go to http://localhost:8081/static/test, and you should be able to see the content of test.txt

Reference

CVE-2024-23334
jhonnybonny/CVE-2024-23334
z3rObyte/CVE-2024-23334-PoC

Download Tool