Loading...
Skip to main content

CVE-2026-24128

MEDIUM

XWiki Affected by Reflected Cross-Site Scripting (XSS) in Error Messages

Published January 23, 2026Updated February 3, 2026Source: osv

Summary

### Impact A reflected cross site scripting (XSS) vulnerability in XWiki allows an attacker to execute arbitrary actions in XWiki with the rights of the victim if the attacker manages to trick a victim into visiting a crafted URL. If the victim has administrative or programming rights, those rights can be exploited to gain full access to the XWiki installation. ### Patches This vulnerability has been patched in XWiki 17.8.0RC1, 17.4.5 and 16.10.12. ### Workarounds The [patch](https://github.com/xwiki/xwiki-platform/commit/8337ac8c3b19c37f306723b638b2cae8b0a57dbf#diff-8f16efedd19baae025db602d8736a105bfd8f72676af2c935b8195a0c356ee71) can be applied manually, only a single line in `templates/logging_macros.vm` needs to be changed, no restart is required. ### References * https://github.com/xwiki/xwiki-platform/commit/8337ac8c3b19c37f306723b638b2cae8b0a57dbf * https://jira.xwiki.org/browse/XWIKI-23462 ### Attribution We thank Mike Cole @mikecole-mg for discovering and reporting this vulnerability.

Remediation

Upgrade to the fixed version using your package manager.

Maven
Update org.xwiki.platform:xwiki-platform-web-templates to 17.8.0-rc-1 or later
<!-- Update pom.xml dependency version to 17.8.0-rc-1 for org.xwiki.platform:xwiki-platform-web-templates -->
Maven
Update org.xwiki.platform:xwiki-platform-web-templates to 16.10.12 or later
<!-- Update pom.xml dependency version to 16.10.12 for org.xwiki.platform:xwiki-platform-web-templates -->
Maven
Update org.xwiki.platform:xwiki-platform-web-templates to 17.4.5 or later
<!-- Update pom.xml dependency version to 17.4.5 for org.xwiki.platform:xwiki-platform-web-templates -->

After upgrading, run your dependency scanner again to confirm the vulnerability is resolved.

Affected Packages (3)

PackageEcosystemAffectedFixed In
org.xwiki.platform:xwiki-platform-web-templates
maven
All versions17.8.0-rc-1
org.xwiki.platform:xwiki-platform-web-templates
maven
All versions16.10.12
org.xwiki.platform:xwiki-platform-web-templates
maven
All versions17.4.5

Vulnerability Classification

Common Weakness Enumeration (CWE) identifiers for this vulnerability type.

CVSS Score Breakdown

What the CVSS (Common Vulnerability Scoring System) 9.6 score means for each attack dimension.

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
P
Scope
Confidentiality
Integrity
Availability

CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:N/SC:H/SI:H/SA:H

Frequently Asked Questions

What is CVE-2026-24128?
XWiki Affected by Reflected Cross-Site Scripting (XSS) in Error Messages This vulnerability has been assigned a severity rating of MEDIUM (CVSS score: 9.6/10).
How do I check if my project is affected by CVE-2026-24128?
CVE-2026-24128 affects org.xwiki.platform:xwiki-platform-web-templates. Use GeekWala's free vulnerability scanner to check your dependencies against CVE-2026-24128 and 200,000+ other known vulnerabilities.

Severity & Exploitability

CVSS Score
9.6

Exploitation is straightforward and causes maximum impact. Patch immediately.

Also Known As

GHSA-wvqx-m5px-6cmp

Related CVEs

  • CVE-2023-45137
    CRITICAL

    XWiki Platform vulnerable to XSS with edit right in the create document form for existing pages

  • CVE-2023-34464
    CRITICAL

    XWiki vulnerable to stored cross-site scripting via any wiki document and the displaycontent/rendercontent template

  • CVE-2023-45135
    CRITICAL

    XWiki users can be tricked to execute scripts as the create page action doesn't display the page's title

  • CVE-2023-45134
    CRITICAL

    XWiki Platform XSS vulnerability from account in the create page form via template provider

  • CVE-2023-29512
    CRITICAL

    xwiki-platform-web-templates vulnerable to Eval Injection

  • CVE-2023-45136
    CRITICAL

    XWiki Platform web templates vulnerable to reflected XSS in the create document form if name validation is enabled

  • CVE-2023-29207
    HIGH

    Improper Neutralization of Script-Related HTML Tags (XSS) in the LiveTable Macro

  • CVE-2025-66472
    MEDIUM

    XWiki vulnerable to a reflected XSS via xredirect parameter in DeleteApplication

Check if you're affected

Scan your dependencies to see if this vulnerability affects your projects.

Scan Your Dependencies