CVE-2024-13320
Published: 07 March 2025
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
- 🇪🇺 ENISA EUVD: EUVD-2024-54159
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
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.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly prevents SQL injection by requiring validation and sanitization of user-supplied parameters like 'wc_filter_price_meta[where]' before incorporation into SQL queries.
Mandates identification, reporting, testing, and installation of patches for known flaws, directly remediating this CVE in the CURCY plugin.
Boundary protection with web application firewalls monitors and blocks malicious SQL injection payloads targeting the vulnerable parameter at system interfaces.