The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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-43132

CVE-2024-43132: Wpwebelite Docket SQLi Vulnerability

CVE-2024-43132 is an SQL injection vulnerability in Wpwebelite Docket (WooCommerce Collections / Wishlist / Watchlist) that enables attackers to execute malicious SQL queries. This article covers technical details, affected versions, impact, and mitigation.

Updated: May 15, 2026

CVE-2024-43132 Overview

CVE-2024-43132 is an unauthenticated SQL injection vulnerability in the WPWeb Elite Docket plugin for WordPress, marketed as WooCommerce Collections / Wishlist / Watchlist. The flaw stems from improper neutralization of special elements used in SQL commands [CWE-89]. All plugin versions before 1.7.0 are affected. Attackers can send crafted requests over the network without authentication or user interaction to inject arbitrary SQL into backend database queries. Successful exploitation enables data exfiltration, database modification, and authentication bypass on affected WooCommerce stores. The vulnerability was published to the National Vulnerability Database (NVD) on August 29, 2024.

Critical Impact

Unauthenticated attackers can execute arbitrary SQL queries against the WordPress database, exposing customer records, order data, and administrator credentials.

Affected Products

  • WPWeb Elite Docket (WooCommerce Collections / Wishlist / Watchlist) plugin for WordPress
  • All versions prior to 1.7.0
  • WordPress sites running WooCommerce with the Docket plugin installed

Discovery Timeline

  • 2024-08-29 - CVE-2024-43132 published to NVD
  • 2024-09-13 - Last updated in NVD database

Technical Details for CVE-2024-43132

Vulnerability Analysis

The Docket plugin extends WooCommerce with wishlist and watchlist functionality, exposing endpoints that interact with the WordPress database. One or more of these endpoints accept user-controlled input and concatenate it directly into SQL statements without proper parameterization or escaping. Because the vulnerable endpoints do not require authentication, any remote attacker can reach them. The PatchStack advisory categorizes this as an unauthenticated SQL injection affecting versions up to and including 1.6.6, with the fix shipped in version 1.7.0.

WordPress provides safe query primitives such as $wpdb->prepare(), but plugins that build queries using string concatenation or fail to apply placeholders bypass these protections. An attacker exploiting this flaw can read arbitrary tables, including wp_users and wp_usermeta, to extract password hashes and session tokens.

Root Cause

The root cause is the failure to sanitize or parameterize input before incorporating it into SQL queries. Request parameters reach the database layer with special characters such as single quotes, comments, and UNION operators intact. This is a classic CWE-89 instance compounded by the absence of capability checks or nonce validation on the affected endpoints.

Attack Vector

Exploitation occurs over the network against the WordPress site hosting the vulnerable plugin. The attacker submits a crafted HTTP request to an exposed plugin endpoint, embedding SQL payloads in parameters processed by the vulnerable handler. No credentials, privileges, or user interaction are required. Typical payloads include UNION SELECT statements for data extraction and time-based blind injection variants when no error output is returned. The injected query executes with the privileges of the WordPress database user, which generally permits full read and write access to all WordPress tables.

The vulnerability mechanism is described in the PatchStack advisory. No public proof-of-concept code is available at the time of writing.

Detection Methods for CVE-2024-43132

Indicators of Compromise

  • HTTP requests to Docket plugin endpoints containing SQL metacharacters such as ', --, UNION, SLEEP(, or INFORMATION_SCHEMA
  • Unusually long query strings or POST bodies targeting WooCommerce wishlist or watchlist actions
  • Spikes in admin-ajax.php or REST API traffic referencing Docket action names from a single source
  • Unexpected database errors logged by WordPress or the underlying MySQL/MariaDB instance

Detection Strategies

  • Inspect web server access logs for request parameters containing encoded SQL syntax targeting plugin handlers
  • Enable WordPress debug logging and monitor wp-content/debug.log for SQL syntax errors originating from the Docket plugin
  • Deploy a web application firewall (WAF) ruleset that flags SQL injection patterns on WooCommerce endpoints
  • Compare installed plugin versions against the 1.7.0 fixed release across all WordPress instances

Monitoring Recommendations

  • Forward web server, WordPress, and database logs to a centralized analytics platform for correlation
  • Alert on authentication anomalies such as new administrator accounts or password resets following suspicious traffic
  • Track outbound data volume from the database host to detect mass extraction attempts

How to Mitigate CVE-2024-43132

Immediate Actions Required

  • Update the Docket (WooCommerce Collections / Wishlist / Watchlist) plugin to version 1.7.0 or later on every affected WordPress site
  • Audit wp_users, wp_options, and WooCommerce order tables for unauthorized modifications
  • Rotate WordPress administrator passwords, API keys, and any secrets stored in the database
  • Review WooCommerce customer data exposure and follow applicable breach notification obligations

Patch Information

WPWeb Elite addressed the vulnerability in Docket version 1.7.0. Site administrators should update through the WordPress plugin dashboard or by replacing the plugin directory with the patched release. Refer to the PatchStack advisory for vendor confirmation.

Workarounds

  • Deactivate and remove the Docket plugin until the update can be applied if immediate patching is not possible
  • Deploy WAF rules that block SQL injection payloads on URLs and parameters used by the plugin
  • Restrict access to WordPress admin and AJAX endpoints by IP allowlist where feasible
  • Apply least-privilege database credentials so the WordPress user cannot execute administrative SQL operations
bash
# Verify the installed Docket plugin version via WP-CLI
wp plugin get docket --field=version

# Update the plugin to the patched release
wp plugin update docket --version=1.7.0

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechWpwebelite Docket

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.87%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-89
  • Technical References
  • PatchStack Woocommerce Vulnerability Report
  • Latest CVEs
  • CVE-2026-43328: Linux Kernel Use-After-Free Vulnerability

  • CVE-2026-43329: Linux Kernel Netfilter DoS Vulnerability

  • CVE-2026-43330: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-43331: Linux Kernel DOS Vulnerability
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