- This repository contains a powerpoint illustrating two different methods for exploiting the PHP-FPM Vulnerability (CVE-2019-11043) along with the files to do so.
- Install docker https://www.docker.com/products/docker-desktop for your operating system.
- Clone this repository.
- Navigate to the "reproducer" folder
- Run the following commands
docker build -t reproduce-cve-2019-11043 .docker run --rm -ti -p 8080:80 reproduce-cve-2019-11043
With the above complete, you should have a container running an nginx server. You can check to see if it is running with.
docker ps