-
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-flamingo-skin-resources | maven | >= 6.0-rc-1, < 14.10.6 | 14.10.6 |
| org.xwiki.platform:xwiki-platform-flamingo-skin-resources | maven | >= 15.0-rc-0, < 15.1 | 15.1 |
The vulnerability stemmed from handling the 'xredirect' parameter in delete.vm template. The original code used #set($cancelUrl = "$request.xredirect") without validation, allowing XSS via javascript: URIs. The patch introduced #getSanitizedURLAttributeValue macro and $escapetool.xml escaping, confirming the lack of proper sanitization was the root cause. The file path and vulnerable pattern are explicitly shown in commit diffs and advisory descriptions.
Ongoing coverage of React2Shell