CVE-2024-51818
Published: 21 January 2025
Summary
CVE-2024-51818 is a critical-severity SQL Injection (CWE-89) vulnerability. Its CVSS base score is 9.3 (Critical).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 4.5% of CVEs by exploit likelihood; 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-51818 is an unauthenticated SQL injection vulnerability (CWE-89) in the Fancy Product Designer WordPress plugin developed by radykal. The flaw stems from improper neutralization of special elements in SQL commands and affects all versions through 6.4.3, carrying a CVSS 3.1 score of 9.3 that reflects network-accessible attack vectors with no required authentication or user interaction and a changed scope.
An attacker can send crafted requests directly to the plugin endpoints to execute arbitrary SQL queries against the database. Successful exploitation yields high confidentiality impact, including potential extraction of sensitive data, along with limited availability effects, all without any prior credentials or user involvement.
The Patchstack advisory for this issue identifies the vulnerability in the WordPress plugin up to version 6.4.3 and frames it as an unauthenticated SQL injection exposure, directing users to apply the vendor-supplied update that resolves the flaw.
The associated EPSS score sits at 0.1926 with no material increase from its recorded peak, indicating moderate but stable exploitation interest since disclosure.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2024-45802
Vulnerability details
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in radykal Fancy Product Designer fancy-product-designer.This issue affects Fancy Product Designer: from n/a through <= 6.4.3.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Unauthenticated SQL injection in public-facing WordPress plugin directly enables remote exploitation of web apps (T1190) for unauthorized database data extraction (T1213.006).
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly mitigates SQL injection in Fancy Product Designer by requiring validation and sanitization of untrusted inputs used in SQL commands.
Ensures timely patching of the specific SQL injection flaw (CVE-2024-51818) in the Fancy Product Designer WordPress plugin versions <=6.4.3.
Vulnerability scanning identifies the unauthenticated SQL injection vulnerability in the plugin, enabling proactive remediation.