First published: Tue Jan 14 2025(Updated: )
### Impact NOTE: The [Realtime WYSIWYG Editor](https://extensions.xwiki.org/xwiki/bin/view/Extension/Realtime%20WYSIWYG%20Editor/) extension was **experimental**, and thus **not recommended**, in the versions affected by this vulnerability. It has become enabled by default, and thus recommended, starting with XWiki 16.9.0. A user with only **edit right** can join a realtime editing session where others, that where already there or that may join later, have **script** or **programming** access rights. This user can then insert **script rendering macros** that are executed for those users in the realtime session that have script or programming rights. The inserted scripts can be used to gain more access rights. Here's an example that works with XWiki 15.10.9+ and 16.2.0+: * the attacker starts editing a wiki page in realtime (for which they have edit right) * another user, with script or programming access right joins the editing session (e.g. by clicking on a link / URL provided by the attacker) * the attacker inserts a script rendering macro, say ``{{velocity}}I can run scripts{{/velocity}}``, in the edited content, using the WYSIWYG editor UI * the edited content is reloaded for both the attacker and the other user, in order to render the inserted macro * the attacker gets a rendering error message * the other user sees "I can run scripts" The attacker can obviously use more advanced scripts to gain access rights. Before XWiki 15.10.9 and 16.2.0 the edited content was not re-rendered for all the users in the editing sesesion, but only for the user that inserted the macro. This means that in order to reproduce the problem the other user had to insert or update a macro or save and view the content. ### Patches This vulnerability has been patched in XWiki 15.10.12, 16.4.1 and 16.6.0-rc-1. ### Workarounds To avoid this vulnerability you can: * either disable the realtime WYSIWYG editing by disabling the ``xwiki-realtime`` CKEditor plugin from [the WYSIWYG editor administration section](https://extensions.xwiki.org/xwiki/bin/view/Extension/CKEditor+Integration#HAdministrationSection) * or uninstall the [Realtime WYSIWYG Editor](https://extensions.xwiki.org/xwiki/bin/view/Extension/Realtime%20WYSIWYG%20Editor/) extension (org.xwiki.platform:xwiki-platform-realtime-wysiwyg-ui) ### References * https://jira.xwiki.org/browse/XWIKI-21949 ### For more information If you have any questions or comments about this advisory: * Open an issue in [Jira XWiki.org](https://jira.xwiki.org/) * Email us at [Security Mailing List](mailto:security@xwiki.org)
Credit: security-advisories@github.com security-advisories@github.com
Affected Software | Affected Version | How to fix |
---|---|---|
maven/org.xwiki.platform:xwiki-platform-realtime-wysiwyg-ui | >=16.5.0-rc-1<16.6.0-rc-1 | 16.6.0-rc-1 |
maven/org.xwiki.platform:xwiki-platform-realtime-wysiwyg-ui | >=16.0.0-rc-1<16.4.1 | 16.4.1 |
maven/org.xwiki.platform:xwiki-platform-realtime-wysiwyg-ui | >=13.9-rc-1<15.10.12 | 15.10.12 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2025-23025 is classified as a high severity vulnerability due to its potential impact on the affected systems.
To remediate CVE-2025-23025, update the Realtime WYSIWYG Editor extension to version 16.6.0-rc-1, 16.4.1, or 15.10.12 based on your current version.
Versions of the Realtime WYSIWYG Editor prior to 16.6.0-rc-1, 16.4.1, and 15.10.12 are affected by CVE-2025-23025.
The Realtime WYSIWYG Editor extension is experimental and is not recommended for production use even after updating due to its vulnerabilities.
The vulnerable Realtime WYSIWYG Editor extension is designed to provide real-time collaborative editing capabilities within XWiki but is associated with security risks.