
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).
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.
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
python server.py
bash exploit.sh
or
python3 exploit.py -s http://localhost:8081
Congratulations! You have successfully reproduced CVE-2024-23334.
cd static
ln -s ~/Desktop/test.txt test