CVE-2025-32974: org.xwiki.platform:xwiki-platform-security-requiredrights-default required rights analysis doesn't consider TextAreas with default content type
Impact When editing a page, XWiki warns since version 15.9 when there is content on the page like a script macro that would gain more rights due to the editing. This analysis doesn't consider certain kinds of properties, allowing a user to put malicious scripts in there that will be executed after a user with script, admin, or programming rights edited the page. Such a malicious script could impact the confidentiality, integrity and availability of the whole XWiki installation.
To reproduce, as a user without script right, create a class with a TextArea property, create page with an object of that class and a Velocity macro in its content. Then, as an admin, try editing that page. Normally, there should be a warning but in vulnerable versions of XWiki, there is no warning.
Patches This vulnerability has been patched in XWiki 15.10.8 and 16.2.0.
Workarounds We're not aware of any workarounds apart from not editing pages that might have been edited by untrusted users as a user with script rights, e.g., by using separate user accounts for admin and non-admin tasks.
Other sources
XWiki is a generic wiki platform. In versions starting from 15.9-rc-1 to before 15.10.8 and from 16.0.0-rc-1 to before 16.2.0, the required rights analysis doesn't consider TextAreas with default content type. When editing a page, XWiki warns since version 15.9 when there is content on the page like a script macro that would gain more rights due to the editing. This analysis doesn't consider certain kinds of properties, allowing a user to put malicious scripts in there that will be executed after a user with script, admin, or programming rights edited the page. Such a malicious script could impact the confidentiality, integrity and availability of the whole XWiki installation. This issue has been patched in versions 15.10.8 and 16.2.0.
— MITRE
Affected Software
Remediation
Event History
Frequently Asked Questions
What is the severity of CVE-2025-32974?
CVE-2025-32974 is considered a high severity vulnerability due to potential script execution and privilege escalation.
How do I fix CVE-2025-32974?
To fix CVE-2025-32974, upgrade to version 16.2.0 or 15.10.8 of the affected org.xwiki.platform:xwiki-platform-security-requiredrights-default package.
What are the affected versions in CVE-2025-32974?
CVE-2025-32974 affects versions from 15.9-rc-1 to 16.0.0-rc-1 of the org.xwiki.platform:xwiki-platform-security-requiredrights-default package.
Can CVE-2025-32974 lead to remote code execution?
Yes, CVE-2025-32974 can potentially allow attackers to execute malicious scripts via page edits.
Is user input validation impacted by CVE-2025-32974?
Yes, CVE-2025-32974 reveals a weakness in input validation, specifically in handling properties that can be manipulated by attackers.