CVE-2022-23622

XWiki Platform is a generic wiki platform offering runtime services for applications built on top of it. In affected versions there is a cross site scripting (XSS) vector in the `registerinline.vm` template related to the `xredirect` hidden field. This template is only used in the following conditions: 1. The wiki must be open to registration for anyone. 2. The wiki must be closed to view for Guest users or more specifically the XWiki.Registration page must be forbidden in View for guest user. A way to obtain the second condition is when administrators checked the "Prevent unregistered users from viewing pages, regardless of the page rights" box in the administration rights. This issue is patched in versions 12.10.11, 14.0-rc-1, 13.4.7, 13.10.3. There are two main ways for protecting against this vulnerability, the easiest and the best one is by applying a patch in the `registerinline.vm` template, the patch consists in checking the value of the xredirect field to ensure it matches: `<input type="hidden" name="xredirect" value="$escapetool.xml($!request.xredirect)" />`. If for some reason it's not possible to patch this file, another workaround is to ensure "Prevent unregistered users from viewing pages, regardless of the page rights" is not checked in the rights and apply a better right scheme using groups and rights on spaces.
Configurations

Configuration 1 (hide)

OR cpe:2.3:a:xwiki:xwiki:*:*:*:*:*:*:*:*
cpe:2.3:a:xwiki:xwiki:*:*:*:*:*:*:*:*
cpe:2.3:a:xwiki:xwiki:13.10:*:*:*:*:*:*:*
cpe:2.3:a:xwiki:xwiki:13.10.1:*:*:*:*:*:*:*
cpe:2.3:a:xwiki:xwiki:13.10.2:*:*:*:*:*:*:*
cpe:2.3:a:xwiki:xwiki:14.0:*:*:*:*:*:*:*

History

15 Feb 2022, 20:46

Type Values Removed Values Added
CPE cpe:2.3:a:xwiki:xwiki:14.0:*:*:*:*:*:*:*
cpe:2.3:a:xwiki:xwiki:13.10.2:*:*:*:*:*:*:*
cpe:2.3:a:xwiki:xwiki:*:*:*:*:*:*:*:*
cpe:2.3:a:xwiki:xwiki:13.10:*:*:*:*:*:*:*
cpe:2.3:a:xwiki:xwiki:13.10.1:*:*:*:*:*:*:*
First Time Xwiki xwiki
Xwiki
CVSS v2 : unknown
v3 : unknown
v2 : 4.3
v3 : 6.1
References (CONFIRM) https://github.com/xwiki/xwiki-platform/security/advisories/GHSA-gx6h-936c-vrrr - (CONFIRM) https://github.com/xwiki/xwiki-platform/security/advisories/GHSA-gx6h-936c-vrrr - Third Party Advisory
References (MISC) https://github.com/xwiki/xwiki-platform/commit/053d957d53f2a543d158f3ab651e390d2728e0b9 - (MISC) https://github.com/xwiki/xwiki-platform/commit/053d957d53f2a543d158f3ab651e390d2728e0b9 - Patch, Third Party Advisory
References (MISC) https://jira.xwiki.org/browse/XWIKI-19291 - (MISC) https://jira.xwiki.org/browse/XWIKI-19291 - Patch, Vendor Advisory

09 Feb 2022, 22:15

Type Values Removed Values Added
New CVE

Information

Published : 2022-02-09 22:15

Updated : 2023-12-10 14:22


NVD link : CVE-2022-23622

Mitre link : CVE-2022-23622

CVE.ORG link : CVE-2022-23622


JSON object : View

Products Affected

xwiki

  • xwiki
CWE
CWE-79

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')