Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:N/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Primary rating from Vendor (GitHub_M) · only source for this CVE.
CVSS VectorVendor: GitHub_M
Lifecycle Timeline
4DescriptionCVE.org
GLPI is a free asset and IT management software package. Starting in version 0.78 and prior to versions 10.0.25 and 11.0.7, a technician can delete arbitrary files from the filesystem as long as the webserver has write rights on them. Upgrade to 10.0.25 or 11.0.7 to receive a patch.
AnalysisAI
Arbitrary file deletion in GLPI versions 0.78 through 10.0.24 and 11.0.0 through 11.0.6 allows authenticated technicians to remove any file on the webserver filesystem to which the web process has write permissions. The flaw is tracked as a missing authorization issue (CWE-862) and is tagged as an authentication bypass; no public exploit identified at time of analysis, and it is not listed in CISA KEV.
Technical ContextAI
GLPI is a widely deployed open-source IT asset and service management platform (CPE cpe:2.3:a:glpi-project:glpi) used for inventory, helpdesk, and ITIL-style workflows. The root cause is CWE-862 (Missing Authorization): a file-handling code path exposed to the technician role does not validate that the target path belongs to GLPI-managed storage, so any file writable by the webserver user (e.g., www-data) can be unlinked. Because GLPI typically runs under a PHP/Apache or PHP-FPM/nginx stack, the blast radius extends to GLPI configuration files, plugin code, cached data, log files, and any other content owned or writable by the web user on the host.
RemediationAI
Vendor-released patch: upgrade to GLPI 10.0.25 (for the 10.x line) or 11.0.7 (for the 11.x line) as directed in the upstream advisory at https://github.com/glpi-project/glpi/security/advisories/GHSA-jf72-cvjh-px5w. If patching cannot be performed immediately, restrict assignment of the technician profile to a minimal set of trusted accounts and audit existing technician memberships, since exploitation requires that role; additionally, tighten filesystem permissions so the webserver user only has write access to directories GLPI strictly needs (files/, plugins cache, session storage) and revoke write access to configuration and binary directories - note this can break plugin installs and self-update flows. Enabling filesystem-level auditing (auditd or equivalent) on the GLPI document root will not prevent the deletion but will provide forensic evidence.
inc/central.class.php in GLPI before 0.84.2 does not attempt to make install/install.php unavailable after an installati
GLPI IT asset management platform contains an unauthenticated SQL injection through the inventory endpoint. Attackers ca
/vendor/htmlawed/htmlawed/htmLawedTest.php in the htmlawed module for GLPI through 10.0.2 allows PHP code injection. Rat
GLPI is a Free Asset and IT Management Software package, Data center management, ITIL Service Desk, licenses tracking an
inc/ticket.class.php in GLPI 0.83.9 and earlier allows remote attackers to unserialize arbitrary PHP objects via the _pr
GLPI through 10.0.12 allows CSV injection by an attacker who is able to create an asset with a crafted title. Rated high
In GLPI before 9.4.6, an attacker can execute system commands by abusing the backup functionality. Rated high severity (
GLPI through 9.4.3 is prone to account takeover by abusing the ajax/autocompletion.php autocompletion feature. Rated hig
SQL injection vulnerability in ajax/getDropdownValue.php in GLPI before 0.85.1 allows remote authenticated users to exec
GLPI is a Free Asset and IT Management Software package. Rated high severity (CVSS 8.1), this vulnerability is remotely
Multiple SQL injection vulnerabilities in GLPI before 0.83.9 allow remote attackers to execute arbitrary SQL commands vi
Multiple SQL injection vulnerabilities in GLPI 0.90.4 allow an authenticated remote attacker to execute arbitrary SQL co
Same weakness CWE-862 – Missing Authorization
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-34105