CVE-2025-52567
BaseFortify
Publication date: 2025-07-30
Last updated on: 2025-08-04
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.84 (inc) to 10.0.19 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-918 | The web server receives a URL or similar request from an upstream component and retrieves the contents of this URL, but it does not sufficiently ensure that the request is being sent to the expected destination. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in GLPI versions 0.84 through 10.0.18 involves Server-Side Request Forgery (SSRF) when using RSS feeds or external calendars during planning. It allows an attacker to make the server perform unintended requests, potentially exploiting the system. Previous patches since version 10.0.4 were insufficient for some cases, and the issue is fixed in version 10.0.19.
How can this vulnerability impact me? :
The SSRF vulnerability can allow an attacker to make the GLPI server send unauthorized requests to internal or external systems, potentially exposing sensitive information or accessing internal resources. However, the CVSS base score of 3.5 indicates a low to medium impact, with limited confidentiality impact and no integrity or availability impact.
What immediate steps should I take to mitigate this vulnerability?
Upgrade GLPI to version 10.0.19 or later, as this version contains the fix for the SSRF vulnerability related to usage of RSS feeds or external calendars when planning.