Severity by source
AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
Unauthenticated network-reachable no-nonce endpoint gives AV:N/AC:L/PR:N/UI:N; stored XSS executes in a different (victim browser) context so S:C with limited C:L/I:L and no availability impact.
Primary rating from Vendor (Wordfence).
CVSS VectorVendor: Wordfence
Lifecycle Timeline
2DescriptionCVE.org
The NEX-Forms - Ultimate Forms Plugin for WordPress plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'real_val__' parameter in all versions up to, and including, 9.2.2 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. The submission endpoint is registered via wp_ajax_nopriv_submit_nex_form with no nonce verification, making it fully accessible to unauthenticated attackers without any CSRF token.
Articles & Coverage 1
AnalysisAI
Stored cross-site scripting in the NEX-Forms - Ultimate Forms Plugin for WordPress (all versions through 9.2.2) lets unauthenticated attackers persist arbitrary JavaScript via the 'real_val__' form-submission parameter, which later executes in the browser of any user who views the affected page. The flaw is amplified by a design weakness: the submission handler is registered through wp_ajax_nopriv_submit_nex_form with no nonce/CSRF verification, so no authentication or valid session is required to reach the vulnerable sink. There is no public exploit identified at time of analysis and no CISA KEV listing, but the unauthenticated, network-reachable nature makes it a practical mass-exploitation candidate against exposed WordPress sites.
Technical ContextAI
The affected component is a WordPress form-builder plugin (vendor slug 'nex-forms-express-wp-form-builder', CPE cpe:2.3:a:webaways:nex-forms_-_ultimate_forms_plugin_for_wordpress) that renders user-submitted form values. The root cause is CWE-79 (Improper Neutralization of Input During Web Page Generation): the 'real_val__' parameter is stored without sufficient input sanitization and reflected back without adequate output escaping, so injected markup is treated as executable script rather than inert data. The exposure surface is WordPress's AJAX layer - the plugin hooks the submit routine to wp_ajax_nopriv_submit_nex_form, the 'nopriv' variant explicitly served to logged-out visitors, and omits WordPress nonce verification, removing the CSRF/anti-automation control that would normally gate such an endpoint. Wordfence's advisory and the plugin.trac source references (e.g. main.php lines 467, 2660, 4870, 4896, 5323 and class.functions.php line 2461 across tags 9.1.11 and 9.2.2) identify the handling and output paths involved.
RemediationAI
No fixed version number is stated in the provided data, so the specific patched release is not independently confirmed; an upstream fix appears staged in the plugin repository changeset (https://plugins.trac.wordpress.org/changeset?reponame=&old=3584399%40nex-forms-express-wp-form-builder&new=3584399%40nex-forms-express-wp-form-builder), meaning a corrected build is likely available or imminent. Administrators should update NEX-Forms to the latest release above 9.2.2 as soon as the vendor publishes it and confirm via the Wordfence advisory (https://www.wordfence.com/threat-intel/vulnerabilities/id/49dc267a-48cf-487f-bedc-fd892666e9a0?source=cve). Until a confirmed patched version is installed, compensating controls include deactivating the NEX-Forms plugin if forms are non-essential (side effect: all forms stop working), placing a WAF/virtual-patch rule in front of the wp-admin/admin-ajax.php endpoint to block the submit_nex_form action for unauthenticated requests carrying script-like 'real_val__' payloads (side effect: risk of blocking legitimate submissions if rules are too broad), and restricting or monitoring who can view stored submission/entry pages in wp-admin to limit the population of potential XSS victims (side effect: added operational overhead). Absence of a published patch version here is missing data, not confirmation that none exists.
More in Wordpress Plugin
View allThe Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil
Authentication bypass in the LiteSpeed Cache WordPress plugin (versions prior to 6.5.0.1) allows unauthenticated remote
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The SureTriggers WordPress plugin through version 1.0.82 contains a privilege escalation vulnerability that allows unaut
The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via
The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based
SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a
The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i
The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base
The Email Subscribers by Icegram Express plugin for WordPress is vulnerable to SQL Injection via the ‘hash’ parameter in
Remote code execution in the WP Query Console WordPress plugin (versions up to and including 1.0) by Ajit Bohra allows u
Same weakness CWE-79 – Cross-site Scripting (XSS)
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-41487
GHSA-vm43-p47r-7qww