First published: Thu Jun 29 2023(Updated: )
### Impact By either creating a new or editing an existing document with an icon set, an attacker can inject XWiki syntax and Velocity code that is executed with programming rights and thus allows remote code execution. There are different attack vectors, the simplest is the Velocity code in the icon set's HTML or XWiki syntax definition. The [icon picker](https://extensions.xwiki.org/xwiki/bin/view/Extension/Icon%20Theme%20Application#HIconPicker) can be used to trigger the rendering of any icon set. The XWiki syntax variant of the icon set is also used without any escaping in some documents, allowing to inject XWiki syntax including script macros into a document that might have programming right, for this the currently used icon theme needs to be edited. Further, the HTML output of the icon set is output as JSON in the icon picker and this JSON is interpreted as XWiki syntax, allowing again the injection of script macros into a document with programming right and thus allowing remote code execution. This impacts the confidentiality, integrity and availability of the whole XWiki instance. ### Patches This has been patched in XWiki 14.10.6 and 15.1. Icon themes now require script right and the code in the icon theme is executed within the context of the icon theme, preventing any rights escalation. A macro for displaying icons has been introduced to avoid injecting the raw wiki syntax of an icon set into another document. ### Workarounds There are no workarounds apart from upgrading to a version containing the fix. ### References * https://jira.xwiki.org/browse/XWIKI-20524 * https://github.com/xwiki/xwiki-platform/commit/b0cdfd893912baaa053d106a92e39fa1858843c7 * https://github.com/xwiki/xwiki-platform/commit/46b542854978e9caa687a5c2b8817b8b17877d94 * https://github.com/xwiki/xwiki-platform/commit/79418dd92ca11941b46987ef881bf50424898ff4
Credit: security-advisories@github.com security-advisories@github.com
Affected Software | Affected Version | How to fix |
---|---|---|
Xwiki Xwiki | >=6.2<14.10.6 | |
Xwiki Xwiki | =15.0 | |
Xwiki Xwiki | =15.0-rc1 | |
Xwiki Xwiki | =15.1 | |
Xwiki Xwiki | =15.1-rc1 | |
maven/org.xwiki.platform:xwiki-platform-icon-ui | >=15.0-rc-1<15.2-rc-1 | 15.2-rc-1 |
maven/org.xwiki.platform:xwiki-platform-icon-ui | >=6.2-milestone-1<14.10.6 | 14.10.6 |
maven/org.xwiki.platform:xwiki-platform-icon-default | >=15.0-rc-1<15.2-rc-1 | 15.2-rc-1 |
maven/org.xwiki.platform:xwiki-platform-icon-script | >=15.0-rc-1<15.2-rc-1 | 15.2-rc-1 |
maven/org.xwiki.platform:xwiki-platform-icon-script | >=6.2-milestone-1<14.10.6 | 14.10.6 |
maven/org.xwiki.platform:xwiki-platform-icon-default | >=6.2-milestone-1<14.10.6 | 14.10.6 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
The severity of CVE-2023-36470 is critical with a CVSS score of 8.8.
CVE-2023-36470 affects XWiki Platform versions 6.2 through 14.10.6, as well as versions 15.0, 15.0-rc1, 15.1, and 15.1-rc1.
The CWE classification of CVE-2023-36470 is CWE-74 (Improper Neutralization of Special Elements in Output Used by a Downstream Component).
An attacker can exploit CVE-2023-36470 by injecting XWiki syntax and Velocity code into a document with an icon set, allowing remote code execution.
Yes, fixes for CVE-2023-36470 are available in the following GitHub commits: [commit 1](https://github.com/xwiki/xwiki-platform/commit/46b542854978e9caa687a5c2b8817b8b17877d94), [commit 2](https://github.com/xwiki/xwiki-platform/commit/79418dd92ca11941b46987ef881bf50424898ff4), [commit 3](https://github.com/xwiki/xwiki-platform/commit/b0cdfd893912baaa053d106a92e39fa1858843c7).