CVE-2025-26917
Published: 03 March 2025
Summary
CVE-2025-26917 is a high-severity Cross-site Scripting (CWE-79) vulnerability in Hasthemes Wp Templata. Its CVSS base score is 7.1 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 42.1th 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).
Threat & Defense at a Glance
Threat & Defense Details
Mitigating Controls (NIST 800-53 r5)AI
Enforces validation of user inputs at web entry points like forms or URLs, directly preventing injection of malicious scripts in reflected XSS attacks.
Filters and encodes information outputs during web page generation to neutralize executable scripts before browser rendering, comprehensively mitigating reflected XSS.
Requires identification, reporting, and correction of flaws like this plugin vulnerability through timely patching, eliminating the root cause of the XSS issue.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Reflected XSS in public-facing WordPress plugin directly enables T1190 (exploiting the web app via crafted input) and facilitates T1566.002 (delivery via malicious links that reflect the script).
NVD Description
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in HasThemes WP Templata wptemplata allows Reflected XSS.This issue affects WP Templata: from n/a through <= 1.0.7.
Deeper analysisAI
CVE-2025-26917 is an Improper Neutralization of Input During Web Page Generation vulnerability, manifesting as a Reflected Cross-site Scripting (XSS) issue under CWE-79. It affects the WP Templata plugin (wptemplata) developed by HasThemes for WordPress, impacting all versions from n/a through 1.0.7 inclusive. The vulnerability was published on 2025-03-03.
With a CVSS v3.1 base score of 7.1 (AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L), the flaw is exploitable over the network with low attack complexity and no privileges required, though it demands user interaction. Remote attackers can trick authenticated or unauthenticated users into interacting with maliciously crafted links or inputs that reflect executable scripts in the browser, leveraging the changed scope to impact the site's security context and achieve low confidentiality, integrity, and availability effects.
The Patchstack advisory (https://patchstack.com/database/Wordpress/Plugin/wptemplata/vulnerability/wordpress-wp-templata-plugin-1-0-7-reflected-cross-site-scripting-xss-vulnerability?_s_id=cve) documents this reflected XSS in WP Templata version 1.0.7, advising practitioners to monitor for vendor patches or updates to mitigate exposure.
Details
- CWE(s)