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-2025-64516-POC — POC for Unauthorized access to documents. CVE-2025-64516 | Kitploit
Tools/GitHubGitHub/ardnoir/cve-2025-64516-poc
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & Education
GitHubardnoir/cve-2025-64516-poc

CVE-2025-64516-POC

POC for Unauthorized access to documents. CVE-2025-64516

View Repository
26 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-2025-64516

POC for Unauthorized access to documents. CVE-2025-64516

Impact

An unauthenticated user can access GLPI documents attached to any item (ticket, asset, ...).

Affected versions

Versions >= 10.0.0, < 11.0.0
Versions >= 11.0.0

Patches

Upgrade to 10.0.21
Upgrade to 11.0.3

Usage

root@kitploit:~
git clone https://github.com/ArdNoir/CVE-2025-64516.git
cd CVE-2025-64516
python exploit.py -h


POC

Document::canViewFileFromItem() was not filtering the result for the current document. It means that as long as a document was attached to the knowbase item with the given itemtype/items_id, a request to any document was considered as allowed.

[!WARNING] This script is intended for educational and research purposes only. Do not use it against systems without explicit permission. Unauthorized access or testing is illegal and unethical. The author shall not be held liable for any misuse, damage, third-party claims, or legal consequences arising from the use, modification, or distribution of the materials in this repository.

Download Tool