LiveActive security incident?Get immediate response
CVE Record

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.

HighCVSS 7.3Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

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.
Prepared
Confidence
high
Sources
6

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.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2024-13487 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
7.3 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

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.

1CVSS vectors
4Timeline events
1ADP providers
5Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: yesTechnical Impact: partial

CVSS vector scores

1 official score

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.

ScoreVersionSeverityVectorExploitImpactSource
7.3CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L3.93.4Wordfence

Vulnerability scoring details

Base CVSS 3.1 score

7.3High
CVSS 3.1 vector shape for CVE-2024-13487Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. Source timelineWordfence

    Disclosed

  3. CVE publishedCVE Program

    The CVE record was published.

  4. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
other:ssvc
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
villathemeCURCY – Multi Currency for WooCommerce – Smoothly on WooCommerce 9.x0unaffected
Weakness

CWE details

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.