Glpi
CVE-2026-25937
MEDIUM
Severity by source
AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:N
Primary rating from GitHub Advisory · only source for this CVE.
CVSS VectorGitHub Advisory
Lifecycle Timeline
2DescriptionGitHub Advisory
GLPI is a free Asset and IT management software package. Starting in version 11.0.0 and prior to version 11.0.6, a malicious actor with knowledge of a user's credentials can bypass MFA and steal their account. Version 11.0.6 fixes the issue.
AnalysisAI
GLPI versions 11.0.0 through 11.0.5 contain an authentication bypass vulnerability that allows an attacker with knowledge of a user's credentials to circumvent multi-factor authentication (MFA) and gain unauthorized account access. This vulnerability affects the GLPI asset and IT management software and is classified as CWE-287 (Improper Authentication), with a CVSS score of 6.5 indicating medium severity. The issue has been patched in version 11.0.6, and while no active KEV listing or public proof-of-concept is noted in available sources, the authentication bypass nature suggests moderate exploitation probability.
Technical ContextAI
GLPI is a free and open-source asset and IT management platform written in PHP that handles critical infrastructure asset tracking and IT operations. The vulnerability resides in the authentication mechanism between versions 11.0.0 and 11.0.5, specifically in how MFA validation is performed after initial credential verification. This falls under CWE-287 (Improper Authentication), which encompasses flaws where authentication logic fails to properly validate user identity or session state. The root cause likely involves insufficient validation of MFA status during session establishment or token generation, allowing an attacker who possesses valid credentials to bypass the second factor authentication step. The affected product is identified via CPE as cpe:2.3:a:glpi-project:glpi:*:*:*:*:*:*:*:*, indicating all configurations of GLPI within the vulnerable version range are impacted.
RemediationAI
Upgrade GLPI to version 11.0.6 or later immediately. This patch is the authoritative fix for the MFA bypass vulnerability. Organizations unable to upgrade immediately should enforce strict access controls on the GLPI application by restricting network access to trusted IP ranges via firewall rules or reverse proxy configuration, implementing HTTP-only session cookies with secure flag enabled, and monitoring authentication logs for suspicious login patterns or rapid session changes that may indicate MFA bypass attempts. Additionally, conduct a credential audit to identify any accounts that may have been compromised and force password resets for sensitive administrative accounts. For ongoing protection during the patching window, consider implementing a Web Application Firewall (WAF) configured to detect anomalous authentication patterns or implementing additional out-of-band verification for administrative actions. Refer to the GitHub Security Advisory at https://github.com/glpi-project/glpi/security/advisories/GHSA-2g3p-vwp2-7qxm for detailed patch notes and deployment guidance.
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-287 – Improper Authentication
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today