Proof of concept of CVE-2017-5638 including the whole setup of the Apache vulnerable server# CVE-2017-5638-POC
Vulnerable server setup and proof of concept of CVE-2017-5638 (remote code execution vulnerability in an Apache component)
## Server
The vulnerable server runs in a docker container, the image can be created using the Dockerfile, running this in the same folder of it:
docker build --tag 'vuln-server' .
The container can then be created and ran using:
docker run -p 8080:8080 -it vuln-server
Log in to view the POC file snapshot cached by Shenlong Bot
Log in to view