CVE-2025-23567
Published: 16 January 2025
Summary
CVE-2025-23567 is a high-severity CSRF (CWE-352) 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 28.0th 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 SC-23 (Session Authenticity) and SI-10 (Information Input Validation).
Deeper analysis
CVE-2025-23567 is a Cross-Site Request Forgery (CSRF) vulnerability in the GDReseller WordPress plugin developed by Tamer Ziady, which enables Stored XSS. The flaw affects GDReseller versions from unknown initial release through 1.6 inclusive, as documented under CWE-352. Published on 2025-01-16, it 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).
Unauthenticated attackers (PR:N) can exploit this over the network (AV:N) with low complexity (AC:L) by tricking authenticated users into interacting with a malicious site (UI:R), such as via a crafted link. This submits a CSRF request that stores an XSS payload on the server. When other users, including admins, view the affected content, the payload executes in an elevated scope (S:C), potentially enabling session hijacking, data theft, or further site compromise, though impacts remain low across confidentiality, integrity, and availability.
The Patchstack advisory provides details on this vulnerability, including patch information for the affected WordPress plugin, accessible at https://patchstack.com/database/Wordpress/Plugin/gdreseller/vulnerability/wordpress-gdreseller-plugin-1-6-csrf-to-stored-xss-vulnerability?_s_id=cve.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-3252
Vulnerability details
Cross-Site Request Forgery (CSRF) vulnerability in Tamer Ziady GDReseller gdreseller allows Stored XSS.This issue affects GDReseller: from n/a through <= 1.6.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
CSRF to stored XSS in public-facing WordPress plugin directly enables exploitation of public-facing applications (T1190) and facilitates browser session hijacking via injected JS payloads (T1185).
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly mitigates the CSRF vulnerability by requiring mechanisms like anti-CSRF tokens to verify session authenticity and prevent forged requests that store XSS payloads.
Enforces validation of untrusted inputs to block malicious XSS payloads from being stored on the server via the CSRF exploit.
Filters information outputs to prevent execution of stored XSS payloads when affected content is viewed by users or admins.