First published: Fri Dec 15 2023(Updated: )
### Impact The Solr-based search in XWiki discloses the password hashes of all users to anyone with view right on the respective user profiles. By default, all user profiles are public. To reproduce, it is sufficient to search for `propertyvalue:?* AND reference:*.password` and then deselect the "Document" property under "Result type" in the "Refine your search" widget at the right of the search results. If this displays any passwords or password hashes, the installation is vulnerable. By default, passwords in XWiki are salted and hashed with SHA-512. On XWiki versions affected by [CVE-2022-41933](https://github.com/xwiki/xwiki-platform/security/advisories/GHSA-q2hm-2h45-v5g3), passwords are stored in plain text if they have been set using the password reset feature. This might affect XWiki installations that are using an external authentication mechanism such that passwords aren't stored in the wiki. This vulnerability also affects any configurations used by extensions that contain passwords like API keys that are viewable for the attacker. Normally, such passwords aren't accessible but this vulnerability would disclose them as plain text. ### Patches This has been patched in XWiki 14.10.15, 15.5.2 and 15.7RC1. This vulnerability has been patched as part of patching [GHSA-2grh-gr37-2283](https://github.com/xwiki/xwiki-platform/security/advisories/GHSA-2grh-gr37-2283), the part of the fix that changes the indexing of single properties to use the same code as the main document for getting the property's value fixes this vulnerability. ### Workarounds We're not aware of any workarounds apart from upgrading to a fixed version. ### References * https://github.com/xwiki/xwiki-platform/commit/3e5272f2ef0dff06a8f4db10afd1949b2f9e6eea * https://jira.xwiki.org/browse/XWIKI-21208
Credit: security-advisories@github.com security-advisories@github.com
Affected Software | Affected Version | How to fix |
---|---|---|
Xwiki Xwiki | >=7.3<14.10.5 | |
Xwiki Xwiki | >=15.0<15.5.2 | |
Xwiki Xwiki | =7.2-milestone2 | |
Xwiki Xwiki | =7.2-milestone3 | |
Xwiki Xwiki | =15.6 | |
Xwiki Xwiki | =15.6-rc1 | |
Xwiki Xwiki | =15.7-rc1 | |
maven/org.xwiki.platform:xwiki-platform-search-solr-api | >=15.6-rc-1<15.7-rc-1 | 15.7-rc-1 |
maven/org.xwiki.platform:xwiki-platform-search-solr-api | >=15.0-rc-1<15.5.2 | 15.5.2 |
maven/org.xwiki.platform:xwiki-platform-search-solr-api | >=7.2-milestone-2<14.10.15 | 14.10.15 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.