CVE-2025-24636
Published: 24 January 2025
Summary
CVE-2025-24636 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-24636 is a Cross-Site Request Forgery (CSRF) vulnerability in the MachForm Shortcode WordPress plugin developed by Rick Laymance, which enables Stored XSS. The flaw affects the machform-shortcode plugin in all versions from n/a through 1.4.1 inclusive. It is associated with CWE-352 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), indicating network accessibility, low attack complexity, no required privileges, user interaction, changed scope, and low impacts across confidentiality, integrity, and availability.
An attacker can exploit this vulnerability remotely without authentication by tricking an authenticated user into performing an unintended action, such as submitting a malicious form via a crafted webpage or link. This CSRF leads to Stored XSS, where malicious scripts are persistently injected and executed in the context of the victim's browser with elevated cross-origin privileges due to the changed scope.
The Patchstack advisory provides detailed analysis of the vulnerability, including remediation guidance for the MachForm Shortcode plugin. Security practitioners should consult https://patchstack.com/database/Wordpress/Plugin/machform-shortcode/vulnerability/wordpress-machform-shortcode-plugin-1-4-1-csrf-to-stored-xss-vulnerability?_s_id=cve for patch information and mitigation steps.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-3837
Vulnerability details
Cross-Site Request Forgery (CSRF) vulnerability in Rick Laymance MachForm Shortcode machform-shortcode allows Stored XSS.This issue affects MachForm Shortcode: from n/a through <= 1.4.1.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
The CVE describes a CSRF vulnerability in a public-facing WordPress plugin that directly enables Stored XSS via crafted links or pages, mapping to T1190 for remote exploitation of public-facing applications and T1185 for browser session hijacking through persistent malicious script injection with elevated privileges.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Enforces session authenticity mechanisms such as anti-CSRF tokens to prevent unauthorized form submissions that exploit the CSRF vulnerability.
Validates all information inputs to block malicious XSS payloads from being stored via CSRF-induced form submissions.
Filters information outputs to prevent execution of stored XSS scripts injected through the CSRF vulnerability.