GHSA-vh5c-jqfg-mhrh

Suggest an improvement
Source
https://github.com/advisories/GHSA-vh5c-jqfg-mhrh
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2022/02/GHSA-vh5c-jqfg-mhrh/GHSA-vh5c-jqfg-mhrh.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-vh5c-jqfg-mhrh
Aliases
Published
2022-02-10T22:42:46Z
Modified
2023-11-08T04:05:58.732579Z
Severity
  • 7.5 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N CVSS Calculator
Summary
Cross-Site Request Forgery in xwiki-platform
Details

Impact

It's possible to know if a user has or not an account in a wiki related to an email address, and which username(s) is actually tight to that email by forging a request to the Forgot username page. Note that since this page does not have a CSRF check it's quite easy to perform a lot of those requests.

Patches

This issue has been patched in XWiki 12.10.5 and 13.2RC1. Two different patches are provided: - a first one to fix the CSRF problem - a more complex one that now relies on sending an email for the Forgot username process.

Workarounds

It's possible to fix the problem without uprading by editing the ForgotUsername page in version below 13.x, to use the following code: https://github.com/xwiki/xwiki-platform/blob/69548c0320cbd772540cf4668743e69f879812cf/xwiki-platform-core/xwiki-platform-administration/xwiki-platform-administration-ui/src/main/resources/XWiki/ForgotUsername.xml#L39-L123

In version after 13.x it's also possible to edit manually the forgotusername.vm file, but it's really encouraged to upgrade the version here.

References

  • https://jira.xwiki.org/browse/XWIKI-18384
  • https://jira.xwiki.org/browse/XWIKI-18408

For more information

If you have any questions or comments about this advisory: * Open an issue in Jira XWiki * Email us at security ML

Database specific
{
    "nvd_published_at": "2022-02-04T23:15:00Z",
    "cwe_ids": [
        "CWE-352"
    ],
    "severity": "HIGH",
    "github_reviewed": true,
    "github_reviewed_at": "2022-02-07T16:35:35Z"
}
References

Affected packages

Maven / org.xwiki.platform:xwiki-platform-administration-ui

Package

Name
org.xwiki.platform:xwiki-platform-administration-ui
View open source insights on deps.dev
Purl
pkg:maven/org.xwiki.platform/xwiki-platform-administration-ui

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
12.10.5

Maven / org.xwiki.platform:xwiki-platform-administration-ui

Package

Name
org.xwiki.platform:xwiki-platform-administration-ui
View open source insights on deps.dev
Purl
pkg:maven/org.xwiki.platform/xwiki-platform-administration-ui

Affected ranges

Type
ECOSYSTEM
Events
Introduced
13.0
Fixed
13.2RC1

Database specific

{
    "last_known_affected_version_range": "<= 13.1"
}