Cyber Resilience

CVE-2026-0753

High

Published: 14 February 2026

Published
14 February 2026
Modified
15 April 2026
KEV Added
Patch
CVSS Score v3.1 7.2 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
EPSS Score 0.0006 18.2th percentile
Risk Priority 14 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-0753 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 18.2th 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 SI-10 (Information Input Validation) and SI-15 (Information Output Filtering).

Deeper analysis

CVE-2026-0753 is a reflected cross-site scripting (XSS) vulnerability in the Super Simple Contact Form plugin for WordPress, affecting all versions up to and including 1.6.2. The issue stems from insufficient input sanitization and output escaping of the 'sscf_name' parameter, classified under CWE-79. Published on 2026-02-14, it carries a CVSS v3.1 base score of 7.2 (AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N), indicating high severity due to its network accessibility, low complexity, lack of required privileges, changed scope, and potential for limited confidentiality and integrity impacts.

Unauthenticated attackers can exploit this vulnerability over the network by crafting malicious payloads in the 'sscf_name' parameter. Exploitation requires tricking a user, such as site administrators or visitors, into performing an action like clicking a specially crafted link, which reflects and executes arbitrary web scripts in the victim's browser context on affected pages.

Advisories and references, including Wordfence threat intelligence and the plugin's WordPress.org page, provide details on the vulnerability. Code inspection via WordPress plugin trac repositories highlights the issue at line 152 in super-simple-contact-form.php for both the 1.6.2 tag and trunk versions, with the vulnerable 1.6.2 download available for analysis. Security practitioners should review these for patch information and update to versions beyond 1.6.2.

EU & UK References

Vulnerability details

The Super Simple Contact Form plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via the 'sscf_name' parameter in all versions up to, and including, 1.6.2 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated…

more

attackers to inject arbitrary web scripts in pages that execute if they can successfully trick a user into performing an action such as clicking on a link.

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.
Why these techniques?

Reflected XSS in public-facing WordPress plugin directly enables exploitation of a network-accessible web application (T1190) via crafted parameter input requiring user interaction to trigger script execution.

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

CVEs Like This One

CVE-2021-47873Shared CWE-79
CVE-2026-7052Shared CWE-79
CVE-2024-56060Shared CWE-79
CVE-2025-49043Shared CWE-79
CVE-2026-40038Shared CWE-79
CVE-2024-56022Shared CWE-79
CVE-2025-68889Shared CWE-79
CVE-2026-1074Shared CWE-79
CVE-2025-22539Shared CWE-79
CVE-2025-22286Shared CWE-79

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

Directly requires validation and sanitization of untrusted input such as the 'sscf_name' parameter before processing, eliminating the root cause of the reflected XSS.

prevent

Mandates output filtering/escaping of data derived from user input before rendering in responses, preventing script execution in the victim's browser.

preventdetect

Requires mechanisms to detect and block malicious code (scripts) delivered via network inputs, providing a secondary layer against exploitation of the unsanitized parameter.

References