CVE-2026-25932
Stored XSS in GLPI Supplier Fields Allows Persistent Injection
Publication date: 2026-04-06
Last updated on: 2026-04-07
Assigner: GitHub, Inc.
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| glpi-project | glpi | From 0.60 (inc) to 10.0.24 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-79 | The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users. |
| CWE-116 | The product prepares a structured message for communication with another component, but encoding or escaping of the data is either missing or done incorrectly. As a result, the intended structure of the message is not preserved. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
CVE-2026-25932 is a high-severity stored Cross-Site Scripting (XSS) vulnerability in the GLPI software package versions from 0.60 up to, but not including, 11.0.0.
This vulnerability allows an authenticated technician user to inject and store malicious XSS payloads within supplier fields due to improper encoding or escaping of output.
Because the product fails to correctly preserve the intended structure of messages exchanged between components, the injected scripts can be executed, leading to security risks.
How can this vulnerability impact me? :
This vulnerability can have serious impacts including unauthorized data access, unauthorized data modification, and potential disruption of service.
- Confidentiality Impact: High - attackers may access sensitive data without authorization.
- Integrity Impact: High - attackers may modify data without permission.
- Availability Impact: High - attackers may disrupt the availability of the service.
The vulnerability can be exploited remotely over the network by an authenticated technician user without requiring additional user interaction.
How can this vulnerability be detected on my network or system? Can you suggest some commands?
This vulnerability involves an authenticated technician user injecting stored XSS payloads into supplier fields within the GLPI software. Detection would require verifying if such malicious scripts exist in supplier fields.
Since the vulnerability is related to stored XSS in supplier fields, detection can be performed by reviewing the supplier data entries for suspicious scripts or payloads.
No specific commands or automated detection tools are provided in the available resources.
What immediate steps should I take to mitigate this vulnerability?
The primary mitigation step is to upgrade the GLPI software to version 10.0.24 or later, where the vulnerability has been fixed by implementing proper output encoding and escaping to prevent stored XSS in supplier fields.
Until the upgrade can be performed, restrict technician user privileges to trusted personnel only, as the vulnerability requires authenticated technician access.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
The vulnerability allows an authenticated technician to inject stored XSS payloads, which can lead to unauthorized data access, modification, and potential disruption of service.
Such impacts on confidentiality, integrity, and availability could negatively affect compliance with standards and regulations like GDPR and HIPAA that require protection of sensitive data and system integrity.
However, the provided information does not explicitly mention compliance implications or specific regulatory impacts.