
PoC éducatif pour la vulnérabilité CVE-2025-8671 (DoS HTTP/2 sur lighttpd). À utiliser uniquement en laboratoire local.
Author : @abiyeenzo
This project is provided for educational purposes only. Running the PoC against third-party servers may constitute an illegal cyberattack and lead to criminal prosecution.
Only use this script on your test environments or local labs.
This script allows you to:
lighttpd server is vulnerable to the CVE-2025-8671 flaw (HTTP/2 DoS).lighttpd.--count).--continuous) until interruption by Ctrl-C.rich for better readability.git clone https://github.com/abiyeenzo/CVE-2025-8671.git
cd CVE-2025-8671
pip install -r requirements.txt
Python 3.10+ recommended.
python3 main.py -h
python3 main.py <host> -t
python3 main.py <host> -c
--count <number> : Number of HTTP/2 streams to send (default 20)--continuous : Continuous mode until Ctrl-CExample:
python3 main.py 127.0.0.1 -c --count 50
python3 main.py 127.0.0.1 -c --continuous
Do not run this script against external servers. It is provided only for learning and personal lab testing. The author disclaims any responsibility for misuse.
rich>=13.0.0h2>=4.1.0