CVE-2023-34464
CriticalCVSS 9.0Exploitation Probability (EPSS)
Low risk44th percentile - higher than 44% of all known CVEs
Summary
XWiki Platform versions from 2.2.1 to 14.4.8, 14.10.5, and 15.1RC1 are vulnerable to a stored cross-site scripting (XSS) attack. Users can insert HTML code into documents, allowing unauthorized actions to be performed by other users who visit those documents.
Risk Assessment
The XSS attack can lead to breaches of confidentiality, integrity, and availability of the entire XWiki installation, posing a serious threat to the organization.
Recommendation
It is recommended to upgrade to XWiki versions 14.4.8, 14.10.5, or 15.1RC1, which contain security patches that mitigate this vulnerability.
Original NVD description (English source)
XWiki Platform is a generic wiki platform offering runtime services for applications built on top of it. Starting in version 2.2.1 until versions 14.4.8, 14.10.5, and 15.1RC1 of org.xwiki.platform:xwiki-platform-web and any version prior to 14.4.8, 14.10.5, and 15.1.RC1 of org.xwiki.platform:xwiki-platform-web-templates, any user who can edit a document in a wiki like the user profile can create a stored cross-site scripting attack. The attack occurs by putting plain HTML code into that document and then tricking another user to visit that document with the `displaycontent` or `rendercontent` template and plain output syntax. If a user with programming rights is tricked into visiting such a URL, arbitrary actions be performed with this user's rights, impacting the confidentiality, integrity, and availability of the whole XWiki installation. This has been patched in XWiki 14.4.8, 14.10.5 and 15.1RC1 by setting the content type of the response to plain text when the output syntax is not an HTML syntax.

