CVE-2025-53836: XWiki Rendering is vulnerable to RCE attacks when processing nested macros
Impact
The default macro content parser didn't preserve the restricted attribute of the transformation context when executing nested macros. This allows executing macros that are normally forbidden in restricted mode, in particular script macros. The cache and chart macros that are bundled in XWiki use the vulnerable feature. The following XWiki syntax, when used inside a comment in XWiki, demonstrates the privilege escalation from comment right to programming right and thus remote code execution (RCE) that is possible due to this:
{{cache}}{{groovy}}println("Hello from Groovy!"){{/groovy}}{{/cache}}
This vulnerability exists since the restricted attribute has been added to the transformation context in version 4.2.
Patches This has been patched in XWiki 13.10.11, 14.4.7 and 14.10.
Workarounds To avoid the exploitation of this bug, comments can be disabled for untrusted users until an upgrade to a patched version has been performed. Note that users with edit rights will still be able to add comments via the object editor even if comments have been disabled.
Resources https://github.com/xwiki/xwiki-rendering/commit/c73fa3ccd4ac59057e48e5d4325f659e78e8f86d https://jira.xwiki.org/browse/XRENDERING-689 https://jira.xwiki.org/browse/XWIKI-20375
For more information If you have any questions or comments about this advisory: Open an issue in Jira XWiki.org Email us at Security Mailing List
Attribution
This vulnerability has been reported on Intigriti by René de Sain @renniepak.
Other sources
XWiki Rendering is a generic rendering system that converts textual input in a given syntax (wiki syntax, HTML, etc) into another syntax (XHTML, etc). Starting in version 4.2-milestone-1 and prior to versions 13.10.11, 14.4.7, and 14.10, the default macro content parser doesn't preserve the restricted attribute of the transformation context when executing nested macros. This allows executing macros that are normally forbidden in restricted mode, in particular script macros. The cache and chart macros that are bundled in XWiki use the vulnerable feature. This has been patched in XWiki 13.10.11, 14.4.7 and 14.10. To avoid the exploitation of this bug, comments can be disabled for untrusted users until an upgrade to a patched version has been performed. Note that users with edit rights will still be able to add comments via the object editor even if comments have been disabled.
— MITRE
Affected Software
Remediation
Event History
Frequently Asked Questions
What is the severity of CVE-2025-53836?
CVE-2025-53836 has been classified with a high severity due to its potential to allow execution of forbidden macros.
How do I fix CVE-2025-53836?
To mitigate CVE-2025-53836, update the affected software to version 14.10, 14.4.7, or 13.10.11.
What software is affected by CVE-2025-53836?
CVE-2025-53836 affects the org.xwiki.rendering:xwiki-rendering-transformation-macro package versions between 14.0 and 14.10, 14.0 and 14.4.7, and 4.2-milestone-1 to 13.10.11.
What type of vulnerability is CVE-2025-53836?
CVE-2025-53836 is a security vulnerability that involves the improper execution of nested macros, particularly script macros.
Can CVE-2025-53836 affect my application security?
Yes, CVE-2025-53836 can seriously affect application security by allowing malicious macros to be executed in restricted environments.