logo

CVE-2022-29252 org.xwiki.platform:xwiki-platform-wiki-ui-mainwiki

Package

Manager: maven
Name: org.xwiki.platform:xwiki-platform-wiki-ui-mainwiki
Vulnerable Version: >=0 <12.10.11 || >=13.0.0 <13.4.7 || >=13.5.0 <13.10.3

Severity

Level: High

CVSS v3.1: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:N/A:N

CVSS v4.0: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N

EPSS: 0.00827 pctl0.7362

Details

Cross-site Scripting in wiki manager join wiki page ### Impact We found a possible XSS vector in the `WikiManager.JoinWiki ` wiki page related to the "requestJoin" field. ### Patches The issue is patched in versions 12.10.11, 14.0-rc-1, 13.4.7, 13.10.3. ### Workarounds The easiest workaround is to edit the wiki page `WikiManager.JoinWiki` (with wiki editor) and change the line ``` <input type='hidden' name='requestJoin' value="$!request.requestJoin"/> ``` into ``` <input type='hidden' name='requestJoin' value="$escapetool.xml($!request.requestJoin)"> ``` ### References * https://jira.xwiki.org/browse/XWIKI-19292 * https://github.com/xwiki/xwiki-platform/commit/27f839133d41877e538d35fa88274b50a1c00b9b ### For more information If you have any questions or comments about this advisory: * Open an issue in [Jira XWiki](https://jira.xwiki.org) * Email us at [security mailing list](mailto:security@xwiki.org)

Metadata

Created: 2022-05-25T22:41:10Z
Modified: 2022-06-08T17:25:14Z
Source: https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2022/05/GHSA-ph5x-h23x-7q5q/GHSA-ph5x-h23x-7q5q.json
CWE IDs: ["CWE-116", "CWE-79"]
Alternative ID: GHSA-ph5x-h23x-7q5q
Finding: F425
Auto approve: 1