CVE-2025-23922
Published: 16 January 2025
Summary
CVE-2025-23922 is a critical-severity CSRF (CWE-352) vulnerability. Its CVSS base score is 10.0 (Critical).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 10.1% 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 SC-23 (Session Authenticity) and SI-10 (Information Input Validation).
Deeper analysis
The vulnerability is a Cross-Site Request Forgery (CSRF) flaw, tracked as CVE-2025-23922 with a CVSS score of 10.0, present in the iSpring Embedder WordPress plugin (embed-ispring) developed by Harsh. It affects all versions from n/a through 1.0 and enables an attacker to upload a web shell to the underlying web server, corresponding to CWE-352.
An unauthenticated remote attacker can exploit the issue over the network with low complexity to achieve arbitrary file upload. Successful exploitation grants full control over the affected WordPress site and server, including the ability to execute arbitrary code via the uploaded web shell.
The Patchstack advisory identifies the flaw as a CSRF-to-arbitrary-file-upload vulnerability in the WordPress iSpring Embedder plugin at version 1.0 and provides a public database entry for further details on the affected component.
EPSS remains flat at 0.0497 with no material rise observed, indicating limited exploitation interest to date.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-3537
Vulnerability details
Cross-Site Request Forgery (CSRF) vulnerability in Harsh iSpring Embedder embed-ispring allows Upload a Web Shell to a Web Server.This issue affects iSpring Embedder: from n/a through <= 1.0.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
CSRF in public-facing WordPress plugin directly enables arbitrary file upload of web shell, mapping to exploitation of public-facing application and web shell deployment for RCE.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
SC-23 requires session authenticity protections such as anti-CSRF tokens, directly preventing exploitation of this CSRF vulnerability that enables unauthorized web shell uploads.
SI-10 enforces validation and sanitization of inputs, blocking malicious web shell files from being uploaded through the vulnerable endpoint.
SI-3 deploys malicious code protection mechanisms to scan and prevent or detect web shell uploads on the web server.