
Ein Proof of Concept der Path-Traversal-Schwachstelle in der Python AioHTTP Bibliothek =< 3.9.1
Ein Proof of Concept der Path-Traversal-Schwachstelle in der Python AioHTTP-Bibliothek =< 3.9.1
sudo apt install python3-venv
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 ./.env/bin/activate
pip3 install -r requirements.txt
python3 server.py
Sie können den im Repository enthaltenen Exploit verwenden:
bash exploit.sh