Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
Primary rating from GitHub Advisory · only source for this CVE.
CVSS VectorGitHub Advisory
Lifecycle Timeline
4DescriptionGitHub Advisory
GLPI is a free Asset and IT management software package. Starting in version 11.0.0 and prior to version 11.0.6, an authenticated user can perfom a SQL injection. Version 11.0.6 fixes the issue.
AnalysisAI
GLPI versions 11.0.0 through 11.0.5 contain an authenticated SQL injection vulnerability that allows authenticated users to read sensitive database contents without modification or denial-of-service capabilities. The vulnerability affects the free Asset and IT management software package GLPI and is resolved in version 11.0.6. While the CVSS score of 6.5 reflects moderate severity, the impact is limited to confidentiality breach due to the read-only nature of the exploit and the requirement for prior authentication.
Technical ContextAI
The vulnerability is rooted in CWE-89 (Improper Neutralization of Special Elements used in an SQL Command), a classic SQL injection flaw where user-controlled input is improperly sanitized before being incorporated into SQL queries. GLPI (cpe:2.3:a:glpi-project:glpi:*:*:*:*:*:*:*:*) is a web-based IT asset management platform written in PHP that manages inventory, helpdesk, and IT operations. The SQL injection occurs in a code path accessible to authenticated users, meaning the vulnerability exists within GLPI's internal query construction logic—likely in a search, filter, or reporting feature—where parameterized queries or prepared statements were not properly implemented or where user input from authenticated sessions bypassed normal validation routines.
RemediationAI
Immediately upgrade GLPI to version 11.0.6 or later by following the vendor's official upgrade documentation at https://github.com/glpi-project/glpi/security/advisories/GHSA-qw3x-7vv2-7759. Prior to patching, implement defense-in-depth measures including network segmentation to restrict GLPI access to trusted internal networks only, enforce strong authentication policies and multi-factor authentication to limit compromised account impact, monitor database query logs for suspicious SQL patterns or unusual data access by user accounts, and consider temporarily disabling or restricting advanced search and reporting features if they are the attack vector. Review user access controls and revoke unnecessary database privileges from the GLPI application user account at the database level.
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-89 – SQL Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-12627