CVE-2026-25452
Published: 25 March 2026
Summary
CVE-2026-25452 is a high-severity Cross-site Scripting (CWE-79) vulnerability. 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 14.4th 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-25452 is an Improper Neutralization of Input During Web Page Generation vulnerability, commonly known as Stored Cross-Site Scripting (XSS) and classified under CWE-79, affecting the Remoji WordPress plugin. This issue impacts all versions of Remoji from n/a through 2.2 inclusive. The vulnerability was published on 2026-03-25 and carries 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 attack requires no privileges and can be initiated over the network with low complexity, though it demands user interaction for successful exploitation. An attacker can store malicious scripts via the plugin, which then execute in the context of other users viewing affected pages, potentially leading to limited impacts on confidentiality, integrity, and availability due to the changed scope.
Patchstack has issued an advisory documenting the Stored XSS vulnerability in the Remoji WordPress plugin version 2.2, available at https://patchstack.com/database/Wordpress/Plugin/remoji/vulnerability/wordpress-remoji-plugin-2-2-cross-site-scripting-xss-vulnerability?_s_id=cve.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-15730
Vulnerability details
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in WPDO Remoji remoji allows Stored XSS.This issue affects Remoji: from n/a through <= 2.2.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Stored XSS in public-facing WordPress plugin directly enables T1190 (exploiting the web app to persistently inject payloads) and T1059.007 (arbitrary JavaScript execution in victim browsers).
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly addresses stored XSS by filtering or encoding output during web page generation to prevent execution of malicious scripts in users' browsers.
Validates and sanitizes inputs to the Remoji plugin before storage, preventing malicious scripts from being persisted.
Remediates the specific improper neutralization flaw in Remoji versions through <=2.2 by applying timely patches or updates.