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

CVE-2026-1370: SIBS WooCommerce Plugin SQLi Vulnerability

CVE-2026-1370 is a time-based SQL injection flaw in the SIBS WooCommerce payment gateway plugin for WordPress that allows authenticated administrators to extract sensitive database information. This post covers technical details, affected versions, impact, and mitigation steps.

Published: February 6, 2026

CVE-2026-1370 Overview

The SIBS WooCommerce Payment Gateway plugin for WordPress contains a time-based SQL Injection vulnerability in all versions up to and including 2.2.0. The vulnerability exists in the referencedId parameter due to insufficient escaping of user-supplied input and lack of proper prepared statement usage in the existing SQL query. This allows authenticated attackers with Administrator-level access to append malicious SQL queries to existing database queries, potentially extracting sensitive information from the WordPress database.

Critical Impact

Authenticated administrators can exploit this SQL injection vulnerability to extract sensitive data from the WordPress database, including user credentials, payment information, and other confidential data stored by WooCommerce and associated plugins.

Affected Products

  • SIBS WooCommerce Payment Gateway plugin versions up to and including 2.2.0
  • WordPress installations using the vulnerable plugin
  • WooCommerce stores with SIBS payment gateway integration

Discovery Timeline

  • 2026-02-04 - CVE CVE-2026-1370 published to NVD
  • 2026-02-04 - Last updated in NVD database

Technical Details for CVE-2026-1370

Vulnerability Analysis

This vulnerability is classified as CWE-89: Improper Neutralization of Special Elements used in an SQL Command (SQL Injection). The flaw resides in class-sibs-payment-gateway.php at line 1855, where the referencedId parameter is incorporated into a SQL query without proper sanitization or parameterization.

Time-based SQL injection is a blind injection technique where attackers infer information by observing response delays caused by database sleep functions. While exploitation requires administrator-level authentication, the vulnerability still poses significant risk as compromised admin accounts or insider threats could leverage this to exfiltrate sensitive payment and customer data from WooCommerce databases.

The network-accessible attack vector combined with low complexity makes this vulnerability relatively straightforward to exploit once an attacker has administrative credentials.

Root Cause

The root cause of this vulnerability is insufficient input validation and the absence of prepared statements when constructing SQL queries. The referencedId parameter is directly concatenated into SQL queries without proper escaping or use of WordPress's $wpdb->prepare() function. This allows attackers to inject arbitrary SQL syntax that gets executed by the database engine.

Specifically, the vulnerable code in class-sibs-payment-gateway.php fails to:

  1. Sanitize user input before database operations
  2. Use parameterized queries or prepared statements
  3. Implement proper input validation for the referencedId parameter

Attack Vector

The attack is network-based and requires authenticated access with administrator privileges. An attacker would craft malicious input containing SQL injection payloads targeting the referencedId parameter. By using time-based blind injection techniques (such as MySQL's SLEEP() function or conditional delays), the attacker can systematically extract data from the database character by character by observing response timing differences.

The attack flow typically involves:

  1. Authenticating as a WordPress administrator
  2. Identifying the vulnerable endpoint handling the referencedId parameter
  3. Injecting time-based SQL payloads to probe database structure
  4. Systematically extracting sensitive data through conditional time delays

For technical details on the vulnerable code, see the WordPress Plugin Source Code.

Detection Methods for CVE-2026-1370

Indicators of Compromise

  • Unusually slow response times on payment gateway operations, indicating potential time-based SQL injection probing
  • Database query logs showing suspicious SQL patterns including SLEEP(), BENCHMARK(), or WAITFOR DELAY functions
  • Administrator account activity logs showing repeated access to payment gateway functionality with unusual parameter values
  • Unexpected database access patterns or data extraction from payment-related tables

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect SQL injection patterns in the referencedId parameter
  • Monitor application logs for anomalous timing patterns that may indicate time-based blind SQL injection attempts
  • Enable WordPress database query logging and audit for suspicious SQL statements
  • Deploy SentinelOne Singularity to detect and alert on SQL injection attack patterns targeting WordPress installations

Monitoring Recommendations

  • Enable detailed logging for the SIBS payment gateway plugin operations
  • Monitor database server performance metrics for unusual query execution times
  • Implement real-time alerting for SQL syntax patterns commonly used in injection attacks
  • Review administrator account activity regularly for suspicious payment gateway interactions

How to Mitigate CVE-2026-1370

Immediate Actions Required

  • Update the SIBS WooCommerce Payment Gateway plugin to a version newer than 2.2.0 when available
  • Audit administrator accounts and remove unnecessary admin privileges
  • Review recent administrator activity logs for potential exploitation attempts
  • Consider temporarily disabling the plugin if a patched version is not available and the payment gateway is not critical

Patch Information

Monitor the Wordfence Vulnerability Report for official patch announcements and updated plugin versions. Check the WordPress plugin repository regularly for security updates to the SIBS WooCommerce Payment Gateway plugin.

Workarounds

  • Limit administrator account access to only trusted personnel with a legitimate need
  • Implement additional authentication factors (MFA) for all WordPress administrator accounts
  • Deploy a Web Application Firewall (WAF) configured to block SQL injection patterns
  • Consider using WordPress security plugins like Wordfence to add an additional layer of SQL injection protection
bash
# WordPress configuration - add to wp-config.php for enhanced database security
# Limit database user privileges (apply at database level)
# REVOKE ALL PRIVILEGES ON wordpress_db.* FROM 'wp_user'@'localhost';
# GRANT SELECT, INSERT, UPDATE, DELETE ON wordpress_db.* TO 'wp_user'@'localhost';

# Enable WordPress debug logging to monitor for suspicious queries
define('WP_DEBUG', true);
define('WP_DEBUG_LOG', true);
define('WP_DEBUG_DISPLAY', false);

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.02%

  • 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 Source Code

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

  • CVE-2026-0678: WooCommerce Flat Shipping SQL Injection

  • 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