Skip to content

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

maven org.xwiki.platform:xwiki-platform-web-templates (Maven)

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

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

@michitux michitux published to xwiki/xwiki-platform Jul 31, 2024
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

Severity

Critical
9.1
/ 10

CVSS base metrics

Attack vector
Network
Attack complexity
Low
Privileges required
Low
User interaction
Required
Scope
Changed
Confidentiality
High
Integrity
High
Availability
High
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H

EPSS score

0.170%
(55th percentile)

CVE ID

CVE-2024-41947

GHSA ID

GHSA-692v-783f-mg8x

Source code

Loading Checking history
See something to contribute? Suggest improvements for this vulnerability.