CVE-2025-23488
Published: 03 March 2025
Summary
CVE-2025-23488 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 29.3th 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-2025-23488 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 rng-refresh WordPress plugin developed by Abolfazl Sabagh, impacting all versions from n/a through 1.0 inclusive. The issue was published on 2025-03-03T14:15:37.930 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).
Attackers can exploit this vulnerability remotely over the network with low attack complexity and no required privileges, though it necessitates user interaction such as visiting a maliciously crafted webpage or clicking a link. Upon successful exploitation, adversaries can inject and execute arbitrary scripts in the victim's browser context within the scope of the affected site, potentially compromising low levels of confidentiality, integrity, and availability due to the changed scope.
The Patchstack advisory documents this Reflected XSS vulnerability specifically in the WordPress rng-refresh plugin version 1.0, providing further details at https://patchstack.com/database/Wordpress/Plugin/rng-refresh/vulnerability/wordpress-rng-refresh-plugin-1-0-reflected-cross-site-scripting-xss-vulnerability?_s_id=cve.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-5732
Vulnerability details
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Abolfazl Sabagh rng-refresh rng-refresh allows Reflected XSS.This issue affects rng-refresh: from n/a through <= 1.0.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Reflected XSS in public-facing WordPress plugin directly enables exploitation of the web application (T1190) to deliver and execute arbitrary JavaScript in the victim's browser (T1059.007).
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly remediates the reflected XSS flaw in the rng-refresh WordPress plugin by identifying, reporting, and correcting the improper input neutralization.
Filters information outputs to web browsers, preventing execution of injected scripts from unsanitized reflected inputs in web page generation.
Validates user inputs to neutralize malicious scripts before they are processed and reflected in web pages by the rng-refresh plugin.