CVE-2026-25936
Authenticated SQL Injection in GLPI Versions 11.0.0 to
Publication date: 2026-03-17
Last updated on: 2026-03-19
Assigner: GitHub, Inc.
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| teclib-edition | glpi | From 11.0.0 (exc) to 11.0.6 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-89 | The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability affects GLPI, a free Asset and IT management software package. In versions starting from 11.0.0 up to but not including 11.0.6, an authenticated user can perform a SQL injection attack. This means that a user who has logged into the system can manipulate SQL queries executed by the software, potentially accessing or altering data in the database in an unauthorized manner. The issue was fixed in version 11.0.6.
How can this vulnerability impact me? :
The vulnerability allows an authenticated user to perform SQL injection, which can lead to unauthorized access to sensitive data stored in the database. Although the vulnerability does not affect availability or integrity directly, it has a high impact on confidentiality. This could result in exposure of confidential information, data leakage, or unauthorized data retrieval.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
I don't know
How can this vulnerability be detected on my network or system? Can you suggest some commands?
I don't know
What immediate steps should I take to mitigate this vulnerability?
To mitigate this vulnerability, you should upgrade GLPI to version 11.0.6 or later, as this version fixes the SQL injection issue.