Cyber Resilience

CVE-2026-1947

High

Published: 16 March 2026

Published
16 March 2026
Modified
22 April 2026
KEV Added
Patch
CVSS Score v3.1 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
EPSS Score 0.0002 6.5th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-1947 is a high-severity Authorization Bypass Through User-Controlled Key (CWE-639) vulnerability in Wordpress (inferred from references). Its CVSS base score is 7.5 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 6.5th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 AC-3 (Access Enforcement) and SI-10 (Information Input Validation).

Deeper analysis

CVE-2026-1947 is an Insecure Direct Object Reference vulnerability (CWE-639) in the NEX-Forms – Ultimate Forms Plugin for WordPress, affecting all versions up to and including 9.1.9. The flaw exists in the submit_nex_form() function due to missing validation of a user-controlled key, specifically the 'nf_set_entry_update_id' parameter.

Unauthenticated attackers can exploit this vulnerability over the network with low complexity and no user interaction required, as indicated by its CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N). Successful exploitation allows attackers to overwrite arbitrary form entries, leading to high integrity impact without affecting confidentiality or availability.

Advisories and patches are referenced in the WordPress plugins trac changeset at https://plugins.trac.wordpress.org/changeset/3470888/nex-forms-express-wp-form-builder and Wordfence threat intelligence at https://www.wordfence.com/threat-intel/vulnerabilities/id/b2a8c307-2430-4ea9-afe0-e5e758eabdd1?source=cve.

EU & UK References

Vulnerability details

The NEX-Forms – Ultimate Forms Plugin for WordPress plugin for WordPress is vulnerable to Insecure Direct Object Reference in all versions up to, and including, 9.1.9 via the submit_nex_form() function due to missing validation on a user controlled key. This…

more

makes it possible for unauthenticated attackers to to overwrite arbitrary form entries via the 'nf_set_entry_update_id' parameter.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1565.001 Stored Data Manipulation Impact
Adversaries may insert, delete, or manipulate data at rest in order to influence external outcomes or hide activity, thus threatening the integrity of the data.
Why these techniques?

IDOR in public-facing WordPress plugin enables remote unauthenticated exploitation (T1190) and direct stored data overwrite (T1565.001).

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2026-25564Shared CWE-639
CVE-2026-26078Shared CWE-639
CVE-2024-42169Shared CWE-639
CVE-2026-33702Shared CWE-639
CVE-2024-50689Shared CWE-639
CVE-2026-29189Shared CWE-639
CVE-2026-4896Shared CWE-639
CVE-2025-34437Shared CWE-639
CVE-2026-30884Shared CWE-639
CVE-2026-38532Shared CWE-639

Affected Assets

Wordpress
inferred from references and description; NVD did not file a CPE for this CVE

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

AC-3 enforces approved authorizations for access to system resources like form entries, directly preventing unauthenticated attackers from overwriting arbitrary entries via the unchecked 'nf_set_entry_update_id' parameter.

prevent

SI-10 requires validation of user-controlled inputs such as 'nf_set_entry_update_id' at system entry points, mitigating the missing validation that enables IDOR exploitation.

prevent

AC-6 applies least privilege to restrict unauthenticated users from update privileges on form entries, reducing the impact of the IDOR vulnerability.

References