CVE-2023-5561
WordPress < 6.3.2 - Unauthenticated Post Author Email Disclosure
Record summary
CVE-2023-5561 has a selected CVSS score of 5.3 (medium); EIP currently links 3 repository PoCs and 1 Nuclei template.
Description
WordPress does not properly restrict which user fields are searchable via the REST API, allowing unauthenticated attackers to discern the email addresses of users who have published public posts on an affected website via an Oracle style attack
Exploitation context
Affected products and versions
1| Product | Source | Version range | Status |
|---|---|---|---|
WordPressBrowse WordPress / WordPressDefault status: unaffected | CVE List | 6.3.0 to < 6.3.2 | affected |
| 6.2.0 to < 6.2.3 | affected | ||
| 6.1.0 to < 6.1.4 | affected | ||
| 6.0.0 to < 6.0.6 | affected | ||
| 5.9.0 to < 5.9.8 | affected | ||
| 5.8.0 to < 5.8.8 | affected | ||
| 5.7.0 to < 5.7.10 | affected | ||
| 5.6.0 to < 5.6.12 | affected | ||
| 5.5.0 to < 5.5.13 | affected | ||
| 5.4.0 to < 5.4.14 | affected | ||
| 5.3.0 to < 5.3.16 | affected | ||
| 5.2.0 to < 5.2.19 | affected | ||
| Showing 12 of 16 version ranges | |||
Proofs of concept
3Repository PoCs
GitHubdthkhang/CVE-2023-5561-PoCRepository PoCby dthkhangStars: 1Not analyzed2 files
GitHubpog007/CVE-2023-5561-PoCRepository PoCby pog007Stars: 4Not analyzed2 files
GitHubrootxsushant/CVE-2023-5561-POC-UpdatedRepository PoCby rootxsushantStars: 3Not analyzed2 files
Nuclei templates
1ProjectDiscoveryMEDIUMWordPress Core - Post Author Email DisclosureCVSS 5.3
WordPress Core is vulnerable to Sensitive Information Exposure in versions between 4.7.0 and 6.3.1 via the User REST endpoint. While the search results do not display user email addresses unless the requesting user has the 'list_users' capability, the search is applied to the user_email column.
Impact
This can allow unauthenticated attackers to brute force or verify the email addresses of users with published posts or pages on the site.
Remediation
Apply the latest security patches and updates from the vendor to address this vulnerability.
Source: ProjectDiscovery