CVE-2026-1947
Insecure Direct Object Reference in NEX-Forms Plugin Allows Entry Overwrite
Publication date: 2026-03-16
Last updated on: 2026-03-16
Assigner: Wordfence
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| nex_forms | ultimate_forms_plugin | to 9.1.9 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-639 | The system's authorization functionality does not prevent one user from gaining access to another user's data or record by modifying the key value identifying the data. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
The vulnerability exists in the NEX-Forms β Ultimate Forms Plugin for WordPress, specifically in all versions up to and including 9.1.9. It is an Insecure Direct Object Reference (IDOR) issue found in the submit_nex_form() function. The problem arises because the plugin does not properly validate a user-controlled key, allowing unauthenticated attackers to overwrite arbitrary form entries by manipulating the 'nf_set_entry_update_id' parameter.
How can this vulnerability impact me? :
This vulnerability can allow unauthenticated attackers to overwrite arbitrary form entries within the plugin. This means attackers could potentially alter submitted data without authorization, leading to data integrity issues. Although it does not impact confidentiality or availability, the integrity of form data can be compromised, which could affect the reliability of information collected through the forms.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
I don't know
How can this vulnerability be detected on my network or system? Can you suggest some commands?
I don't know
What immediate steps should I take to mitigate this vulnerability?
I don't know