First published: Wed Oct 25 2023(Updated: )
### Impact When document names are validated according to a name strategy (disabled by default), XWiki is vulnerable to a reflected XSS attack in the page creation form. To reproduce, make sure that "Validate names before saving" is enabled in the administration under "Editing" -> "Name strategies" and then open `<xwiki-host>/xwiki/bin/create/Main/%3Cscript%3Ealert%28%27Test%20Test%20Test%20Test%20Test%27%29%3C%2Fscript%3E` where `<xwiki-host>` is the URL of your XWiki installation. This displays an alert if 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.5-RC-1 by adding 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/ba56fda175156dd35035f2b8c86cbd8ef1f90c2e#diff-c222148bddebe4ff7629350f4053b618504a4ab172e697938c8fddf7c1fc6bc8).
Credit: security-advisories@github.com security-advisories@github.com
Affected Software | Affected Version | How to fix |
---|---|---|
Xwiki Xwiki | >=12.0<14.10.12 | |
Xwiki Xwiki | >=15.0<15.5 | |
Xwiki Xwiki | =15.5-rc1 | |
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 | >=12.0-rc-1<14.10.12 | 14.10.12 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
The severity of CVE-2023-45136 is critical with a severity value of 9.7.
CVE-2023-45136 allows for a reflected XSS attack in the page creation form of XWiki when document names are validated.
To reproduce the XSS attack, enable "Validate names before saving" in the administration under "Editing" -> "Name strategies".
CVE-2023-45136 affects the org.xwiki.platform:xwiki-platform-web-templates package with versions between 15.0-rc-1 and 15.5-rc-1 (exclusive) and versions between 12.0-rc-1 and 14.10.12 (exclusive).
To fix CVE-2023-45136, update the org.xwiki.platform:xwiki-platform-web-templates package to version 15.5-rc-1 or apply the exact remedy version 14.10.12.