CVE-2026-2568
Published: 03 March 2026
Summary
CVE-2026-2568 is a high-severity Cross-site Scripting (CWE-79) vulnerability in Wordpress (inferred from references). Its CVSS base score is 7.2 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 34.7th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
Threat & Defense at a Glance
Threat & Defense Details
Likely Mitigating ControlsAI
Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.
Penetration testing submits XSS payloads to web applications, detecting cross-site scripting flaws for subsequent remediation.
Validates web inputs to reject script-related content that could produce XSS.
Output validation against expected content can reject or sanitize script content in generated web pages, reducing XSS exploitability.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Stored XSS in public-facing WordPress forms directly enables T1190 (exploiting the unauthenticated form endpoint). Payload execution in victim browsers facilitates T1056.001 (keylogging/input theft), T1539 (cookie theft), T1185 (session hijacking), and T1491.001 (page defacement).
NVD Description
The WP Zendesk for Contact Form 7, WPForms, Elementor, Formidable and Ninja Forms plugin for WordPress is vulnerable to Stored Cross-Site Scripting via form submission data in all versions up to, and including, 1.1.5 due to insufficient input sanitization and…
more
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.
Deeper analysisAI
CVE-2026-2568 is a stored cross-site scripting (XSS) vulnerability, classified under CWE-79, in the WP Zendesk for Contact Form 7, WPForms, Elementor, Formidable and Ninja Forms plugin for WordPress. It affects all versions up to and including 1.1.5. The issue arises from insufficient input sanitization and output escaping of form submission data, enabling the injection of arbitrary web scripts into pages.
Unauthenticated attackers can exploit this vulnerability over the network with low complexity, no privileges, and no user interaction required, as indicated by its CVSS v3.1 base score of 7.2 (AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N). By submitting malicious scripts via supported forms, attackers can store them on the site; these scripts then execute in the browsers of any users who access the affected pages, potentially enabling theft of sensitive data, session hijacking, or site defacement.
Mitigation details are available in the WordPress plugin trac changeset at https://plugins.trac.wordpress.org/changeset/3467904/, which addresses the vulnerability. Further analysis appears in the Wordfence threat intelligence advisory at https://www.wordfence.com/threat-intel/vulnerabilities/id/27d26d1c-d027-4a22-af49-4d7684d36d40?source=cve. Security practitioners should ensure sites update the plugin to a version beyond 1.1.5.
Details
- CWE(s)