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
    • 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-2026-0678

CVE-2026-0678: WooCommerce Flat Shipping SQL Injection

CVE-2026-0678 is a time-based SQL injection flaw in the Flat Shipping Rate by City for WooCommerce plugin. Attackers with Shop Manager access can extract sensitive database information. This article covers the vulnerability details, affected versions, potential impact, and mitigation strategies.

Published: January 23, 2026

CVE-2026-0678 Overview

The Flat Shipping Rate by City for WooCommerce plugin for WordPress contains a time-based SQL Injection vulnerability in the cities parameter. All versions up to and including 1.0.3 are affected due to insufficient escaping of user-supplied input and inadequate preparation of SQL queries. This vulnerability enables authenticated attackers with Shop Manager-level access or above to append malicious SQL queries to existing database queries, potentially extracting sensitive information from the WordPress database.

Critical Impact

Authenticated attackers with Shop Manager privileges can exploit this SQL injection to extract sensitive customer data, payment information, and other confidential data stored in the WooCommerce database.

Affected Products

  • Flat Shipping Rate by City for WooCommerce plugin versions ≤ 1.0.3
  • WordPress sites running vulnerable plugin versions with WooCommerce
  • WooCommerce stores with Shop Manager or Administrator users

Discovery Timeline

  • 2026-01-14 - CVE-2026-0678 published to NVD
  • 2026-01-14 - Last updated in NVD database

Technical Details for CVE-2026-0678

Vulnerability Analysis

This vulnerability is classified as CWE-89 (SQL Injection), specifically a time-based blind SQL injection variant. The flaw exists within the shipping-method-class.php file at line 154, where user input from the cities parameter is incorporated into database queries without proper sanitization or parameterized query preparation.

Time-based SQL injection allows attackers to infer database information by observing response delays when injecting conditional time-delay functions (such as SLEEP() in MySQL). Even though the vulnerability requires authenticated access at the Shop Manager level, this remains a significant risk as Shop Manager is a common role in WooCommerce deployments and can be compromised through various means.

The network-based attack vector means this vulnerability can be exploited remotely without requiring local access to the target system. The primary impact is confidentiality, as attackers can systematically extract database contents including customer personally identifiable information (PII), order details, and potentially administrator credentials.

Root Cause

The root cause of this vulnerability is the failure to properly escape user-supplied input before incorporating it into SQL queries, combined with the absence of prepared statements or parameterized queries. The cities parameter in the shipping method class accepts user input that is directly concatenated into SQL query strings, allowing specially crafted input to modify the query's logic and behavior.

Attack Vector

An authenticated attacker with Shop Manager-level privileges can exploit this vulnerability by manipulating the cities parameter to inject time-based SQL payloads. The attack follows these steps:

  1. The attacker authenticates to the WordPress admin panel with Shop Manager credentials
  2. The attacker navigates to functionality that processes the cities parameter
  3. Malicious SQL payloads containing time-delay functions are injected through the parameter
  4. By measuring response times, the attacker can extract data one bit or character at a time
  5. Automated tools can expedite the extraction of entire database tables

The vulnerability affects the core shipping rate configuration functionality, making it accessible to any user responsible for managing WooCommerce shipping options. For detailed technical analysis, refer to the Wordfence Vulnerability Analysis and the vulnerable code in the WordPress Plugin Repository.

Detection Methods for CVE-2026-0678

Indicators of Compromise

  • Unusual database query execution times or timeouts in MySQL slow query logs
  • HTTP requests to WooCommerce shipping configuration endpoints containing SQL syntax characters such as single quotes, SLEEP(), or BENCHMARK()
  • Multiple failed or delayed requests to the WordPress admin area from the same IP
  • Unexpected data access patterns by Shop Manager accounts

Detection Strategies

  • Monitor web application firewall (WAF) logs for SQL injection patterns targeting the cities parameter
  • Enable WordPress debug logging and review for database errors related to malformed queries
  • Implement database activity monitoring to detect time-based attack patterns (queries with unusual execution times)
  • Review access logs for suspicious activity from accounts with Shop Manager privileges

Monitoring Recommendations

  • Deploy SentinelOne Singularity to monitor for anomalous database access patterns and SQL injection attempts
  • Configure alerting for requests containing common SQL injection payloads in WooCommerce-related endpoints
  • Establish baseline response times for shipping configuration endpoints to detect time-based injection attempts
  • Monitor for bulk data extraction patterns from the WordPress database

How to Mitigate CVE-2026-0678

Immediate Actions Required

  • Update the Flat Shipping Rate by City for WooCommerce plugin to a patched version as soon as one becomes available
  • Audit Shop Manager accounts and remove unnecessary privileges or accounts
  • Implement a web application firewall (WAF) with SQL injection protection rules
  • Review database logs for evidence of prior exploitation attempts

Patch Information

The vulnerability affects all versions up to and including 1.0.3. Users should monitor the WordPress Plugin Repository for updated versions that address this SQL injection vulnerability. Check the plugin's changelog for security fixes before updating.

Workarounds

  • Temporarily deactivate the Flat Shipping Rate by City for WooCommerce plugin until a patched version is available
  • Restrict Shop Manager account access to trusted personnel only and enforce strong authentication
  • Deploy WAF rules specifically blocking SQL injection patterns in the cities parameter
  • Consider implementing application-level input validation as an additional defense layer
bash
# WordPress CLI command to deactivate the vulnerable plugin
wp plugin deactivate flat-shipping-rate-by-city-for-woocommerce

# Check current plugin version
wp plugin list --name=flat-shipping-rate-by-city-for-woocommerce --fields=name,version,status

# Review user accounts with Shop Manager role
wp user list --role=shop_manager --fields=ID,user_login,user_email

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechWoocommerce

  • SeverityMEDIUM

  • CVSS Score4.9

  • EPSS Probability0.03%

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

  • WordPress Plugin Code Reference

  • Wordfence Vulnerability Analysis
  • Related CVEs
  • CVE-2026-2232: WooCommerce Product Table SQLi Vulnerability

  • CVE-2026-1370: SIBS WooCommerce Plugin SQLi Vulnerability

  • CVE-2025-47569: WooCommerce Gift Card SQL Injection Flaw

  • CVE-2025-23967: GG Bought Together WooCommerce SQL Injection
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now 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