Security
Headlines
HeadlinesLatestCVEs

Headline

CVE-2023-45135: Users can be tricked to execute scripts as the create action doesn't display the page's title

XWiki Platform is a generic wiki platform offering runtime services for applications built on top of it. In org.xwiki.platform:xwiki-platform-web versions 7.2-milestone-2 until 14.10.12 and org.xwiki.platform:xwiki-platform-web-templates prior to versions 14.10.12 and 15.5-rc-1, it is possible to pass a title to the page creation action that isn’t displayed at first but then executed in the second step. This can be used by an attacker to trick a victim to execute code, allowing script execution if the victim has script right or remote code execution including full access to the XWiki instance if the victim has programming right.

For the attack to work, the attacker needs to convince the victim to visit a link like <xwiki-host>/xwiki/bin/create/NonExistingSpace/WebHome?title=$services.logging.getLogger(%22foo%22).error(%22Script%20executed!%22) where <xwiki-host> is the URL of the Wiki installation and to then click on the “Create” button on that page. The page looks like a regular XWiki page that the victim would also see when clicking the button to create a page that doesn’t exist yet, the malicious code is not displayed anywhere on that page. After clicking the “Create” button, the malicious title would be displayed but at this point, the code has already been executed and the attacker could use this code also to hide the attack, e.g., by redirecting the victim again to the same page with an innocent title. It thus seems plausible that this attack could work if the attacker can place a fake “create page” button on a page which is possible with edit right.

This has been patched in org.xwiki.platform:xwiki-platform-web version 14.10.12 and org.xwiki.platform:xwiki-platform-web-templates versions 14.10.12 and 15.5-rc-1 by displaying the title already in the first step such that the victim can notice the attack before continuing. It is possible to manually patch the modified files from the patch in an existing installation. For the JavaScript change, the minified JavaScript file would need to be obtained from a build of XWiki and replaced accordingly.

CVE
#web#java#rce

Steps to reproduce:

  1. Get a victim with script or programming right to open <xwiki-host>/xwiki/bin/create/NonExistingSpace/WebHome?title=$services.logging.getLogger(%22foo%22).error(%22Script%20executed!%22) where <xwiki-host> where is the URL of your XWiki installation, making the victim think that this URL should be used to create a document (e.g., by faking a create button). Get the victim to click on the create button on that screen.

Expected result:

The victim sees the malicious title such that the victim can correct it before it is executed (or just close the browser’s tab).

Actual result:

The title is not displayed in the create action, only in the edit action - and at that point, the code has already been executed, demonstrated by a log message with content “Script executed!” in this case. The script execution could easily be used to redirect the victim to another URL to hide the attack. If the victim has programming right, this gives full remote code execution with programming rights.

From what I can see, XWIKI-12316 is the first change where inputs were hidden while creating documents, thus making this attack possible (in these versions, the name was used as title without escaping from what I can see). This gives a likely affects version of 7.2-milestone-2. The title parameter that is exploited here was introduced in XWIKI-12231, so in 7.2-milestone-3 this is also exploitable with the title parameter.

Related news

GHSA-ghf6-2f42-mjh9: XWiki users can be tricked to execute scripts as the create page action doesn't display the page's title

### Impact In XWiki, it is possible to pass a title to the page creation action that isn't displayed at first but then executed in the second step. This can be used by an attacker to trick a victim to execute code, allowing script execution if the victim has script right or remote code execution including full access to the XWiki instance if the victim has programming right. For the attack to work, the attacker needs to convince the victim to visit a link like `<xwiki-host>/xwiki/bin/create/NonExistingSpace/WebHome?title=$services.logging.getLogger(%22foo%22).error(%22Script%20executed!%22)` where `<xwiki-host>` is the URL of the Wiki installation and to then click on the "Create" button on that page. The page looks like a regular XWiki page that the victim would also see when clicking the button to create a page that doesn't exist yet, the malicious code is not displayed anywhere on that page. After clicking the "Create" button, the malicious title would be displayed but at this poi...

CVE: Latest News

CVE-2023-50976: Transactions API Authorization by oleiman · Pull Request #14969 · redpanda-data/redpanda
CVE-2023-6905
CVE-2023-6903
CVE-2023-6904
CVE-2023-3907