CVE-2021-24522
ProfilePress < 3.1.11 - Unauthenticated Cross-Site Scripting (XSS) in tabbed login/register widget
Record summary
CVE-2021-24522 has a selected CVSS score of 6.1 (medium); EIP currently links 1 Nuclei template.
Description
The User Registration, User Profile, Login & Membership – ProfilePress (Formerly WP User Avatar) WordPress plugin before 3.1.11's widget for tabbed login/register was not properly escaped and could be used in an XSS attack which could lead to wp-admin access. Further, the plugin in several places assigned $_POST as $_GET which meant that in some cases this could be replicated with just $_GET parameters and no need for $_POST values.
Exploitation context
Available material
- Nuclei templates
- 1
Affected products and versions
1| Product | Source | Version range | Status |
|---|---|---|---|
User Registration, User Profile, Login & Membership – ProfilePress (Formerly WP User Avatar) | CVE List | 3.1.11 to < 3.1.11 | affected |
Nuclei templates
1ProjectDiscoveryMEDIUMProfilePress < 3.1.11 - Cross-Site ScriptingCVSS 5.4
The ProfilePress plugin for WordPress before 3.1.11 is vulnerable to unauthenticated reflected cross-site scripting (XSS) via the tabbed login/register widget due to improper escaping of user input. Attackers can inject arbitrary JavaScript via the tabbed-login-name parameter.
Impact
Attackers can inject malicious JavaScript via reflected XSS in the tabbed login widget, potentially stealing user credentials or session cookies.
Remediation
Update the ProfilePress plugin to version 3.1.11 or later.
Source: ProjectDiscovery