Any user who can view Invitation.WebHome
can execute arbitrary script macros including Groovy and Python macros that allow remote code execution including unrestricted read and write access to all wiki contents. This can be reproduced with the following steps:
{{cache}}{{groovy}}new File("/tmp/exploit.txt").withWriter { out -> out.println("Attacked from invitation!"); }{{/groovy}}{{/cache}}
The vulnerability has been patched on XWiki 14.4.8, 15.2-rc-1, and 14.10.6.
The vulnerability can be patched manually by applying the patch on Invitation.InvitationCommon
and Invitation.InvitationConfig
.
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-08-17T18:15:14Z", "cwe_ids": [ "CWE-94", "CWE-95" ], "severity": "CRITICAL", "github_reviewed": true, "github_reviewed_at": "2023-08-18T21:50:33Z" }