GLPI is open source software which stands for Gestionnaire Libre de Parc Informatique and it is a Free Asset and IT Management Software package. In GLPI before verison 9.5.4, there is a vulnerability within the document upload function (Home > Management > Documents > Add, or /front/document.form.php endpoint), indeed one of the form field: "Web Link" is not properly sanitized and a malicious user (who has document upload rights) can use it to deliver JavaScript payload. For example if you use the following payload: " accesskey="x" onclick="alert(1)" x=", the content will be saved within the database without any control. And then once you return to the summary documents page, by clicking on the "Web Link" of the newly created file it will create a new empty tab, but on the initial tab the pop-up "1" will appear.
References
Link | Resource |
---|---|
https://github.com/glpi-project/glpi/releases/tag/9.5.4 | Release Notes Third Party Advisory |
https://github.com/glpi-project/glpi/security/advisories/GHSA-c7f6-3mr7-3rq2 | Third Party Advisory |
https://github.com/glpi-project/glpi/releases/tag/9.5.4 | Release Notes Third Party Advisory |
https://github.com/glpi-project/glpi/security/advisories/GHSA-c7f6-3mr7-3rq2 | Third Party Advisory |
Configurations
History
21 Nov 2024, 05:47
Type | Values Removed | Values Added |
---|---|---|
CVSS |
v2 : v3 : |
v2 : 3.5
v3 : 5.4 |
References | () https://github.com/glpi-project/glpi/releases/tag/9.5.4 - Release Notes, Third Party Advisory | |
References | () https://github.com/glpi-project/glpi/security/advisories/GHSA-c7f6-3mr7-3rq2 - Third Party Advisory |
Information
Published : 2021-03-03 20:15
Updated : 2024-11-21 05:47
NVD link : CVE-2021-21312
Mitre link : CVE-2021-21312
CVE.ORG link : CVE-2021-21312
JSON object : View
Products Affected
glpi-project
- glpi
CWE
CWE-79
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')