.. / CVE-2023-35156

Exploit for XWiki >= 6.0-rc-1 - Cross-Site Scripting (CVE-2023-35156)

Description:

XWiki Platform is a generic wiki platform offering runtime services for applications built on top of it. Users are able to forge an URL with a payload allowing to inject Javascript in the page (XSS). It’s possible to exploit the delete template to perform a XSS, e.g. by using URL such as: > xwiki/bin/get/FlamingoThemes/Cerulean?xpage=xpart&vm=delete.vm&xredirect=javascript:alert(document.domain). This vulnerability exists since XWiki 6.0-rc-1.

Nuclei Template

View the template here CVE-2023-35156.yaml

Validate with Nuclei

echo "$URL" | nuclei -t ~/nuclei-templates/http/cves/2023/CVE-2023-35156.yaml
Copy

References:

https://jira.xwiki.org/browse/XWIKI-20341
https://nvd.nist.gov/vuln/detail/CVE-2023-35156