Cyber Resilience

CVE-2025-24636

High

Published: 24 January 2025

Published
24 January 2025
Modified
23 April 2026
KEV Added
Patch
CVSS Score v3.1 7.1 CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L
EPSS Score 0.0010 28.0th percentile
Risk Priority 14 60% EPSS · 20% KEV · 20% CVSS

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

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

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1185 Browser Session Hijacking Collection
Adversaries may take advantage of security vulnerabilities and inherent functionality in browser software to change content, modify user-behaviors, and intercept information as part of various browser session hijacking techniques.
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.

Confidence: MEDIUM · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2025-23900Shared CWE-352
CVE-2026-29784Shared CWE-352
CVE-2025-25140Shared CWE-352
CVE-2025-23567Shared CWE-352
CVE-2025-31443Shared CWE-352
CVE-2025-31444Shared CWE-352
CVE-2025-22690Shared CWE-352
CVE-2025-26577Shared CWE-352
CVE-2025-30587Shared CWE-352
CVE-2025-23501Shared CWE-352

Affected Assets

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Enforces session authenticity mechanisms such as anti-CSRF tokens to prevent unauthorized form submissions that exploit the CSRF vulnerability.

prevent

Validates all information inputs to block malicious XSS payloads from being stored via CSRF-induced form submissions.

prevent

Filters information outputs to prevent execution of stored XSS scripts injected through the CSRF vulnerability.

References