Severity by source
AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L
Reflected XSS needs no auth (PR:N) but requires the victim to click a link (UI:R); script runs cross-context (S:C) with limited confidentiality/integrity impact and no realistic availability impact (A:N).
Primary rating from NVD.
CVSS VectorNVD
Lifecycle Timeline
3DescriptionCVE.org
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in wpeverest User Registration user-registration allows Reflected XSS.This issue affects User Registration: from n/a through <= 5.1.5.
AnalysisAI
Reflected cross-site scripting in the wpeverest User Registration plugin for WordPress (all versions up to and including 5.1.5) lets remote attackers inject arbitrary JavaScript that executes in a victim's browser when they follow a crafted link. The CVSS scope-change rating (7.1) reflects that injected script can act beyond the vulnerable component, but practical impact is bounded by the privileges of whichever user is lured into clicking. There is no public exploit identified at time of analysis, EPSS risk is negligible (0.03%, 10th percentile), and CISA SSVC records no known exploitation.
Technical ContextAI
User Registration is a WordPress plugin (CPE cpe:2.3:a:wpeverest:user_registration) that adds front-end registration, login, and profile forms to WordPress sites. The flaw is a classic CWE-79 (Improper Neutralization of Input During Web Page Generation) reflected XSS: attacker-controlled input supplied in a request parameter is echoed back into the generated HTML response without proper output encoding or sanitization, so the browser parses it as executable script. Because reflection occurs server-side and is returned unsanitized, the payload runs in the security context of the WordPress site origin, enabling session-riding actions against any user tricked into loading the URL.
RemediationAI
Upgrade the User Registration plugin to a release later than 5.1.5 once available from WPEverest; the input data does not name a confirmed fixed version, so consult the Patchstack advisory (https://patchstack.com/database/Wordpress/Plugin/user-registration/vulnerability/wordpress-user-registration-plugin-5-1-5-cross-site-scripting-xss-vulnerability?_s_id=cve) and the plugin's WordPress.org changelog for the exact patched build before deploying. Until patched, deploy a WAF (Patchstack, Wordfence, or ModSecurity with OWASP CRS) with XSS rules to filter reflected script in request parameters, noting that such rules can be bypassed and may produce false positives on legitimate form input. As additional compensating controls, enable a restrictive Content-Security-Policy header to limit inline script execution (test carefully, as strict CSP can break plugin functionality), restrict access to registration/login endpoints where feasible, and caution users against clicking untrusted links to the site.
More in User Registration
View allThe User Registration plugin for WordPress is vulnerable to arbitrary file uploads due to a hardcoded encryption key and
The User Registration WordPress plugin before 2.2.4.1 does not properly restrict the files to be uploaded via an AJAX ac
The User Registration WordPress plugin before 2.0.2 does not properly sanitise the user_registration_profile_pic_url val
The User Registration plugin for WordPress is vulnerable to PHP Object Injection in versions up to, and including, 3.0.1
The User Registration WordPress plugin before 3.0.4.2 does not sanitize and escape some of its settings, which could all
A privilege escalation vulnerability exists in the wpeverest User Registration WordPress plugin through version 4.4.9 du
Unauthenticated availability-impacting broken access control affects the ThemeGrill User Registration WordPress plugin v
The User Registration & Membership - Custom Registration Form, Login Form, and User Profile plugin for WordPress is vuln
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in wpeverest User Reg
Broken authentication in WPEverest's User Registration WordPress plugin (versions 5.2.6 and below) permits subscriber-le
Broken access control in the WPEverest User Registration WordPress plugin (versions ≤5.2.6) permits unauthenticated remo
Missing Authorization vulnerability in wpeverest User Registration user-registration allows Exploiting Incorrectly Confi
Same weakness CWE-79 – Cross-site Scripting (XSS)
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-26219