CVE-2026-1320
Published: 12 February 2026
Summary
CVE-2026-1320 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 14.9th 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-1320 is a stored cross-site scripting (XSS) vulnerability in the Secure Copy Content Protection and Content Locking plugin for WordPress, affecting all versions up to and including 4.9.8. The flaw stems from insufficient input sanitization and output escaping when handling the 'X-Forwarded-For' HTTP header, allowing malicious payloads to be stored and persist on affected pages. It has been assigned CWE-79 and 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), reflecting high severity due to its network accessibility, low complexity, lack of required privileges or user interaction, and changed scope.
Unauthenticated attackers can exploit this vulnerability remotely by sending crafted HTTP requests with malicious scripts in the 'X-Forwarded-For' header. Once injected, the arbitrary web scripts are stored in pages and execute in users' browsers whenever those pages are accessed, potentially leading to session hijacking, data theft, or further site compromise for any visiting user, including administrators.
Advisories reference a patch in the plugin's WordPress trac repository at changeset 3449531, which addresses the sanitization issue. Additional details on the vulnerability, including exploitation vectors, are available from Wordfence threat intelligence. Security practitioners should urge site owners to update the plugin beyond version 4.9.8 and review logs for suspicious 'X-Forwarded-For' manipulations.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-7044
Vulnerability details
The Secure Copy Content Protection and Content Locking plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'X-Forwarded-For' HTTP header in all versions up to, and including, 4.9.8 due to insufficient input sanitization and output escaping. This makes…
more
it possible for unauthenticated attackers to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Stored XSS in public-facing WordPress plugin directly enables remote exploitation via T1190; resulting arbitrary script execution in visitor browsers facilitates drive-by compromise (T1189) and web session cookie theft (T1539).
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly requires validation and sanitization of untrusted input such as the X-Forwarded-For header before it is stored or processed.
Requires filtering or encoding of information on output so that stored scripts cannot execute in users' browsers.
Restricts the use and execution of mobile code (scripts) that would otherwise run automatically when an injected page is rendered.