CVE-2025-26774
Published: 22 February 2025
Description
Adversaries may abuse various implementations of JavaScript for execution.
Security Summary
CVE-2025-26774 is an Improper Neutralization of Input During Web Page Generation vulnerability, enabling Reflected Cross-site Scripting (XSS) as classified under CWE-79. It affects the WordPress plugin Responsive Modal Builder for High Conversion – Easy Popups (easy-popups) in all versions from n/a through 1.5.0 inclusive.
The vulnerability 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), indicating network accessibility, low attack complexity, no privileges required, but user interaction needed, with changed scope and low impacts to confidentiality, integrity, and availability. Remote attackers can exploit it by tricking authenticated or unauthenticated users into interacting with maliciously crafted requests, such as via a reflected payload in a web page, potentially leading to execution of arbitrary scripts in the victim's browser context.
Patchstack's advisory at https://patchstack.com/database/Wordpress/Plugin/easy-popups/vulnerability/wordpress-responsive-modal-builder-for-high-conversion-easy-popups-plugin-1-5-0-cross-site-scripting-xss-vulnerability?_s_id=cve documents the issue and provides vulnerability details for the affected plugin versions.
Details
- CWE(s)
MITRE ATT&CK Enterprise Techniques
Why these techniques?
Reflected XSS in public-facing WordPress plugin enables exploitation of the web app (T1190) via malicious links (T1204.001) to execute arbitrary JavaScript in browser (T1059.007).