Skip to main content

NEX-Forms WordPress Plugin CVE-2026-5063

| EUVDEUVD-2026-26815 HIGH
Cross-site Scripting (XSS) (CWE-79)
2026-05-03 Wordfence
7.2
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
7.2 HIGH
AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N

Primary rating from NVD · only source for this CVE.

CVSS VectorNVD

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Changed
Confidentiality
Low
Integrity
Low
Availability
None

Lifecycle Timeline

4
Analysis Generated
May 03, 2026 - 06:30 vuln.today
EUVD ID Assigned
May 03, 2026 - 06:00 euvd
EUVD-2026-26815
Analysis Generated
May 03, 2026 - 06:00 vuln.today
CVE Published
May 03, 2026 - 04:25 nvd
HIGH 7.2

DescriptionCVE.org

The NEX-Forms - Ultimate Forms Plugin for WordPress plugin for WordPress is vulnerable to Stored Cross-Site Scripting via POST parameter key names in the submit_nex_form() function in versions up to, and including, 9.1.11 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.

AnalysisAI

Stored Cross-Site Scripting in NEX-Forms WordPress plugin versions ≤9.1.11 allows unauthenticated remote attackers to inject malicious JavaScript through crafted POST parameter key names during form submission. Exploitation requires no authentication (CVSS PR:N) and persists across page loads, affecting any user viewing injected content. The CVSS vector indicates changed scope (S:C), meaning attackers can impact resources beyond the vulnerable component's security scope. No active exploitation confirmed via CISA KEV at time of analysis, but WordPress XSS vulnerabilities typically see rapid weaponization once disclosed.

Technical ContextAI

NEX-Forms is a WordPress form builder plugin by Webaways. The vulnerability exists in the submit_nex_form() function which processes form submissions. The flaw stems from improper handling of POST parameter key names - the plugin sanitizes parameter values but fails to sanitize or encode the parameter names themselves before storing them in the WordPress database. When administrators or users later view form submission data through the plugin's admin interface or frontend display pages, these malicious key names are rendered without proper output escaping, executing attacker-controlled JavaScript. This represents a classic CWE-79 Improper Neutralization of Input During Web Page Generation vulnerability, where user-supplied data flows from input (form submission) through storage (database) to output (rendered page) without adequate sanitization at any stage. The changed scope (S:C) in the CVSS vector indicates the injected scripts can access data or perform actions outside the plugin's normal security boundary, potentially compromising WordPress admin sessions or other plugin data.

RemediationAI

Update NEX-Forms plugin to version 9.1.12 or later immediately through the WordPress admin dashboard (Plugins > Updates) or by downloading the patched release from the official WordPress plugin repository. The fix implemented in changeset 3513524 adds proper sanitization of POST parameter key names in the submit_nex_form() function and output escaping when rendering stored form data. Before patching, review all existing form submissions in NEX-Forms admin interface for suspicious JavaScript patterns in field names - if found, manually delete those entries from the database. If immediate patching is not possible, implement these compensating controls with noted trade-offs: (1) Temporarily deactivate the NEX-Forms plugin until patching - breaks all forms on site but eliminates attack surface; (2) Restrict /wp-admin/ access to trusted IP addresses via .htaccess or firewall rules - reduces XSS payload execution risk but does not prevent injection and limits legitimate remote admin access; (3) Deploy WordPress security plugin with XSS filtering (e.g., Wordfence WAF) configured to inspect POST parameter names - may cause false positives on legitimate unusual form field names. Post-remediation, audit WordPress admin accounts for unauthorized changes and review web server logs for POST requests with JavaScript patterns in parameter names since initial disclosure.

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

CVE-2024-5084 CRITICAL POC
9.8 May 23

The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil

CVE-2024-44000 CRITICAL POC
9.8 Oct 20

Authentication bypass in the LiteSpeed Cache WordPress plugin (versions prior to 6.5.0.1) allows unauthenticated remote

CVE-2020-36847 CRITICAL POC
9.8 Jul 12

The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner

CVE-2025-27007 CRITICAL POC
9.8 May 01

The SureTriggers WordPress plugin through version 1.0.82 contains a privilege escalation vulnerability that allows unaut

CVE-2016-1209 CRITICAL POC
9.8 May 14

The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via

CVE-2024-4443 CRITICAL POC
9.8 May 22

The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based

CVE-2024-1698 CRITICAL POC
9.8 Feb 27

SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a

CVE-2023-6875 CRITICAL POC
9.8 Jan 11

The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i

CVE-2024-1512 CRITICAL POC
9.8 Feb 17

The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base

CVE-2024-4295 CRITICAL POC
9.8 Jun 05

The Email Subscribers by Icegram Express plugin for WordPress is vulnerable to SQL Injection via the ‘hash’ parameter in

CVE-2024-50498 CRITICAL POC
10.0 Oct 28

Remote code execution in the WP Query Console WordPress plugin (versions up to and including 1.0) by Ajit Bohra allows u

Share

CVE-2026-5063 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy