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-2025-47645

CVE-2025-47645: ELEX WooCommerce Bulk Edit SQLi Flaw

CVE-2025-47645 is a SQL injection vulnerability in ELEX WooCommerce Advanced Bulk Edit Products plugin that allows attackers to manipulate database queries. This article covers technical details, affected versions, and mitigation.

Published: June 9, 2026

CVE-2025-47645 Overview

CVE-2025-47645 is a SQL Injection vulnerability in the ELEXtensions ELEX WooCommerce Advanced Bulk Edit Products, Prices & Attributes plugin for WordPress. The flaw stems from improper neutralization of special elements in SQL commands [CWE-89]. Authenticated users with low privileges, including subscribers, can inject SQL into backend database queries. The vulnerability affects all plugin versions up to and including 1.4.9.

Successful exploitation lets attackers read sensitive data from the WordPress database, including user records and session tokens. The issue is tracked through Patchstack and impacts WooCommerce stores running the affected plugin.

Critical Impact

Authenticated subscribers can execute arbitrary SQL queries, exposing confidential WordPress and WooCommerce data including customer records and credentials.

Affected Products

  • ELEX WooCommerce Advanced Bulk Edit Products, Prices & Attributes plugin (basic edition)
  • All versions from initial release through 1.4.9
  • WordPress sites running WooCommerce with the vulnerable plugin installed

Discovery Timeline

  • 2025-07-16 - CVE-2025-47645 published to NVD
  • 2026-04-23 - Last updated in NVD database

Technical Details for CVE-2025-47645

Vulnerability Analysis

The plugin processes user-supplied input and concatenates it into SQL queries without sufficient sanitization or use of prepared statements. WordPress provides the $wpdb->prepare() API for safe parameterized queries, but the affected code paths bypass this protection. The vulnerability is reachable by authenticated users at the subscriber role, which is the lowest privilege tier in WordPress and often grants near-anonymous access on sites permitting open registration.

The scope is marked as changed in the published advisory, indicating that exploitation can affect data beyond the plugin's own boundaries. Attackers can extract data from any table in the WordPress database, including wp_users, wp_usermeta, and WooCommerce order tables containing customer personally identifiable information (PII).

Root Cause

The root cause is improper neutralization of special elements used in SQL commands [CWE-89]. The plugin accepts parameters from HTTP requests and embeds them directly into database queries without escaping single quotes, SQL keywords, or query terminators. Reliance on client-side validation or trust in authenticated user roles compounds the issue.

Attack Vector

The attack is delivered over the network through standard HTTP requests to plugin endpoints. An attacker authenticates as any user with subscriber privileges or higher, then submits crafted parameters containing SQL syntax. Because subscriber accounts are commonly available on WooCommerce sites that permit customer registration, the barrier to entry is low. The vulnerability does not require user interaction beyond the attacker's own session.

No public proof-of-concept exploit is currently listed for CVE-2025-47645. Refer to the Patchstack Vulnerability Report for additional technical context.

Detection Methods for CVE-2025-47645

Indicators of Compromise

  • HTTP requests to plugin endpoints containing SQL meta-characters such as ', --, UNION SELECT, SLEEP(, or INFORMATION_SCHEMA references
  • Unexpected database errors logged by WordPress or MySQL referencing the plugin's query paths
  • New or modified administrator accounts created shortly after subscriber-level authentication activity
  • Bulk authentication from low-privilege accounts followed by high-volume POST requests to plugin AJAX handlers

Detection Strategies

  • Enable WordPress debug logging and inspect wp-content/debug.log for WP_Error entries tied to $wpdb queries originating from the ELEX plugin
  • Deploy a web application firewall (WAF) with SQL injection rule sets that inspect requests targeting /wp-admin/admin-ajax.php and ELEX plugin endpoints
  • Correlate subscriber logins with subsequent administrative database queries through SIEM rules

Monitoring Recommendations

  • Monitor MySQL slow query and error logs for malformed queries containing untypical UNION or subquery patterns
  • Alert on outbound DNS or HTTP requests from the WordPress host that may indicate data exfiltration following SQL injection
  • Track creation of new user accounts and role escalations in wp_users and wp_usermeta tables in near real time

How to Mitigate CVE-2025-47645

Immediate Actions Required

  • Identify all WordPress installations running the ELEX WooCommerce Advanced Bulk Edit Products, Prices & Attributes plugin and confirm the installed version
  • Disable the plugin on affected sites until a patched version is installed if the plugin is not business-critical
  • Disable open user registration or restrict the subscriber role on WooCommerce stores that do not require it
  • Rotate WordPress administrator passwords, secret keys in wp-config.php, and WooCommerce API keys after remediation

Patch Information

The Patchstack advisory lists affected versions through 1.4.9. Site administrators should upgrade to the latest plugin release that addresses CVE-2025-47645 as published by ELEXtensions. Review the Patchstack Vulnerability Report for the fixed version reference.

Workarounds

  • Deploy WAF rules that block SQL injection payloads targeting plugin AJAX and admin-post endpoints
  • Restrict access to /wp-admin/ paths by IP allow-listing for administrative users
  • Remove the subscriber role's ability to access the plugin's AJAX handlers through custom capability filters until a patch is applied
bash
# Example WAF rule snippet (ModSecurity) blocking SQLi against ELEX plugin endpoints
SecRule REQUEST_URI "@contains elex-bulk-edit" \
  "phase:2,deny,status:403,id:1004765,\
   chain,msg:'Blocked potential SQLi against ELEX WooCommerce plugin (CVE-2025-47645)'"
  SecRule ARGS "@rx (?i)(union(\s|/\*.*\*/)+select|sleep\s*\(|information_schema|--\s|';)" "t:none"

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechWoocommerce

  • SeverityHIGH

  • CVSS Score8.5

  • EPSS Probability0.18%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-89
  • Technical References
  • Patchstack Vulnerability Report
  • Related CVEs
  • CVE-2026-42761: WooCommerce Products Tables SQLi Flaw

  • CVE-2026-42727: WooCommerce Products Tables SQL Injection

  • CVE-2025-22505: NC Wishlist for WooCommerce SQLi Flaw

  • CVE-2026-3830: WooCommerce Product Filter SQLi 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