Cyber Resilience

CVE-2023-29206

CriticalPublic PoC

Published: 15 April 2023

Published
15 April 2023
Modified
21 November 2024
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.0442 89.3th percentile
Risk Priority 21 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2023-29206 is a critical-severity Cross-site Scripting (CWE-79) vulnerability in Xwiki Xwiki. Its CVSS base score is 9.0 (Critical).

Operationally, ranked in the top 10.7% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

Deeper analysis

XWiki Commons, the shared technical libraries used across multiple XWiki projects, contained an authorization flaw affecting JavaScript and StyleSheet XObjects stored in wiki documents. The code performed no verification of the object's author before execution, allowing any user granted only Edit rights to introduce executable content that would later run under the privileges of a user possessing Script rights. The issue is tracked as CWE-79 and received a CVSS 3.1 score of 9.0.

An attacker with Edit access on a document can therefore embed a malicious script or stylesheet. When a privileged user subsequently views or interacts with that document, the script executes in the privileged context, enabling actions such as data exfiltration, privilege escalation, or arbitrary content modification within the wiki.

The vulnerability was addressed in XWiki 14.9-rc-1 by adding an explicit author-rights check that prevents script execution unless the object's author itself holds Script rights. The fix is documented in the project's GitHub advisory GHSA-cmvg-w72j-7phx and the associated commits and Jira issues.

EPSS scores have remained low, reaching a peak of only 0.0653 before receding to the current value of 0.0442, indicating limited observed exploitation interest since disclosure.

EU & UK References

Vulnerability details

XWiki Commons are technical libraries common to several other top level XWiki projects. There was no check in the author of a JavaScript xobject or StyleSheet xobject added in a XWiki document, so until now it was possible for a…

more

user having only Edit Right to create such object and to craft a script allowing to perform some operations when executing by a user with appropriate rights. This has been patched in XWiki 14.9-rc-1 by only executing the script if the author of it has Script rights.

CWE(s)

Related Threats

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

Affected Assets

xwiki
xwiki
3.0 · 3.0 — 14.8

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