Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2020-5248 — CVE-2020-5248 | Kitploit
Tools/GitHubGitHub/mkway/cve-2020-5248
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & EducationLabs & Practice
GitHubmkway/cve-2020-5248

CVE-2020-5248

CVE-2020-5248

View Repository
5 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2020-5248 POC Environment Setup and Test

Test Method

  • Environment Setup
root@kitploit:~
vim docker/nginx/default.conf
server_name [docker host ip ];  -change
mysqlserver: mysql  id: root pw: root 
  • Run
root@kitploit:~
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

  • POC Test
    poc : https://github.com/indevi0us/CVE-2020-5248
    Test : https://offsec.almond.consulting/multiple-vulnerabilities-in-glpi.html
    Obtain ciphertext - http://localhost:8080/glpi
root@kitploit:~
docker/poc/decrypt_any.php
vim decrpyt_any.php - change - decrypt ("decrytion")
http://localhost:8080/poc/decrypt_any.php 

Note

If installation fails, delete glpi and redo the tar operation.

Download Tool