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 — Proof of Concept (PoC) for CVE-2020-5248. | Kitploit
Tools/GitHubGitHub/venomnis/cve-2020-5248
Encryption/Decryption ToolsVulnerability AnalysisExploitationWeb SecurityPenetration Testing
GitHubvenomnis/cve-2020-5248

CVE-2020-5248

Proof of Concept (PoC) for CVE-2020-5248.

View Repository
6311 months 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

Proof of Concept (PoC) for CVE-2020-5248.

Summary

GLPI before before version 9.4.6 has a vulnerability involving a default encryption key. GLPIKEY is public and is used on every instance. This means anyone can decrypt sensitive data stored using this key. It is possible to change the key before installing GLPI. But on existing instances, data must be reencrypted with the new key. Problem is we can not know which columns or rows in the database are using that; espcially from plugins. Changing the key without updating data would lend in bad password sent from glpi; but storing them again from the UI will work.

PoC:

Replace the "INSERT_COIN" string with the one that you would like to decrypt at https://github.com/venomnis/CVE-2020-5248/blob/main/decrypt_any.php.

References:

  • https://github.com/glpi-project/glpi/security/advisories/GHSA-j222-j9mf-h6j9
  • https://github.com/glpi-project/glpi/commit/efd14468c92c4da43333aa9735e65fd20cbc7c6c
  • https://offsec.almond.consulting/multiple-vulnerabilities-in-glpi.html
Download Tool