
PoC and Dockerized vulnerable lab for CVE-2021-40822 (SSRF in GeoServer)
SSRF GeoServer
https://gccybermonks.com/posts/cve-2021-40822/
Clona questo repository:
# git clone https://github.com/phor3nsic/CVE-2021-40822.git
Avvia il laboratorio:
# cd CVE-2021-40822 && docker-compose up
Verifica se questo target è vulnerabile:
# python3 CVE-2021-40822.py -u http://localhost:8090/
E leggi l'articolo per sfruttare questa vulnerabilità!!!