CVE-2025-59935
Stored XSS Vulnerability in GLPI Inventory Endpoint Allows Injection
Publication date: 2025-12-16
Last updated on: 2025-12-16
Assigner: GitHub, Inc.
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| glpi | glpi | 10.0.21 |
| glpi | glpi | 10.0.0 |
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. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
CVE-2025-59935 is a stored Cross-Site Scripting (XSS) vulnerability in the GLPI software versions from 10.0.0 up to but not including 10.0.21. An unauthenticated attacker can inject malicious scripts through the inventory endpoint, which are then stored and executed in the browsers of other users who access that endpoint. This happens because user input is not properly neutralized before being embedded in web pages. [1]
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
This vulnerability can impact compliance with standards such as GDPR and HIPAA because it results in a high confidentiality impact by exposing sensitive data to unauthorized parties through stored XSS attacks. Unauthorized data exposure can violate data protection and privacy requirements mandated by these regulations. Therefore, organizations using affected versions of GLPI should upgrade to version 10.0.21 to mitigate this risk and maintain compliance. [1]
How can this vulnerability impact me? :
This vulnerability allows an attacker with no privileges to remotely inject malicious scripts that execute in other users' browsers, potentially exposing sensitive data (high confidentiality impact). It does not affect system integrity or availability but can lead to unauthorized data disclosure. [1]
What immediate steps should I take to mitigate this vulnerability?
Upgrade GLPI software to version 10.0.21 or later, as this version contains the patch that fixes the stored XSS vulnerability in the inventory endpoint. [1]