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-uiextension-api
to version 14.10.19, 15.9-rc-1, 15.5.4 or higher.
org.xwiki.platform:xwiki-platform-uiextension-api is a Java API for the User Interface extensions
Affected versions of this package are vulnerable to Insecure Inherited Permissions due to the improper handling of UIExtension parameters. An attacker can execute arbitrary code on the system by creating a UIExtension object with malicious parameters and adding it to a document, such as the user's profile. This exploitation allows unauthorized access to the system's programming rights, leading to a compromise of confidentiality, integrity, and availability of the XWiki installation.
Extension Point ID: org.xwiki.platform.panels.Applications
Extension ID: platform.panels.myFakeApplication
Extension parameters:
label=I got programming right: $services.security.authorization.hasAccess('programming')
target=Main.WebHome
targetQueryString=
icon=icon:bomb
Extension Scope: "Current User".