Wiki.js an open-source wiki app built on Node.js. Wiki.js before version 2.5.191 is vulnerable to stored cross-site scripting through mustache expressions in code blocks. This vulnerability exists due to mustache expressions being parsed by Vue during content injection even though it is contained within a `<pre>` element. By creating a crafted wiki page, a malicious Wiki.js user may stage a stored cross-site scripting attack. This allows the attacker to execute malicious JavaScript when the page is viewed by other users. For an example see referenced GitHub Security Advisory. Commit 5ffa189383dd716f12b56b8cae2ba0d075996cf1 fixes this vulnerability by adding the v-pre directive to all `<pre>` tags during the render.
References
Link | Resource |
---|---|
https://github.com/Requarks/wiki/commit/5ffa189383dd716f12b56b8cae2ba0d075996cf1 | Patch Third Party Advisory |
https://github.com/Requarks/wiki/releases/tag/2.5.191 | Release Notes Third Party Advisory |
https://github.com/Requarks/wiki/security/advisories/GHSA-6xx4-m8gx-826r | Exploit Patch Third Party Advisory |
https://github.com/Requarks/wiki/commit/5ffa189383dd716f12b56b8cae2ba0d075996cf1 | Patch Third Party Advisory |
https://github.com/Requarks/wiki/releases/tag/2.5.191 | Release Notes Third Party Advisory |
https://github.com/Requarks/wiki/security/advisories/GHSA-6xx4-m8gx-826r | Exploit Patch Third Party Advisory |
Configurations
History
21 Nov 2024, 05:48
Type | Values Removed | Values Added |
---|---|---|
CVSS |
v2 : v3 : |
v2 : 3.5
v3 : 7.6 |
References | () https://github.com/Requarks/wiki/commit/5ffa189383dd716f12b56b8cae2ba0d075996cf1 - Patch, Third Party Advisory | |
References | () https://github.com/Requarks/wiki/releases/tag/2.5.191 - Release Notes, Third Party Advisory | |
References | () https://github.com/Requarks/wiki/security/advisories/GHSA-6xx4-m8gx-826r - Exploit, Patch, Third Party Advisory |
Information
Published : 2021-03-18 17:15
Updated : 2024-11-21 05:48
NVD link : CVE-2021-21383
Mitre link : CVE-2021-21383
CVE.ORG link : CVE-2021-21383
JSON object : View
Products Affected
requarks
- wiki.js
CWE
CWE-79
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')