ghsa-ph5x-h23x-7q5q
Vulnerability from github
Published
2022-05-25 22:41
Modified
2022-06-08 17:25
Severity ?
Summary
Cross-site Scripting in wiki manager join wiki page
Details
Impact
We found a possible XSS vector in the WikiManager.JoinWiki
wiki page related to the "requestJoin" 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 WikiManager.JoinWiki
(with wiki editor) and change the line
<input type='hidden' name='requestJoin' value="$!request.requestJoin"/>
into
<input type='hidden' name='requestJoin' value="$escapetool.xml($!request.requestJoin)">
References
- https://jira.xwiki.org/browse/XWIKI-19292
- https://github.com/xwiki/xwiki-platform/commit/27f839133d41877e538d35fa88274b50a1c00b9b
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-wiki-ui-mainwiki", }, ranges: [ { events: [ { introduced: "0", }, { fixed: "12.10.11", }, ], type: "ECOSYSTEM", }, ], }, { package: { ecosystem: "Maven", name: "org.xwiki.platform:xwiki-platform-wiki-ui-mainwiki", }, ranges: [ { events: [ { introduced: "13.0.0", }, { fixed: "13.4.7", }, ], type: "ECOSYSTEM", }, ], }, { package: { ecosystem: "Maven", name: "org.xwiki.platform:xwiki-platform-wiki-ui-mainwiki", }, ranges: [ { events: [ { introduced: "13.5.0", }, { fixed: "13.10.3", }, ], type: "ECOSYSTEM", }, ], }, ], aliases: [ "CVE-2022-29252", ], database_specific: { cwe_ids: [ "CWE-116", "CWE-79", ], github_reviewed: true, github_reviewed_at: "2022-05-25T22:41:10Z", nvd_published_at: "2022-05-25T21:15:00Z", severity: "HIGH", }, details: "### Impact\nWe found a possible XSS vector in the `WikiManager.JoinWiki ` wiki page related to the \"requestJoin\" field.\n\n### Patches\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 `WikiManager.JoinWiki` (with wiki editor) and change the line\n\n```\n<input type='hidden' name='requestJoin' value=\"$!request.requestJoin\"/>\n```\n\ninto\n\n```\n<input type='hidden' name='requestJoin' value=\"$escapetool.xml($!request.requestJoin)\">\n```\n\n### References\n * https://jira.xwiki.org/browse/XWIKI-19292\n * https://github.com/xwiki/xwiki-platform/commit/27f839133d41877e538d35fa88274b50a1c00b9b\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-ph5x-h23x-7q5q", modified: "2022-06-08T17:25:14Z", published: "2022-05-25T22:41:10Z", references: [ { type: "WEB", url: "https://github.com/xwiki/xwiki-platform/security/advisories/GHSA-ph5x-h23x-7q5q", }, { type: "ADVISORY", url: "https://nvd.nist.gov/vuln/detail/CVE-2022-29252", }, { type: "WEB", url: "https://github.com/xwiki/xwiki-platform/commit/27f839133d41877e538d35fa88274b50a1c00b9b", }, { type: "PACKAGE", url: "https://github.com/xwiki/xwiki-platform", }, { type: "WEB", url: "https://jira.xwiki.org/browse/XWIKI-19292", }, ], 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 wiki manager join wiki page", }
Log in or create an account to share your comment.
Security Advisory comment format.
This schema specifies the format of a comment related to a security advisory.
Title of the comment
Description of the comment
Loading…
Loading…
Loading…
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.