Blog

"Prevention is cheaper than a breach"

Live Vulnerability Intelligence

Threat Database

Search CVEs, inspect descriptions, and open detail pages with AI-assisted technical context.

Total13
Critical0
High2
Medium11
Reset
Showing 1-13 of 13 records
Threat Entry Updated 2026-07-15

CVE-2026-9017 - Nex Forms Express Wp Form Builder Plugin

The NEX-Forms – Ultimate Forms Plugin for WordPress plugin for WordPress is vulnerable to authorization bypass in all versions up to, and including, 9.2.2. This is due to the plugin not properly verifying that a user is authorized to perform an action. This makes it possible for unauthenticated attackers to overwrite the saved_admin_email, saved_user_email, and saved_user_email_address fields of arbitrary form entries belonging to other users, and cause the site to dispatch attacker-controlled email content to attacker-chosen recipient addresses.

PLUGIN Nex Forms Express Wp Form Builder

CVE-2026-9017

MEDIUM CVSS 5.3 2026-07-11
Threat Entry Updated 2026-07-07

CVE-2026-13040 - Nex Forms Express Wp Form Builder Plugin

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.

PLUGIN Nex Forms Express Wp Form Builder

CVE-2026-13040

HIGH CVSS 7.2 2026-07-03
Threat Entry Updated 2026-07-01

CVE-2026-12142 - Nex Forms Express Wp Form Builder Plugin

The NEX-Forms – Ultimate Forms Plugin for WordPress plugin for WordPress is vulnerable to Stored Cross-Site Scripting via '_name[]' Array 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 wp_kses() output filtering pass provides no mitigation because NEXForms_allowed_tags() explicitly permits <script>, <iframe src/srcdoc>, and JS event handlers such as onClick, onBlur, and onChange in its allow-list.

PLUGIN Nex Forms Express Wp Form Builder

CVE-2026-12142

HIGH CVSS 7.2 2026-07-01
Threat Entry Updated 2026-06-29

CVE-2026-12404 - Nex Forms Express Wp Form Builder Plugin

The NEX-Forms – Ultimate Forms Plugin for WordPress plugin for WordPress is vulnerable to authorization bypass in all versions up to, and including, 9.2.2. This is due to the plugin not properly verifying that a user is authorized to perform an action. This makes it possible for unauthenticated attackers to enumerate sequential report IDs and download complete form submission data — including names, email addresses, phone numbers, postal addresses, payment details, and uploaded file paths — for any saved report on the site.

PLUGIN Nex Forms Express Wp Form Builder

CVE-2026-12404

MEDIUM CVSS 5.3 2026-06-27
Threat Entry Updated 2026-06-17

CVE-2026-7046 - Nex Forms Express Wp Form Builder Plugin

The NEX-Forms – Ultimate Forms Plugin for WordPress plugin for WordPress is vulnerable to time-based blind SQL Injection via the 'table' parameter in all versions up to, and including, 9.1.12 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for authenticated attackers, with administrator-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.

PLUGIN Nex Forms Express Wp Form Builder

CVE-2026-7046

MEDIUM CVSS 4.9 2026-05-15
Threat Entry Updated 2026-02-03

CVE-2025-15510 - Nex Forms Express Wp Form Builder Plugin

The NEX-Forms – Ultimate Forms Plugin for WordPress is vulnerable to unauthorized access of data due to a missing capability check on the NF5_Export_Forms class constructor in all versions up to, and including, 9.1.8. This makes it possible for unauthenticated attackers to export form configurations, that may include sensitive data, such as email addresses, PayPal API credentials, and third-party integration keys by enumerating the nex_forms_Id parameter.

PLUGIN Nex Forms Express Wp Form Builder

CVE-2025-15510

MEDIUM CVSS 5.3 2026-01-31
Threat Entry Updated 2025-10-14

CVE-2025-10185 - Nex Forms Express Wp Form Builder Plugin

The NEX-Forms – Ultimate Forms Plugin for WordPress plugin for WordPress is vulnerable to SQL Injection via the 'orderby' parameter in the action nf_load_form_entries in all versions up to, and including, 9.1.6 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for authenticated attackers, with Administrator-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database. This may be exploitable by lower-level users…

PLUGIN Nex Forms Express Wp Form Builder

CVE-2025-10185

MEDIUM CVSS 4.9 2025-10-11
Threat Entry Updated 2025-06-04

CVE-2025-4208 - Nex Forms Express Wp Form Builder Plugin

The NEX-Forms – Ultimate Form Builder – Contact forms and much more plugin for WordPress is vulnerable to Limited Code Execution in all versions up to, and including, 8.9.1 via the get_table_records function. This is due to the unsanitized use of user-supplied input in call_user_func(). This makes it possible for authenticated attackers, with Custom-level access, to execute arbitrary PHP functions that meet specific constraints (static methods or global functions accepting a single array parameter).

PLUGIN Nex Forms Express Wp Form Builder

CVE-2025-4208

MEDIUM CVSS 6.3 2025-05-08
Threat Entry Updated 2025-06-04

CVE-2025-3468 - Nex Forms Express Wp Form Builder Plugin

The NEX-Forms – Ultimate Form Builder – Contact forms and much more plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the clean_html and form_fields parameters in all versions up to, and including, 8.9.1 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with Custom-level access, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.

PLUGIN Nex Forms Express Wp Form Builder

CVE-2025-3468

MEDIUM CVSS 6.4 2025-05-08
Threat Entry Updated 2025-01-17

CVE-2024-10862 - Nex Forms Express Wp Form Builder Plugin

The NEX-Forms – Ultimate Form Builder – Contact forms and much more plugin for WordPress is vulnerable to SQL Injection via the 'search_params' parameter in all versions up to, and including, 8.7.13 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database. This can be exploited via CSRF due to a lack of nonce…

PLUGIN Nex Forms Express Wp Form Builder

CVE-2024-10862

MEDIUM CVSS 4.9 2024-12-25
Threat Entry Updated 2025-01-15

CVE-2024-1130 - Nex Forms Express Wp Form Builder Plugin

The NEX-Forms – Ultimate Form Builder – Contact forms and much more plugin for WordPress is vulnerable to unauthorized access due to a missing capability check on the set_read() function in all versions up to, and including, 8.5.6. This makes it possible for authenticated attackers, with subscriber-level access and above, to mark records as read.

PLUGIN Nex Forms Express Wp Form Builder

CVE-2024-1130

MEDIUM CVSS 5.3 2024-02-29
Threat Entry Updated 2025-01-15

CVE-2024-1129 - Nex Forms Express Wp Form Builder Plugin

The NEX-Forms – Ultimate Form Builder – Contact forms and much more plugin for WordPress is vulnerable to unauthorized access due to a missing capability check on the set_starred() function in all versions up to, and including, 8.5.6. This makes it possible for authenticated attackers, with subscriber-level access and above, to mark records as starred.

PLUGIN Nex Forms Express Wp Form Builder

CVE-2024-1129

MEDIUM CVSS 5.3 2024-02-29
Threat Entry Updated 2025-01-15

CVE-2024-0907 - Nex Forms Express Wp Form Builder Plugin

The NEX-Forms – Ultimate Form Builder – Contact forms and much more plugin for WordPress is vulnerable to unauthorized access due to a missing capability check on the restore_records() function in all versions up to, and including, 8.5.6. This makes it possible for authenticated attackers, with subscriber-level access and above, to restore records.

PLUGIN Nex Forms Express Wp Form Builder

CVE-2024-0907

MEDIUM CVSS 5.3 2024-02-29
Scroll to top