Headline
GHSA-57q2-6cp4-9mq3: XWiki exposes passwords and emails stored in fields not named password/email in xml.vm
Impact
The XML export of a page in XWiki that can be triggered by any user with view rights on a page by appending ?xpage=xml
to the URL includes password and email properties stored on a document that aren’t named password
or email
. This allows any user to obtain the salted and hashed user account validation or password reset token. As those tokens are randomly generated strings, the immediate impact of this should be low. The user’s password and email itself aren’t exposed as those fields are named password
and email
and thus aren’t affected. However, depending on how the wiki is used, there could be extensions or custom code that store passwords in plain text in such password properties that would be exposed by this vulnerability.
Patches
This vulnerability has been fixed by completely removing the output of password and email fields in this XML export in versions 17.2.0 RC1, 16.10.5 and 16.4.7.
Workarounds
If this XML export isn’t needed, the file templates/xml.vm
in the deployed WAR can be deleted. There isn’t any feature in XWiki itself that depends on this XML export.
- GitHub Advisory Database
- GitHub Reviewed
- CVE-2025-54125
XWiki exposes passwords and emails stored in fields not named password/email in xml.vm
High severity GitHub Reviewed Published Aug 5, 2025 in xwiki/xwiki-platform • Updated Aug 5, 2025
Package
maven org.xwiki.platform:xwiki-platform-legacy-oldcore (Maven)
Affected versions
>= 1.1, < 16.4.7
>= 16.5.0-rc-1, < 16.10.5
>= 17.0.0-rc-1, < 17.2.0-rc-1
Patched versions
16.4.7
16.10.5
17.2.0-rc-1
maven org.xwiki.platform:xwiki-platform-oldcore (Maven)
>= 1.1, < 16.4.7
>= 16.5.0-rc-1, < 16.10.5
>= 17.0.0-rc-1, < 17.2.0-rc-1
16.4.7
16.10.5
17.2.0-rc-1
Impact
The XML export of a page in XWiki that can be triggered by any user with view rights on a page by appending ?xpage=xml to the URL includes password and email properties stored on a document that aren’t named password or email. This allows any user to obtain the salted and hashed user account validation or password reset token. As those tokens are randomly generated strings, the immediate impact of this should be low. The user’s password and email itself aren’t exposed as those fields are named password and email and thus aren’t affected. However, depending on how the wiki is used, there could be extensions or custom code that store passwords in plain text in such password properties that would be exposed by this vulnerability.
Patches
This vulnerability has been fixed by completely removing the output of password and email fields in this XML export in versions 17.2.0 RC1, 16.10.5 and 16.4.7.
Workarounds
If this XML export isn’t needed, the file templates/xml.vm in the deployed WAR can be deleted. There isn’t any feature in XWiki itself that depends on this XML export.
References
- GHSA-57q2-6cp4-9mq3
- xwiki/xwiki-platform@742ee34
- https://jira.xwiki.org/browse/XWIKI-22810
Published to the GitHub Advisory Database
Aug 5, 2025