CVE-2026-42652
7.1WPEverest · User Registration
The User Registration plugin for WordPress by WPEverest is vulnerable to reflected cross-site scripting (XSS) due to improper neutralization of user-supplied input.
Executive summary
A reflected cross-site scripting vulnerability in the WPEverest User Registration plugin allows unauthenticated attackers to execute arbitrary scripts in a user's browser session.
Vulnerability
This is a reflected cross-site scripting (CWE-79) vulnerability where the application fails to properly sanitize input before rendering it on a web page. The CVSS vector (AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L) indicates that an unauthenticated attacker can trigger this flaw via a crafted link requiring user interaction.
Business impact
Successful exploitation allows an attacker to execute malicious JavaScript in the context of an authenticated user's browser. This can lead to session hijacking, unauthorized actions performed on behalf of the user, or the exfiltration of sensitive information, potentially compromising the integrity and confidentiality of the WordPress environment. With a CVSS score of 7.1, this vulnerability represents a high-risk entry point for further attacks.
Remediation
Immediate Action: Review the WPEverest security advisory and update the User Registration plugin to the latest version as soon as a patch is released. If an update is not yet available, consider temporarily deactivating the plugin to prevent potential exploitation.
Proactive Monitoring: Monitor web server access logs for anomalous GET or POST requests containing script tags or encoded URL parameters directed at the plugin endpoints.
Compensating Controls: Implement a Web Application Firewall (WAF) with robust XSS filtering rules to inspect incoming traffic and block payloads designed to inject malicious scripts into the application.
Exploitation status
Public Exploit Available: Unknown
Analyst recommendation
Given the potential for session compromise, administrators should prioritize this vulnerability for remediation. Until a vendor-supplied patch is installed, ensure that your WAF is configured to block suspicious input patterns and advise users to exercise caution when clicking unverified links that may target the affected plugin.
Sources
Originally found and disclosed by raihan adi arba | Patchstack Bug Bounty Program, per the CVE Program record.