XWiki Platform vulnerable to Cross-Site Scripting (XSS) through conflict resolution
Critical severity
GitHub Reviewed
Published
Jul 31, 2024
in
xwiki/xwiki-platform
•
Updated Jul 31, 2024
Package
Affected versions
>= 11.8-rc-1, < 15.10.8
>= 16.0.0-rc-1, < 16.3.0-rc-1
Patched versions
15.10.8
16.3.0-rc-1
Description
Published by the National Vulnerability Database
Jul 31, 2024
Published to the GitHub Advisory Database
Jul 31, 2024
Reviewed
Jul 31, 2024
Last updated
Jul 31, 2024
Impact
By creating a conflict when another user with more rights is currently editing a page, it is possible to execute JavaScript snippets on the side of the other user, which compromises the confidentiality, integrity and availability of the whole XWiki installation.
To reproduce on a XWiki instance, a user with admin rights needs to edit a document without saving right away.
Then, as another user without any other right than edit on the specific document, change the whole content to
<script>alert('XSS')</script>
.When the admin user then saves the document, a conflict popup appears. If they select "Fix each conflict individually" and see an alert displaying "XSS", then the instance is vulnerable.
Patches
This has been patched in XWiki 15.10.8 and 16.3.0RC1.
Workarounds
We're not aware of any workaround except upgrading.
References
For more information
If you have any questions or comments about this advisory:
References