CVE-2021-24654
Published: April 11, 2026
Official Description
The User Registration WordPress plugin before 2.0.2 does not properly sanitise the user_registration_profile_pic_url value when submitted directly via the user_registration_update_profile_details AJAX action. This could allow any authenticated user, such as subscriber, to perform Stored Cross-Site attacks when their profile is viewed
Risk Analysis
This vulnerability in the User Registration WordPress plugin allows any authenticated user, such as a subscriber, to perform Stored Cross-Site Scripting (XSS) attacks. This is due to improper sanitization of the user_registration_profile_pic_url value during an AJAX action. The active exploitation and presence in CISA's KEV catalog highlight the risk.
This vulnerability is actively exploited in the wild and is listed in CISA's Known Exploited Vulnerabilities catalog. The Stored XSS can be performed by any authenticated user, making it remotely exploitable once an attacker has low-level access.
Update the User Registration WordPress plugin to version 2.0.2 or higher. Implement thorough sanitization and escaping of all user-supplied input, especially for profile fields, to prevent Stored XSS vulnerabilities.
Technical Analysis
CVE-2021-24654 requires local access, meaning attackers must already have a foothold on the target system.
Exploitation requires some privileges, which limits the exposure to scenarios where an attacker has already gained initial access.
CISA has added CVE-2021-24654 to the Known Exploited Vulnerabilities (KEV) catalog, confirming active exploitation in the wild. U.S. federal agencies are required to patch this within the mandated timeframe, and all organizations should treat remediation as urgent.
Affected Vendors & Products
Exploit & PoC Resources
Quick Facts
Recommended Actions
- →Apply vendor patches immediately
- →Monitor CVE-2021-24654 in threat intel feeds
- →Review IDS/IPS signatures for exploitation attempts
- !CISA KEV: Federal agencies must patch per BOD 22-01 timeline
- !Active exploitation confirmed — treat as P1