CVE-2023-50720
published 2023-12-15CVE-2023-50720: XWiki Platform is a generic wiki platform. Prior to versions 14.10.15, 15.5.2, and 15.7-rc-1, the Solr-based search in XWiki discloses the email addresses of…
PriorityP356medium5.3CVSS 3.1
AVNACLPRNUINSUCLINAN
EXPLOIT
EPSS
59.12%
99.0th percentile
XWiki Platform is a generic wiki platform. Prior to versions 14.10.15, 15.5.2, and 15.7-rc-1, the Solr-based search in XWiki discloses the email addresses of users even when obfuscation of email addresses is enabled. To demonstrate the vulnerability, search for `objcontent:email*` using XWiki's regular search interface. This has been fixed in XWiki 14.10.15, 15.5.2 and 15.7RC1 by not indexing email address properties when obfuscation is enabled. There are no known workarounds for this vulnerability.
Affected
7 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| xwiki | xwiki | < 14.10.5 | 14.10.5 |
| xwiki | xwiki | — | — |
| xwiki | xwiki | — | — |
| xwiki | xwiki | >= 15.0 < 15.5.2 | 15.5.2 |
| xwiki | xwiki-platform | < 14.10.15 | 14.10.15 |
| xwiki | xwiki-platform | — | — |
| xwiki | xwiki-platform | — | — |
Detection & IOCsextracted from sources · hover to see the quote
sigma↗
objcontent:email* search query against XWiki Solr endpoint
yara
XWiki.XWikiUsers[0] AND email_checked in HTTP 200 response
- →Search for Solr queries containing 'objcontent:email*' in HTTP request logs targeting XWiki instances — this is the proof-of-concept query used to exfiltrate obfuscated email addresses via the Solr-based search interface. ↗
- →Detect HTTP 200 responses from XWiki that contain both 'XWiki.XWikiUsers[0]' and 'email_checked' strings, indicating successful disclosure of user email address properties via Solr search.
- ·The vulnerability only manifests when email address obfuscation is enabled in XWiki configuration — without obfuscation enabled, email addresses are already public and the Solr indexing behavior is expected. ↗
- ·Fixed versions are 14.10.15, 15.5.2, and 15.7-rc-1. The fix works by not indexing email address properties when obfuscation is enabled. There are no known workarounds. ↗
CVEs like this are exactly what “Exploited This Week” covers.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
GHSA
Solr search discloses email addresses of users
ghsa·2023-12-16
CVE-2023-50720 [MEDIUM] CWE-200 Solr search discloses email addresses of users
Solr search discloses email addresses of users
### Impact
The Solr-based search in XWiki discloses the email addresses of users even when obfuscation of email addresses is enabled. To demonstrate the vulnerability, search for `objcontent:email*` using XWiki's regular search interface.
### Patches
This has been fixed in XWiki 14.10.15, 15.5.2 and 15.7RC1 by not indexing email address properties when obfuscation is enabled. Further, changing the setting now triggers re-indexing of the affected wiki(s).
### Workarounds
We're not aware of any workarounds.
### References
* https://jira.xwiki.org/browse/XWIKI-20371
* https://github.com/xwiki/xwiki-platform/commit/3e5272f2ef0dff06a8f4db10afd1949b2f9e6eea
### Attribution
This vulnerability was reported on Intigriti by [ynoof](https://twitter.
OSV
Solr search discloses email addresses of users
osv·2023-12-16
CVE-2023-50720 [MEDIUM] Solr search discloses email addresses of users
Solr search discloses email addresses of users
### Impact
The Solr-based search in XWiki discloses the email addresses of users even when obfuscation of email addresses is enabled. To demonstrate the vulnerability, search for `objcontent:email*` using XWiki's regular search interface.
### Patches
This has been fixed in XWiki 14.10.15, 15.5.2 and 15.7RC1 by not indexing email address properties when obfuscation is enabled. Further, changing the setting now triggers re-indexing of the affected wiki(s).
### Workarounds
We're not aware of any workarounds.
### References
* https://jira.xwiki.org/browse/XWIKI-20371
* https://github.com/xwiki/xwiki-platform/commit/3e5272f2ef0dff06a8f4db10afd1949b2f9e6eea
### Attribution
This vulnerability was reported on Intigriti by [ynoof](https://twitter.
No detection rules found.
Nuclei
XWiki < 4.10.15 - Email Disclosure
nuclei·CVSS 5.3
CVE-2023-50720 [MEDIUM] XWiki < 4.10.15 - Email Disclosure
XWiki :"
- "XWiki.XWikiUsers[0]"
- "email_checked"
condition: and
- type: status
status:
- 200
# digest: 4a0a0047304502206c180c787b6549175e4537daa59c129a95af65a5eb608ee7acc7831bc07a34fa022100a1dc5cb75e464580d0a7c249bf0cdcdccd391f505e919797d727d1985bb28877:922c64590222798bb761d5b6d8e72950
https://github.com/xwiki/xwiki-platform/commit/3e5272f2ef0dff06a8f4db10afd1949b2f9e6eeahttps://github.com/xwiki/xwiki-platform/security/advisories/GHSA-2grh-gr37-2283https://jira.xwiki.org/browse/XWIKI-20371https://github.com/xwiki/xwiki-platform/commit/3e5272f2ef0dff06a8f4db10afd1949b2f9e6eeahttps://github.com/xwiki/xwiki-platform/security/advisories/GHSA-2grh-gr37-2283https://jira.xwiki.org/browse/XWIKI-20371
2023-12-15
Published