CVE-2025-66474: XWiki vulnerable to remote code execution through insufficient protection against {{/html}} injection
Impact Any user who can edit their own user profile or any other document 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. The reason is that rendering output is included as content of HTML macros with insufficient escaping, and it is thus possible to close the HTML macro and inject script macros that are executed with programming rights. To demonstrate, the content {{html}}{{/html {{/html}}}} can be inserted into any field of the user profile that supports wiki syntax like the "About" field. If this leads to the display of raw HTML, the instance is vulnerable.
Patches This problem has been patched by extending the escaping introduced by XRENDERING-693 to also cover closing HTML macros that have spaces after the macro name in XWiki 16.10.10, 17.4.3 and 17.6.0RC1. A similar fix has been applied in org.xwiki.platform:xwiki-platform-oldcore as an extra safety net, see XWIKI-23378. At this point, we're not aware that this extra safety net would be required for security.
The patch also fixes the injection of opening HTML macro syntaxes, e.g., with {{html}}{{html{{/html}}}} which disrupts the rendering of the user profile but for which we haven't found any further security impact apart from the disruption of the UI.
Workarounds We're not aware of any workarounds except for upgrading the affected module to a version with a fix.
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). Versions 16.10.9 and below, 17.0.0-rc-1 through 17.4.2 and 17.5.0-rc-1 through 17.5.0 have insufficient protection against {{/html}} injection, which attackers can exploit through RCE. Any user who can edit their own profile or any other document can execute arbitrary script macros, including Groovy and Python macros, which enable remote code execution as well as unrestricted read and write access to all wiki contents. This issue is fixed in versions 16.10.10, 17.4.3 and 17.6.0-rc-1.
— MITRE
Affected Software
Remediation
Patch Available
Patch Available
Patch Available
Patch Available
Event History
Frequently Asked Questions
What is the severity of CVE-2025-66474?
CVE-2025-66474 is considered a critical vulnerability due to the potential for remote code execution and unauthorized access to sensitive wiki content.
How do I fix CVE-2025-66474?
To fix CVE-2025-66474, update the affected XWiki rendering package to version 17.6.0-rc-1, 17.4.3, or 16.10.10 as appropriate.
What are the potential impacts of CVE-2025-66474?
CVE-2025-66474 allows any user with profile editing rights to execute arbitrary script macros, leading to unrestricted access to all wiki contents.
Which versions are affected by CVE-2025-66474?
CVE-2025-66474 affects XWiki rendering versions from 17.0.0-rc-1 to 17.5.0-rc-1, and below 17.4.3 and 16.10.10.
Is user authentication effective against CVE-2025-66474?
User authentication alone is not sufficient to mitigate CVE-2025-66474, as it exploits the ability of users to run their own scripts.