CVE-2026-13040 HIGH

CVE-2026-13040: NEX-Forms <= 9.2.2 - Unauthenticated Stored Cross-Site Scripting via 'real_val__' Parameter

Vendor Webaways
Product NEX-Forms – Ultimate Forms Plugin for WordPress
Weakness CWE-79 · XSS
Published July 3, 2026
Last update July 3, 2026

CVSS base score

7.2/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction None
Confidentiality Low
Integrity Low

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N

What the vulnerability does

01Description

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.

Explanation of Vulnerability in Simple Terms

02Summary

NEX-Forms versions 9.2.2 and earlier contain a cross-site scripting vulnerability that allows unauthenticated attackers to inject malicious scripts into the site without user interaction. The vulnerability affects the form handling logic and can impact all site visitors. Administrators should update to a version newer than 9.2.2 immediately.

What an attacker can do

03Attacker Capabilities

Inject malicious JavaScript that runs in visitors' browsers and steals data or performs actions on their behalf.

Potential impact on your site

04Site Impact

Visitors' browsers can be compromised; attackers may steal session tokens, credentials, or perform unauthorized actions as those users.

Conditions required to exploit

05Prerequisites

None. The attacker needs only network access; no authentication or user interaction required.

Key dates

06Disclosure timeline

July 3, 2026 CVE published

Related vulnerabilities

08Related CVE