Cyber Resilience

CVE-2024-13487

High

Published: 06 February 2025

Published
06 February 2025
Modified
15 April 2026
KEV Added
Patch
CVSS Score v3.1 7.3 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
EPSS Score 0.0025 48.8th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-13487 is a high-severity Code Injection (CWE-94) vulnerability in Wordpress (inferred from references). Its CVSS base score is 7.3 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 48.8th 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 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Deeper analysis

The CURCY – Multi Currency for WooCommerce plugin for WordPress, in all versions up to and including 2.2.5, contains a vulnerability designated as CVE-2024-13487 that enables arbitrary shortcode execution via the get_products_price() function. The issue stems from insufficient validation of a user-supplied value before it is passed to the do_shortcode() function, allowing malicious shortcodes to be processed and executed.

Unauthenticated attackers can exploit this vulnerability remotely over the network with low attack complexity and no user interaction required, as indicated by the CVSS 3.1 base score of 7.3 (AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L). Successful exploitation permits execution of arbitrary shortcodes, potentially resulting in limited impacts to confidentiality, integrity, and availability, classified under CWE-94 (Improper Control of Generation of Code).

Mitigation details are available through plugin references, including the vulnerable code at frontend/cache.php line 60, a patch in changeset 3234505 on the WordPress plugin trac, the developers section of the woo-multi-currency plugin page, and Wordfence threat intelligence advisory. Security practitioners should update to a patched version beyond 2.2.5 to address the flaw.

EU & UK References

Vulnerability details

The The CURCY – Multi Currency for WooCommerce – The best free currency exchange plugin – Run smoothly on WooCommerce 9.x plugin for WordPress is vulnerable to arbitrary shortcode execution via the get_products_price() function in all versions up to, and…

more

including, 2.2.5. This is due to the software allowing users to execute an action that does not properly validate a value before running do_shortcode. This makes it possible for unauthenticated attackers to execute arbitrary shortcodes.

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.
Why these techniques?

Direct remote unauthenticated exploitation of a public-facing WordPress plugin via arbitrary shortcode injection.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2025-13773Shared CWE-94
CVE-2025-50692Shared CWE-94
CVE-2026-30643Shared CWE-94
CVE-2026-30460Shared CWE-94
CVE-2025-71243Shared CWE-94
CVE-2026-44262Shared CWE-94
CVE-2024-13792Shared CWE-94
CVE-2020-37052Shared CWE-94
CVE-2026-42555Shared CWE-94
CVE-2025-65037Shared CWE-94

Affected Assets

Wordpress
inferred from references and description; NVD did not file a CPE for this CVE

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Requires validation of user-supplied values before passing to functions like do_shortcode, directly preventing arbitrary shortcode execution due to insufficient input validation.

prevent

Mandates timely identification, reporting, and correction of flaws in plugins like CURCY, enabling patching to eliminate the arbitrary shortcode execution vulnerability.

detectrespond

Vulnerability scanning detects the presence of CVE-2024-13487 in the CURCY plugin, facilitating risk assessment and remediation to prevent exploitation.

References