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-12428

CVE-2024-12428: WP Data Access Plugin SQLi Vulnerability

CVE-2024-12428 is a SQL injection flaw in the WP Data Access plugin for WordPress that allows unauthenticated attackers to extract sensitive database information. This article covers technical details, affected versions, and mitigation.

Published: June 2, 2026

CVE-2024-12428 Overview

CVE-2024-12428 is a SQL Injection vulnerability [CWE-89] affecting the WP Data Access – App, Table, Form and Chart Builder plugin for WordPress. The flaw exists in all versions up to and including 5.5.22. The vulnerability stems from insufficient escaping on the order[user_login][dir] parameter combined with inadequate preparation of the underlying SQL query. Unauthenticated attackers can append additional SQL queries to existing database operations, enabling extraction of sensitive data from the WordPress database.

Critical Impact

Unauthenticated attackers can exfiltrate sensitive data, including credentials and personally identifiable information, from any WordPress site running a vulnerable version of the plugin.

Affected Products

  • WP Data Access – App, Table, Form and Chart Builder plugin for WordPress
  • All versions up to and including 5.5.22
  • Fixed in version 5.5.23

Discovery Timeline

  • 2024-12-25 - CVE-2024-12428 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2024-12428

Vulnerability Analysis

The vulnerability resides in the data table sorting functionality of the WP Data Access plugin. The plugin accepts an order[user_login][dir] parameter from HTTP requests and uses its value to construct the ORDER BY clause of a SQL statement. The implementation fails to escape user input and does not use parameterized queries.

Attackers can inject arbitrary SQL fragments into the query through this parameter. Because the injection point sits inside an ORDER BY clause, classic prepared-statement placeholders cannot be applied without explicit allow-listing of sort directions. The plugin lacks such validation in vulnerable releases.

The vulnerability does not require authentication, expanding the pool of potential attackers to anyone able to reach the affected endpoint. Exploitation can yield database contents including WordPress user records, password hashes, session tokens, and post metadata.

Root Cause

The root cause is improper neutralization of special elements used in a SQL command [CWE-89]. The fix in version 5.5.23 modifies WPDataAccess/Data_Tables/WPDA_Data_Tables.php to validate the sort direction value against an allow list rather than passing it directly into the query string. See the WordPress Plugin Change Log for the exact code changes.

Attack Vector

The attack vector is network-based and requires no authentication or user interaction. An attacker crafts an HTTP request to a plugin endpoint that processes the order[user_login][dir] parameter and includes injected SQL syntax such as a UNION-based payload. The injected SQL executes within the database context of the WordPress application, returning results in the HTTP response or via time-based inference.

The vulnerability is exploitable in prose terms only since no verified public exploit code has been confirmed. Refer to the Wordfence Vulnerability Report for additional context. The EPSS probability is 0.664%.

Detection Methods for CVE-2024-12428

Indicators of Compromise

  • HTTP requests containing the parameter order[user_login][dir] with values other than asc or desc
  • Request payloads containing SQL keywords such as UNION, SELECT, SLEEP, BENCHMARK, or comment sequences -- and /* within the dir parameter
  • Anomalous database query latency or unusually large response bodies from WordPress admin-ajax or plugin endpoints
  • Unexpected reads against the wp_users or wp_usermeta tables in MySQL general or slow query logs

Detection Strategies

  • Inspect web server access logs for the order[user_login][dir] parameter and flag values that are not strict alphabetic sort directions
  • Deploy Web Application Firewall (WAF) rules matching SQL Injection signatures on WordPress query string and POST body parameters
  • Enable MySQL query logging and alert on ORDER BY clauses containing subqueries, UNION operators, or function calls

Monitoring Recommendations

  • Monitor the installed version of the WP Data Access plugin across all WordPress instances and alert on versions at or below 5.5.22
  • Correlate authentication failures and password reset events with prior anomalous requests to plugin endpoints
  • Track outbound database query volume per WordPress site to identify bulk data extraction patterns

How to Mitigate CVE-2024-12428

Immediate Actions Required

  • Update the WP Data Access plugin to version 5.5.23 or later on every affected WordPress site
  • Audit WordPress user accounts and rotate credentials if exploitation indicators are present
  • Review database access logs for unauthorized SELECT activity since the plugin was installed

Patch Information

The vendor released a fix in WP Data Access version 5.5.23. The patch enforces validation of the sort direction parameter in WPDataAccess/Data_Tables/WPDA_Data_Tables.php. Administrators should update through the WordPress plugin manager or by replacing plugin files with the fixed release. See the WordPress Plugin Change Log for change details.

Workarounds

  • Deactivate the WP Data Access plugin until the patched version can be installed
  • Apply a WAF rule that rejects requests containing SQL metacharacters in the order[user_login][dir] parameter
  • Restrict the database user account used by WordPress to the minimum privileges required, removing access to tables not used by the application
bash
# Example ModSecurity rule to block SQL metacharacters in the vulnerable parameter
SecRule ARGS:'order[user_login][dir]' "@rx (?i)(union|select|sleep|benchmark|--|/\*|;)" \
    "id:1004284,phase:2,deny,status:403,msg:'CVE-2024-12428 WP Data Access SQLi attempt'"

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechWordpress

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.66%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-89
  • Technical References
  • WordPress Plugin Change Log

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-7048: 10Web Photo Gallery SQL Injection Flaw

  • CVE-2026-7618: EnvíaloSimple WordPress Plugin SQLi Flaw

  • CVE-2018-25352: WordPress Form Builder Lite SQLi Flaw

  • CVE-2018-25347: WordPress Contact Form Maker SQL Injection
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