ghsa-vmhh-xh3g-j992
Vulnerability from github
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 * Email us at security mailing list
{ affected: [ { package: { ecosystem: "Maven", name: "org.xwiki.platform:xwiki-platform-flamingo-theme-ui", }, ranges: [ { events: [ { introduced: "0", }, { fixed: "12.10.11", }, ], type: "ECOSYSTEM", }, ], }, { package: { ecosystem: "Maven", name: "org.xwiki.platform:xwiki-platform-flamingo-theme-ui", }, ranges: [ { events: [ { introduced: "13.0.0", }, { fixed: "13.4.7", }, ], type: "ECOSYSTEM", }, ], }, { package: { ecosystem: "Maven", name: "org.xwiki.platform:xwiki-platform-flamingo-theme-ui", }, ranges: [ { events: [ { introduced: "13.5.0", }, { fixed: "13.10.3", }, ], type: "ECOSYSTEM", }, ], }, ], aliases: [ "CVE-2022-29251", ], database_specific: { cwe_ids: [ "CWE-116", "CWE-79", "CWE-80", ], github_reviewed: true, github_reviewed_at: "2022-05-25T22:40:57Z", nvd_published_at: "2022-05-25T21:15:00Z", severity: "HIGH", }, details: "### Impact\nWe found a possible XSS vector in the `FlamingoThemesCode.WebHomeSheet` wiki page related to the \"newThemeName\" form field.\n\n### Patches\n\nThe issue is patched in versions 12.10.11, 14.0-rc-1, 13.4.7, 13.10.3.\n\n### Workarounds\nThe easiest workaround is to edit the wiki page `FlamingoThemesCode.WebHomeSheet` (with wiki editor) and change the line\n\n```\n<input type=\"hidden\" name=\"newThemeName\" id=\"newThemeName\" value=\"$request.newThemeName\" />\n```\n\ninto\n\n```\n<input type=\"hidden\" name=\"newThemeName\" id=\"newThemeName\" value=\"$escapetool.xml($request.newThemeName)\" />\n```\n\n### References\n * https://jira.xwiki.org/browse/XWIKI-19294\n * https://github.com/xwiki/xwiki-platform/commit/bd935320bee3c27cf7548351b1d0f935f116d437\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in [Jira XWiki](https://jira.xwiki.org)\n* Email us at [security mailing list](mailto:security@xwiki.org)", id: "GHSA-vmhh-xh3g-j992", modified: "2022-06-08T17:31:04Z", published: "2022-05-25T22:40:57Z", references: [ { type: "WEB", url: "https://github.com/xwiki/xwiki-platform/security/advisories/GHSA-vmhh-xh3g-j992", }, { type: "ADVISORY", url: "https://nvd.nist.gov/vuln/detail/CVE-2022-29251", }, { type: "WEB", url: "https://github.com/xwiki/xwiki-platform/commit/bd935320bee3c27cf7548351b1d0f935f116d437", }, { type: "PACKAGE", url: "https://github.com/xwiki/xwiki-platform", }, { type: "WEB", url: "https://jira.xwiki.org/browse/XWIKI-19294", }, ], schema_version: "1.4.0", severity: [ { score: "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:N/A:N", type: "CVSS_V3", }, ], summary: "Cross-site Scripting in the Flamingo theme manager", }
Log in or create an account to share your comment.
This schema specifies the format of a comment related to a security advisory.
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.