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-search-solr-ui
to version 14.10.20, 15.5.4, 15.10-rc-1 or higher.
Affected versions of this package are vulnerable to Eval Injection via the manipulation of the space title and Solr space facet. An attacker can execute arbitrary Groovy code on the XWiki installation, compromising its confidentiality, integrity, and availability by creating a document with a specially crafted title and using the search UI.
This vulnerability can be mitigated by modifying the Main.SolrSpaceFacet
page following this patch.
Create a document with title {{/html}}{{async}}{{groovy}}println("Hello from Groovy Title!"){{/groovy}}{{/async}}
and content Test Document
;
Using the search UI, search for "Test Document"
;
Deploy the Location
facet on the right of the screen, next to the search results.
The installation is vulnerable if you see an item such as:
Hello from Groovy Title!
</a>
<div class="itemCount">1</div>
</li>
</ul>
{{/html}}