The Livetable Macro wasn't properly sanitizing column names, thus allowing the insertion of raw HTML code including JavaScript. This vulnerability was also exploitable via the Documents Macro that is included since XWiki 3.5M1 and doesn't require script rights, this can be demonstrated with the syntax {{documents id="example" count="5" actions="false" columns="doc.title, before<script>alert(1)</script>after"/}}
. Therefore, this can also be exploited by users without script right and in comments. With the interaction of a user with more rights, this could be used to execute arbitrary actions in the wiki, including privilege escalation, remote code execution, information disclosure, modifying or deleting content.
This has been patched in XWiki 14.9, 14.4.6, and 13.10.10.
It is possible to apply the patch to existing installations without upgrading. Only the files skins/flamingo/macros.vm
and templates/macros.vm
in the web application directory need to be replaced by a patched version.
If you have any questions or comments about this advisory: * Open an issue in Jira XWiki.org * Email us at Security Mailing List
{ "nvd_published_at": "2023-04-15T16:15:00Z", "github_reviewed_at": "2023-04-12T20:43:21Z", "severity": "HIGH", "github_reviewed": true, "cwe_ids": [ "CWE-79" ] }