CVE-2024-13487: CURCY – Multi Currency for WooCommerce <= 2.2.5 - Unauthenticated Arbitrary Shortcode Execution via get_products_price Function
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 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.
Security readout for executives and security teams
Plain-English summary
CVE-2024-13487 affects the CURCY Multi Currency for WooCommerce WordPress plugin. On vulnerable versions, an unauthenticated attacker may cause WordPress shortcodes to run through a plugin price-cache function. Business impact depends on what shortcodes exist on the site, but the issue can affect confidentiality, integrity, and availability.
Executive priority
Treat this as a near-term WordPress remediation item for WooCommerce estates. Prioritize internet-facing stores, especially where many third-party shortcodes or sensitive commerce workflows are installed.
Technical view
The vulnerability is arbitrary shortcode execution in get_products_price(), where user-controlled input is not properly validated before do_shortcode is called. Wordfence rates it CVSS 7.3 high, network exploitable, low complexity, no privileges, and no user interaction. Reported affected versions are up to and including 2.2.5.
Likely exposure
Public WordPress/WooCommerce sites using CURCY Multi Currency for WooCommerce versions up to 2.2.5 are the likely exposed population. Sites without this plugin are not exposed based on the supplied sources.
Exploitation context
The source bundle does not show CISA KEV listing or cited active exploitation. The risk is still meaningful because the flaw is unauthenticated, remotely reachable, and tied to shortcode execution inside WordPress.
Researcher notes
Evidence supports arbitrary shortcode execution, not general PHP code execution. Impact will vary by installed shortcodes and site configuration. The provided affected metadata is sparse, so version validation should rely on the plugin changelog, CVE record, Wordfence entry, and Trac changeset.
Mitigation direction
Upgrade CURCY Multi Currency for WooCommerce to the current vendor-published release.
Remove or disable the plugin if an immediate update is not possible.
Review vendor changelog and WordPress Trac changeset for the relevant fix.
Limit unnecessary shortcodes and plugins that expose sensitive or state-changing behavior.
Validation and detection
Inventory WordPress sites for the woo-multi-currency plugin.
Confirm installed plugin versions are newer than 2.2.5.
Review the patched cache.php logic for validation before do_shortcode.
Check WordPress and web logs for unusual unauthenticated requests to plugin endpoints.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-94: Code execution behavior lookup
Code execution and unsafe deserialization weaknesses often justify reviewing execution behavior and process telemetry. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-94 · source CWE mapping
Improper Control of Generation of Code ('Code Injection')
Improper Control of Generation of Code ('Code Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.