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
[4.0K] /data/pocs/17e49cad32a35d0aaad224fc11d8f019790db4d0
├── [ 387] Dockerfile
├── [1.0K] pwn-page.jsp
├── [ 421] README.md
└── [3.4K] server-setup-script.sh
0 directories, 4 files