A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2024-51818

CVE-2024-51818: Fancy Product Designer SQL Injection

CVE-2024-51818 is an SQL injection vulnerability in the Fancy Product Designer WordPress plugin affecting versions up to 6.4.3. This article covers the technical details, affected versions, security impact, and mitigation.

Updated: May 15, 2026

CVE-2024-51818 Overview

CVE-2024-51818 is an unauthenticated SQL injection vulnerability in the radykal Fancy Product Designer plugin for WordPress. The flaw affects all versions of fancy-product-designer up to and including 6.4.3. Attackers can send crafted requests over the network without authentication or user interaction to inject arbitrary SQL into backend queries. The vulnerability is classified under CWE-89, Improper Neutralization of Special Elements used in an SQL Command. With an EPSS probability of 19.264% in the 95th percentile, this issue ranks among the more likely candidates for active exploitation attempts against WordPress sites.

Critical Impact

Unauthenticated attackers can execute arbitrary SQL queries against the WordPress database, potentially exposing customer data, order records, and administrative content stored by the plugin.

Affected Products

  • radykal Fancy Product Designer plugin for WordPress
  • All versions from initial release through 6.4.3
  • WordPress sites using fancy-product-designer for product customization

Discovery Timeline

  • 2025-01-21 - CVE-2024-51818 published to NVD
  • 2026-04-23 - Last updated in NVD database

Technical Details for CVE-2024-51818

Vulnerability Analysis

The Fancy Product Designer plugin fails to properly neutralize special characters in user-supplied input before passing the data to SQL queries. An unauthenticated remote attacker can craft HTTP requests containing SQL metacharacters that the plugin concatenates directly into database statements. Because no authentication is required, any internet-exposed WordPress site running a vulnerable build can be targeted directly. The scope is marked as changed in the advisory, indicating the injected query can affect data outside the plugin's own component boundary, including core WordPress tables such as wp_users and wp_options.

Root Cause

The root cause is missing or insufficient parameterization in one or more plugin endpoints that accept user-controlled input. Rather than using prepared statements through the $wpdb->prepare() API, the affected code path appears to interpolate request parameters into raw SQL strings. This pattern enables classic in-band and blind SQL injection techniques against the underlying MySQL or MariaDB instance.

Attack Vector

The attack vector is network-based and requires no privileges. An attacker sends an HTTP request to a vulnerable plugin endpoint with malicious payloads embedded in parameters that reach the SQL layer unsanitized. The vulnerability manifests at the parameter handling boundary between the plugin's request handlers and the WordPress database abstraction layer. Refer to the Patchstack advisory for parameter-level technical details.

Detection Methods for CVE-2024-51818

Indicators of Compromise

  • HTTP requests to Fancy Product Designer endpoints containing SQL keywords such as UNION, SELECT, SLEEP, BENCHMARK, or encoded variants in query parameters or POST bodies
  • Unexpected database errors in PHP or web server logs referencing plugin files under /wp-content/plugins/fancy-product-designer/
  • Anomalous outbound traffic from the WordPress host following inbound requests to plugin endpoints
  • New or modified administrator accounts in wp_users without corresponding admin console activity

Detection Strategies

  • Inspect web server access logs for requests to fancy-product-designer routes containing SQL metacharacters such as single quotes, comment markers (--, #), or boolean payloads
  • Monitor database query logs for statements originating from plugin code paths that include concatenated user input
  • Deploy WAF rules targeting common SQL injection signatures on URLs containing fancy-product-designer

Monitoring Recommendations

  • Alert on time-based SQL injection patterns including repeated SLEEP() or BENCHMARK() invocations in request strings
  • Track failed and successful HTTP responses for plugin endpoints to identify enumeration and exfiltration attempts
  • Correlate WordPress audit log events for user, role, and option changes with web traffic to plugin URLs

How to Mitigate CVE-2024-51818

Immediate Actions Required

  • Update Fancy Product Designer to a release later than 6.4.3 once published by radykal, or remove the plugin if no patched version is available
  • Restrict access to the plugin's endpoints at the web server or WAF layer until patching is complete
  • Review database contents for unauthorized accounts, modified options, and signs of data exfiltration
  • Rotate WordPress administrator passwords, secret keys in wp-config.php, and any credentials stored in the database

Patch Information

The advisory lists all versions up to and including 6.4.3 as vulnerable. Site administrators should consult the Patchstack vulnerability database entry for the latest fixed version and apply the vendor update through the WordPress plugin manager once available.

Workarounds

  • Deploy a virtual patch through a WAF that blocks SQL injection payloads to URLs matching /wp-content/plugins/fancy-product-designer/
  • Disable and remove the plugin from production sites until a fixed release is installed
  • Apply database least-privilege by ensuring the WordPress database user lacks FILE, SUPER, and cross-database privileges
bash
# Example WAF rule (ModSecurity) to block SQLi payloads to the plugin path
SecRule REQUEST_URI "@contains /wp-content/plugins/fancy-product-designer/" \
    "id:1005181,phase:2,deny,status:403,\
    chain,msg:'Block SQLi against Fancy Product Designer CVE-2024-51818'"
    SecRule ARGS "@rx (?i)(union(.*?)select|sleep\(|benchmark\(|--\s|/\*)" \
        "t:none,t:urlDecodeUni"

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechFancy Product Designer

  • SeverityCRITICAL

  • CVSS Score9.3

  • EPSS Probability19.26%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-89
  • Technical References
  • Patchstack Vulnerability Database Entry
  • Related CVEs
  • CVE-2024-51919: Fancy Product Designer File Upload Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English