Cyber Resilience

CVE-2023-31126

Critical

Published: 09 May 2023

Published
09 May 2023
Modified
28 January 2025
KEV Added
Patch
CVSS Score v3.1 9.0 CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H
EPSS Score 0.2162 95.9th percentile
Risk Priority 31 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2023-31126 is a critical-severity Improper Neutralization of Invalid Characters in Identifiers in Web Pages (CWE-86) vulnerability in Xwiki Xwiki. Its CVSS base score is 9.0 (Critical).

Operationally, ranked in the top 4.1% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

Deeper analysis

The vulnerability is a cross-site scripting flaw in the HTML sanitizer component of org.xwiki.commons:xwiki-commons-xml, the XML library used by the XWiki open-source wiki platform. Introduced with version 14.6-rc-1, the sanitizer permits arbitrary HTML injection through invalid data attributes; the issue does not affect restricted cleaning modes in HTMLCleaner, where characters such as / and > are stripped from attribute names.

An attacker with low privileges can supply crafted input containing malicious data attributes to achieve reflected or stored XSS, resulting in high impact on confidentiality, integrity, and availability as reflected in the CVSS 9.0 score.

Advisories and patches from the XWiki project state that the problem is resolved in versions 14.10.4 and 15.0 RC1 by restricting data attribute names to allowed characters; the corresponding fixes are documented in the referenced GitHub commits and XCOMMONS-2606 Jira ticket, with no workarounds other than upgrading.

The EPSS score remains flat at its peak value of 0.2162 with no material upward trajectory after disclosure.

EU & UK References

Vulnerability details

`org.xwiki.commons:xwiki-commons-xml` is an XML library used by the open-source wiki platform XWiki. The HTML sanitizer, introduced in version 14.6-rc-1, allows the injection of arbitrary HTML code and thus cross-site scripting via invalid data attributes. This vulnerability does not affect restricted…

more

cleaning in HTMLCleaner as there attributes are cleaned and thus characters like `/` and `>` are removed in all attribute names. This problem has been patched in XWiki 14.10.4 and 15.0 RC1 by making sure that data attributes only contain allowed characters. There are no known workarounds apart from upgrading to a version including the fix.

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

xwiki
xwiki
14.6 — 14.10.4

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-79

Penetration testing submits XSS payloads to web applications, detecting cross-site scripting flaws for subsequent remediation.

addresses: CWE-79

Validates web inputs to reject script-related content that could produce XSS.

addresses: CWE-79

Output validation against expected content can reject or sanitize script content in generated web pages, reducing XSS exploitability.

References