CVE-2025-23603
Published: 22 January 2025
Summary
CVE-2025-23603 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 in the top 42.4% of CVEs by exploit likelihood; 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-23603 is an Improper Neutralization of Input During Web Page Generation vulnerability, classified as Reflected Cross-site Scripting (XSS) under CWE-79, in the Group Category Creator WordPress plugin by MohammadJafar Khajeh. The issue affects the plugin from unknown initial versions through 1.3.0.3.
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 required privileges, and user interaction such as following a malicious link. Any unauthenticated attacker can exploit it by crafting input that reflects malicious JavaScript payloads during web page generation, achieving arbitrary script execution in the victim's browser context with changed scope and low impacts on confidentiality, integrity, and availability.
The Patchstack advisory provides further details on this WordPress plugin vulnerability, accessible at https://patchstack.com/database/Wordpress/Plugin/group-category-creator/vulnerability/wordpress-group-category-creator-plugin-1-3-0-3-reflected-cross-site-scripting-xss-vulnerability?_s_id=cve.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-3278
Vulnerability details
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in MohammadJafar Khajeh Group category creator group-category-creator allows Reflected XSS.This issue affects Group category creator: from n/a through <= 1.3.0.3.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Reflected XSS in public-facing WordPress plugin directly enables exploitation of public-facing applications (T1190) via crafted malicious links to achieve arbitrary JavaScript execution in the victim's browser (T1059.007).
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly requires filtering and encoding of outputs during web page generation to neutralize reflected XSS payloads before execution in the victim's browser.
Enforces validation of untrusted inputs to the WordPress plugin, rejecting or sanitizing malicious JavaScript payloads that could lead to reflected XSS.
Mandates timely identification, reporting, and correction of flaws like the improper neutralization vulnerability in the Group Category Creator plugin up to version 1.3.0.3.