First published: Sat Apr 15 2023(Updated: )
XWiki Commons are technical libraries common to several other top level XWiki projects. The Livetable Macro wasn't properly sanitizing column names, thus allowing the insertion of raw HTML code including JavaScript. This vulnerability was also exploitable via the Documents Macro that is included since XWiki 3.5M1 and doesn't require script rights, this can be demonstrated with the syntax `{{documents id="example" count="5" actions="false" columns="doc.title, before<script>alert(1)</script>after"/}}`. Therefore, this can also be exploited by users without script right and in comments. With the interaction of a user with more rights, this could be used to execute arbitrary actions in the wiki, including privilege escalation, remote code execution, information disclosure, modifying or deleting content. This has been patched in XWiki 14.9, 14.4.6, and 13.10.10.
Credit: security-advisories@github.com
Affected Software | Affected Version | How to fix |
---|---|---|
Xwiki | >=1.9<13.10.10 | |
Xwiki | >=14.0<14.4.6 | |
Xwiki | >=14.5<14.9 | |
Xwiki | =1.9-milestone2 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2023-29207 is considered a medium severity vulnerability due to potential XSS exploitation.
To fix CVE-2023-29207, update to a version of XWiki that addresses the vulnerability.
CVE-2023-29207 affects XWiki versions between 1.9 and 14.4.6, as well as 14.9.
CVE-2023-29207 is a Cross-Site Scripting (XSS) vulnerability.
Yes, CVE-2023-29207 can be exploited remotely if proper input sanitization is not in place.