CVE-2025-32786
BaseFortify
Publication date: 2025-11-04
Last updated on: 2025-11-06
Assigner: GitHub, Inc.
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| glpi | inventory_plugin | 1.5.0 |
| glpi | inventory_plugin | 1.5.1 |
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 is an SQL Injection issue in the GLPI Inventory Plugin versions 1.5.0 and below. It allows an attacker to manipulate the plugin's database queries by injecting malicious SQL code, potentially leading to unauthorized access to sensitive data.
How can this vulnerability impact me? :
The vulnerability can impact you by allowing attackers to access sensitive information stored in the database, as indicated by the high confidentiality impact score. However, it does not affect integrity or availability. This could lead to data breaches or exposure of confidential information.
What immediate steps should I take to mitigate this vulnerability?
Upgrade the GLPI Inventory Plugin to version 1.5.1 or later, as this version contains the fix for the SQL Injection vulnerability present in versions 1.5.0 and below.