First published: Wed Oct 25 2023(Updated: )
### Impact When trying to create a document that already exists, XWiki displays an error message in the form for creating it. Due to missing escaping, this error message is vulnerable to raw HTML injection and thus XSS. The injected code is the document reference of the existing document so this requires that the attacker first creates a non-empty document whose name contains the attack code. To reproduce, the following steps can be used: 1. Go to `<xwiki-host>/xwiki/bin/create/Main/WebHome?parent=&templateprovider=&spaceReference=&name=%3Cimg%20onerror=%22alert(1)%22%20src=%22test%22` where `<xwiki-host>` is the URL of your XWiki installation. 2. Create the page and add some content. 3. Go again to `<xwiki-host>/xwiki/bin/create/Main/WebHome?parent=&templateprovider=&spaceReference=&name=%3Cimg%20onerror=%22alert(1)%22%20src=%22test%22` where `<xwiki-host>` is the URL of your XWiki installation. If an alert with content "1" is displayed, the installation is vulnerable. This allows an attacker to execute arbitrary actions with the rights of the user opening the malicious link. Depending on the rights of the user, this may allow remote code execution and full read and write access to the whole XWiki installation. ### Patches This has been patched in XWiki 14.10.12 and 15.5RC1 by adding the appropriate escaping. ### Workarounds The vulnerable template file createinline.vm is part of XWiki's WAR and can be patched by manually applying the [changes from the fix](https://github.com/xwiki/xwiki-platform/commit/ed8ec747967f8a16434806e727a57214a8843581#diff-c222148bddebe4ff7629350f4053b618504a4ab172e697938c8fddf7c1fc6bc8).
Credit: security-advisories@github.com security-advisories@github.com
Affected Software | Affected Version | How to fix |
---|---|---|
maven/org.xwiki.platform:xwiki-platform-web | >=3.1-milestone-2<13.4-rc-1 | 13.4-rc-1 |
maven/org.xwiki.platform:xwiki-platform-web-templates | >=15.0-rc-1<15.5-rc-1 | 15.5-rc-1 |
maven/org.xwiki.platform:xwiki-platform-web-templates | <14.10.12 | 14.10.12 |
Xwiki Xwiki | >=3.1.1<13.4 | |
Xwiki Xwiki | >=14.0<14.10.12 | |
Xwiki Xwiki | >=15.0<15.5 | |
Xwiki Xwiki | =3.1-milestone2 | |
Xwiki Xwiki | =3.1-rc1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
The vulnerability allows for raw HTML injection and XSS.
Versions 3.1-milestone-2 to 13.4-rc-1 of org.xwiki.platform:xwiki-platform-web and versions 15.0-rc-1 to 15.5-rc-1 of org.xwiki.platform:xwiki-platform-web-templates are affected.
The severity of the vulnerability is critical with a CVSS score of 9.1.
The CWE ID for this vulnerability is CWE-79.
Apply the provided patches or upgrade to the specified versions of the affected software packages.