Comments are supposed to be executed with the right of superadmin but in restricted mode (anything dangerous is disabled) but the async macro is not taking into account the restricted mode.
This means that any user with comment right can use the async macro to make it execute any wiki content with the right of superadmin as in:
{{async}} {{groovy}}println "it works !"{{/groovy}} {{/async}}
This has been patched in XWiki 14.9, 14.4.6, and 13.10.10.
The only known workaround consists in applying the following patch and rebuilding and redeploying org.xwiki.platform:xwiki-platform-rendering-async-macro
.
If you have any questions or comments about this advisory: * Open an issue in Jira * Email us at Security ML
{ "nvd_published_at": "2023-03-02T19:15:00Z", "github_reviewed_at": "2023-03-03T22:49:37Z", "severity": "CRITICAL", "github_reviewed": true, "cwe_ids": [ "CWE-284" ] }