Skip to content

Stored XSS on documents

Moderate
trasher published GHSA-c7f6-3mr7-3rq2 Mar 2, 2021

Package

No package listed

Affected versions

< 9.5..4

Patched versions

9.5.4

Description

The vulnerability can be found 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.

Patches

fixed in 9.5.4

Severity

Moderate

CVE ID

CVE-2021-21312

Weaknesses

No CWEs

Credits