
Proof-of-Concept-Exploit für CVE-2025-49113 gegen Roundcube Webmail, mit Docker-basierter Installation und YouTube-Demonstration.
docker run --name ubuntu24 \
-p 9876:80 \
-v "$PWD/rc_install.sh":/root/rc_install.sh \
-it ubuntu:24.04 \
bash -c "chmod +x /root/rc_install.sh && /root/rc_install.sh && exec bash"
Dank an fearsoff-org