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

CVE-2025-48122: WooCommerce Price Changer SQLi Vulnerability

CVE-2025-48122 is a SQL injection vulnerability in Spreadsheet Price Changer for WooCommerce and WP E-commerce Light that allows attackers to manipulate database queries. This post covers technical details, affected versions, and mitigation.

Updated: May 15, 2026

CVE-2025-48122 Overview

CVE-2025-48122 is a SQL injection vulnerability [CWE-89] in the Holest Engineering Spreadsheet Price Changer for WooCommerce and WP E-commerce – Light WordPress plugin. The flaw stems from improper neutralization of special elements in SQL commands within the excel-like-price-change-for-woocommerce-and-wp-e-commerce-light plugin. All versions through 2.4.37 are affected. Attackers can exploit the vulnerability over the network without authentication or user interaction. Successful exploitation enables unauthorized database queries against WooCommerce store backends, exposing product data, customer records, and order information.

Critical Impact

Unauthenticated attackers can inject SQL commands across a scope-changed boundary, reading database contents and degrading store availability on affected WooCommerce sites.

Affected Products

  • Holest Engineering Spreadsheet Price Changer for WooCommerce and WP E-commerce – Light versions through 2.4.37
  • WordPress sites running the excel-like-price-change-for-woocommerce-and-wp-e-commerce-light plugin
  • WooCommerce and WP E-commerce stores that have installed the affected plugin

Discovery Timeline

  • 2025-06-09 - CVE-2025-48122 published to NVD
  • 2026-04-23 - Last updated in NVD database

Technical Details for CVE-2025-48122

Vulnerability Analysis

The vulnerability is a classic SQL injection issue [CWE-89] in a WordPress e-commerce plugin used to bulk-edit product prices through a spreadsheet-style interface. User-controlled input reaches an SQL query without proper sanitization, parameterization, or use of WordPress prepared statement APIs such as $wpdb->prepare(). Because the attack vector is network-based and requires no privileges or user interaction, any internet-facing site running the affected plugin is reachable by automated scanners and exploitation tooling.

The scope-changed impact indicates that injected queries can affect resources beyond the vulnerable component itself, including data owned by other WordPress subsystems sharing the same database. The EPSS probability of 0.232% reflects current observed activity but does not diminish the underlying risk for exposed installations.

Root Cause

The root cause is the absence of proper input neutralization on parameters passed into SQL statements executed by the plugin. Rather than binding user input as parameters, the plugin concatenates or interpolates request data directly into SQL, allowing attacker-supplied syntax to alter query structure.

Attack Vector

An unauthenticated remote attacker sends crafted HTTP requests to a plugin endpoint that processes price-change or product-lookup parameters. The injected payload terminates the intended query and appends attacker-controlled clauses such as UNION SELECT statements or time-based boolean probes. Refer to the Patchstack SQL Injection Vulnerability advisory for additional technical context.

Detection Methods for CVE-2025-48122

Indicators of Compromise

  • HTTP requests to plugin endpoints under /wp-content/plugins/excel-like-price-change-for-woocommerce-and-wp-e-commerce-light/ containing SQL metacharacters such as ', --, UNION, or SLEEP(
  • Unexpected wp-admin/admin-ajax.php POST traffic referencing plugin actions with unusual query string parameters
  • Database error messages or long response delays correlating with requests to plugin endpoints
  • New or unexpected administrator accounts in the WordPress wp_users table following suspicious traffic

Detection Strategies

  • Inspect web server access logs for query strings targeting the plugin path that include SQL injection patterns
  • Enable WordPress and MySQL general query logging to capture anomalous queries containing UNION, INFORMATION_SCHEMA, or stacked statements
  • Deploy a web application firewall (WAF) with rules tuned to detect SQL injection attempts against WordPress plugin endpoints

Monitoring Recommendations

  • Alert on outbound database traffic anomalies and on queries returning unusually large result sets from WordPress hosts
  • Monitor for changes to the wp_options, wp_users, and wp_usermeta tables outside of administrative workflows
  • Track plugin version inventory across managed WordPress sites and flag installations at version 2.4.37 or earlier

How to Mitigate CVE-2025-48122

Immediate Actions Required

  • Update the Spreadsheet Price Changer plugin to a version newer than 2.4.37 once the vendor releases a fix, per the Patchstack advisory
  • Deactivate and remove the plugin on sites that do not require it until a patched build is available
  • Rotate WordPress administrator passwords and database credentials if exploitation is suspected

Patch Information

At the time of NVD publication, no fixed version has been confirmed in the available references. The Patchstack advisory tracks affected releases through 2.4.37. Administrators should consult the vendor and Patchstack for the latest patched release.

Workarounds

  • Restrict access to /wp-admin/ and plugin AJAX endpoints to trusted IP ranges via web server or firewall ACLs
  • Deploy WAF rules that block SQL injection signatures targeting WordPress plugin parameters
  • Enforce least-privilege database users for WordPress so that the application account cannot read non-WordPress schemas or execute DDL
bash
# Example: disable the vulnerable plugin via WP-CLI until a patch is available
wp plugin deactivate excel-like-price-change-for-woocommerce-and-wp-e-commerce-light
wp plugin status excel-like-price-change-for-woocommerce-and-wp-e-commerce-light

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechSpreadsheet Price Changer

  • SeverityCRITICAL

  • CVSS Score9.3

  • EPSS Probability0.23%

  • 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 SQL Injection Vulnerability
  • Related CVEs
  • CVE-2025-48124: WooCommerce Price Changer Path Traversal
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