
CVE-2020-5248
vim docker/nginx/default.conf
server_name [docker host ip ]; -change
mysqlserver: mysql id: root pw: root
cd docker/app/
tar -xvf /docker/app/glpi-9.4.5.tgz
chmod -R 777 glpi
docker-compose up -d
Access glpi at http://localhost:8080/glpi
docker/poc/decrypt_any.php
vim decrpyt_any.php - change - decrypt ("decrytion")
http://localhost:8080/poc/decrypt_any.php
If installation fails, delete glpi and redo the tar operation.