CVE-2026-24128
Unknown
Unknown - Not Provided
Reflected XSS in XWiki Platform Enables Privilege Escalation
Publication date: 2026-01-24
Last updated on: 2026-02-12
Assigner: GitHub, Inc.
Description
Description
XWiki Platform is a generic wiki platform offering runtime services for applications built on top of it. Versions 7.0-milestone-2 through 16.10.11, 17.0.0-rc-1 through 17.4.4, and 17.5.0-rc-1 through 17.7.0 contain a reflected Cross-site Scripting (XSS) vulnerability, which allows an attacker to craft a malicious URL and execute arbitrary actions with the same privileges as the victim. If the victim has administrative or programming rights, those rights can be exploited to gain full access to the XWiki installation. This issue has been patched in versions 17.8.0-rc-1, 17.4.5 and 16.10.12. To workaround, the patch can be applied manually, only a single line in templates/logging_macros.vm needs to be changed, no restart is required.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| xwiki | xwiki | 17.0.0 |
| xwiki | xwiki-rendering | 17.5.0 |
| xwiki | xwiki | 7.0 |
| xwiki | xwiki | 7.0 |
| xwiki | xwiki | From 17.0.1 (inc) to 17.4.5 (exc) |
| xwiki | xwiki | From 17.6.0 (inc) to 17.8.0 (exc) |
| xwiki | xwiki | From 7.0.1 (inc) to 16.10.12 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-79 | The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users. |
| CWE-80 | The product receives input from an upstream component, but it does not neutralize or incorrectly neutralizes special characters such as "<", ">", and "&" that could be interpreted as web-scripting elements when they are sent to a downstream component that processes web pages. |