Cyber Resilience

CVE-2024-13320

High

Published: 07 March 2025

Published
07 March 2025
Modified
15 April 2026
KEV Added
Patch
CVSS Score v3.1 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
EPSS Score 0.0014 34.3th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-13320 is a high-severity SQL Injection (CWE-89) vulnerability in Codecanyon (inferred from references). Its CVSS base score is 7.5 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 34.3th 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

CVE-2024-13320 is a SQL injection vulnerability (CWE-89) in the CURCY - WooCommerce Multi Currency - Currency Switcher plugin for WordPress. It affects all versions up to and including 2.3.6. The issue stems from insufficient escaping of the user-supplied 'wc_filter_price_meta[where]' parameter and lack of sufficient preparation in the existing SQL query, allowing injection of additional SQL.

Unauthenticated attackers can exploit this vulnerability remotely with low attack complexity and no user interaction. Exploitation enables appending malicious SQL queries to existing ones, resulting in extraction of sensitive information from the database. The CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N) reflects high confidentiality impact with no integrity or availability disruption.

Advisories including the Wordfence threat intelligence report at https://www.wordfence.com/threat-intel/vulnerabilities/id/6d359a5c-db11-416e-a329-c3ed67b1a925?source=cve and the plugin page at https://codecanyon.net/item/woocommerce-multi-currency/20948446 provide further details on mitigation, with the vulnerability described as present up to version 2.3.6.

EU & UK References

Vulnerability details

The CURCY - WooCommerce Multi Currency - Currency Switcher plugin for WordPress is vulnerable to SQL Injection via the 'wc_filter_price_meta[where]' parameter in all versions up to, and including, 2.3.6 due to insufficient escaping on the user supplied parameter and lack…

more

of sufficient preparation on the existing SQL query. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.

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?

The SQL injection vulnerability in a public-facing WordPress plugin directly enables remote unauthenticated exploitation of T1190: Exploit Public-Facing Application for database data extraction.

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

CVEs Like This One

CVE-2026-39334Shared CWE-89
CVE-2024-13488Shared CWE-89
CVE-2026-22850Shared CWE-89
CVE-2024-12404Shared CWE-89
CVE-2024-13474Shared CWE-89
CVE-2026-20002Shared CWE-89
CVE-2025-1446Shared CWE-89
CVE-2025-22699Shared CWE-89
CVE-2026-36232Shared CWE-89
CVE-2026-31871Shared CWE-89

Affected Assets

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

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly prevents SQL injection by requiring validation and sanitization of user-supplied parameters like 'wc_filter_price_meta[where]' before incorporation into SQL queries.

prevent

Mandates identification, reporting, testing, and installation of patches for known flaws, directly remediating this CVE in the CURCY plugin.

prevent

Boundary protection with web application firewalls monitors and blocks malicious SQL injection payloads targeting the vulnerable parameter at system interfaces.

References