Loading HuntDB...

GHSA-vmhh-xh3g-j992

GitHub Security Advisory

Cross-site Scripting in the Flamingo theme manager

✓ GitHub Reviewed HIGH Has CVE

Advisory Details

### Impact
We found a possible XSS vector in the `FlamingoThemesCode.WebHomeSheet` wiki page related to the "newThemeName" form field.

### Patches

The issue is patched in versions 12.10.11, 14.0-rc-1, 13.4.7, 13.10.3.

### Workarounds
The easiest workaround is to edit the wiki page `FlamingoThemesCode.WebHomeSheet` (with wiki editor) and change the line

```
<input type="hidden" name="newThemeName" id="newThemeName" value="$request.newThemeName" />
```

into

```
<input type="hidden" name="newThemeName" id="newThemeName" value="$escapetool.xml($request.newThemeName)" />
```

### References
* https://jira.xwiki.org/browse/XWIKI-19294
* https://github.com/xwiki/xwiki-platform/commit/bd935320bee3c27cf7548351b1d0f935f116d437

### For more information
If you have any questions or comments about this advisory:
* Open an issue in [Jira XWiki](https://jira.xwiki.org)
* Email us at [security mailing list](mailto:[email protected])

Affected Packages

Maven org.xwiki.platform:xwiki-platform-flamingo-theme-ui
Affected versions: 0 (fixed in 12.10.11)
Maven org.xwiki.platform:xwiki-platform-flamingo-theme-ui
Affected versions: 13.0.0 (fixed in 13.4.7)
Maven org.xwiki.platform:xwiki-platform-flamingo-theme-ui
Affected versions: 13.5.0 (fixed in 13.10.3)

Related CVEs

Key Information

GHSA ID
GHSA-vmhh-xh3g-j992
Published
May 25, 2022 10:40 PM
Last Modified
June 8, 2022 5:31 PM
CVSS Score
7.5 /10
Primary Ecosystem
Maven
Primary Package
org.xwiki.platform:xwiki-platform-flamingo-theme-ui
GitHub Reviewed
✓ Yes

Dataset

Last updated: September 23, 2025 6:31 AM

Data from GitHub Advisory Database. This information is provided for research and educational purposes.