
PoC and Dockerized vulnerable lab for CVE-2021-40822 (SSRF in GeoServer)
SSRF GeoServer
https://gccybermonks.com/posts/cve-2021-40822/
이 저장소를 클론하세요:
# git clone https://github.com/phor3nsic/CVE-2021-40822.git
실습 시작:
# cd CVE-2021-40822 && docker-compose up
이 대상이 취약한지 확인하세요:
# python3 CVE-2021-40822.py -u http://localhost:8090/
그런 다음 이 취약점을 익스플로잇하기 위한 기사를 읽어보세요!!!