Ecosyste.ms: Advisories

An open API service providing security vulnerability metadata for many open source software ecosystems.

Security Advisories: GSA_kwCzR0hTQS1neDZoLTkzNmMtdnJycs0p3Q

Cross site scripting in registration template in xwiki-platform

Impact

We found a possible XSS vector in the registerinline.vm template related to the xredirect hidden field.
This template is only used in the following conditions:

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.

Patches

The issue is patched in versions 12.10.11, 14.0-rc-1, 13.4.7, 13.10.3.

Workarounds

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 the following:

<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.

References

https://jira.xwiki.org/browse/XWIKI-19291

For more information

If you have any questions or comments about this advisory:

Permalink: https://github.com/advisories/GHSA-gx6h-936c-vrrr
JSON: https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS1neDZoLTkzNmMtdnJycs0p3Q
Source: GitHub Advisory Database
Origin: Unspecified
Severity: High
Classification: General
Published: about 2 years ago
Updated: about 1 year ago


CVSS Score: 7.4
CVSS vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:N/A:N

Identifiers: GHSA-gx6h-936c-vrrr, CVE-2022-23622
References: Repository: https://github.com/xwiki/xwiki-platform
Blast Radius: 1.0

Affected Packages

maven:org.xwiki.platform:xwiki-platform-web-templates
Affected Version Ranges: >= 13.10.0, < 13.10.3, >= 13.0.0, < 13.4.7, >= 2.6.1, < 12.10.11
Fixed in: 13.10.3, 13.4.7, 12.10.11