Cyber Resilience

CVE-2026-2268

High

Published: 10 February 2026

Published
10 February 2026
Modified
15 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:H/I:N/A:N
EPSS Score 0.0008 24.7th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-2268 is a high-severity Exposure of Sensitive Information to an Unauthorized Actor (CWE-200) 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 24.7th 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-2 (Flaw Remediation).

Deeper analysis

CVE-2026-2268 is a sensitive information exposure vulnerability (CWE-200) affecting the Ninja Forms plugin for WordPress in all versions up to and including 3.14.0. The issue stems from the unsafe application of the `ninja_forms_merge_tags` filter to user-supplied input within repeater fields, enabling the unauthorized resolution of `{post_meta:KEY}` merge tags. This flaw, assigned a CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N), was published on 2026-02-10.

Unauthenticated attackers can exploit this vulnerability remotely with low complexity by submitting crafted data via the `nf_ajax_submit` AJAX action. Successful exploitation allows extraction of arbitrary post metadata from any post on the site, potentially exposing sensitive information such as WooCommerce billing emails, API keys, private tokens, and customer personal data.

References point to specific code locations in the plugin, including Submission.php lines 222 and 706, and WP.php line 48 in version 3.13.3, as well as a patch applied in changeset 3454719 to the trunk. A Wordfence threat intelligence advisory provides further details on the issue.

EU & UK References

Vulnerability details

The Ninja Forms plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including, 3.14.0. This is due to the unsafe application of the `ninja_forms_merge_tags` filter to user-supplied input within repeater fields, which allows the…

more

resolution of `{post_meta:KEY}` merge tags without authorization checks. This makes it possible for unauthenticated attackers to extract arbitrary post metadata from any post on the site, including sensitive data such as WooCommerce billing emails, API keys, private tokens, and customer personal information via the `nf_ajax_submit` AJAX action.

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.
T1005 Data from Local System Collection
Adversaries may search local system sources, such as file systems, configuration files, local databases, virtual machine files, or process memory, to find files of interest and sensitive data prior to Exfiltration.
T1552.001 Credentials In Files Credential Access
Adversaries may search local file systems and remote file shares for files containing insecurely stored credentials.
Why these techniques?

Direct remote unauthenticated exploitation of public-facing WordPress plugin (T1190) to extract arbitrary post metadata containing sensitive data/credentials (T1005, T1552.001).

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

CVEs Like This One

CVE-2025-27784Shared CWE-200
CVE-2026-27161Shared CWE-200
CVE-2025-24232Shared CWE-200
CVE-2025-22973Shared CWE-200
CVE-2024-43707Shared CWE-200
CVE-2024-13606Shared CWE-200
CVE-2024-13622Shared CWE-200
CVE-2024-13611Shared CWE-200
CVE-2024-13600Shared CWE-200
CVE-2024-55272Shared CWE-200

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

Requires timely patching of the Ninja Forms plugin flaw, directly preventing exploitation of the unauthorized merge tag resolution as fixed in changeset 3454719.

prevent

Enforces authorization checks before applying the ninja_forms_merge_tags filter to user-supplied input, blocking unauthenticated access to arbitrary post metadata.

prevent

Validates and sanitizes user-supplied repeater field inputs to the nf_ajax_submit action, mitigating injection of malicious {post_meta:KEY} merge tags.

References