-
CVSS Score
-Basic Information
CVE ID
-
GHSA ID
-
EPSS Score
-
CWE
-
Published
-
Updated
-
KEV Status
-
Technology
-
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| org.xwiki.platform:xwiki-platform-panels-ui | maven | >= 6.3-milestone-2, < 13.10.11 | 13.10.11 |
| org.xwiki.platform:xwiki-platform-panels-ui | maven | >= 14.0, < 14.4.7 | 14.4.7 |
| org.xwiki.platform:xwiki-platform-panels-ui | maven | >= 14.5, < 14.10-rc-1 | 14.10-rc-1 |
The vulnerability stems from unescaped interpolation of UIX parameters in the ApplicationsPanelConfigurationSheet.xml Velocity template. The proof of concept shows malicious code execution via the 'label' parameter, and the patch specifically adds $escapetool.xml() calls to neutralize these parameters. The affected code paths are clearly shown in the commit diff where parameters were previously rendered without escaping.
Ongoing coverage of React2Shell