
Dockerized Typesetter CMS environment reproducing CVE-2020-25790 file upload vulnerability, with default admin credentials and a walkthrough for exploitation and security testing.
Typesetter CMS File Upload Vulnerability Environment
docker pull mtwf/typesetter_cve-2020-25790:5.1
docker run -it -d -p 80:80 mtwf/typesetter_cve-2020-25790:5.1 /bin/bash -c "service apache2 start;/bin/bash"
Typesetter account password is admin:admin
