
PoC et laboratoire vulnérable dockerisé pour CVE-2021-40822 (SSRF dans GeoServer)
SSRF GeoServer
https://gccybermonks.com/posts/cve-2021-40822/
Clonez ce dépôt :
# git clone https://github.com/phor3nsic/CVE-2021-40822.git
Démarrer le Lab :
# cd CVE-2021-40822 && docker-compose up
Vérifiez si cette cible est vulnérable :
# python3 CVE-2021-40822.py -u http://localhost:8090/
Et lisez l'article pour exploiter cette vulnérabilité !!!