Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-2026-0702

CVE-2026-0702: VidShop WordPress Plugin SQLi Vulnerability

CVE-2026-0702 is a time-based SQL injection flaw in the VidShop WordPress plugin that allows unauthenticated attackers to extract sensitive database information. This post covers technical details, affected versions, and mitigation.

Published: January 30, 2026

CVE-2026-0702 Overview

The VidShop – Shoppable Videos for WooCommerce plugin for WordPress is vulnerable to time-based SQL Injection via the fields parameter in all versions up to, and including, 1.1.4. The vulnerability exists due to insufficient escaping on the user-supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.

Critical Impact

Unauthenticated attackers can exploit this SQL Injection vulnerability to extract sensitive information from the WordPress database, potentially compromising user credentials, customer data, and WooCommerce transaction information.

Affected Products

  • VidShop – Shoppable Videos for WooCommerce plugin versions up to and including 1.1.4
  • WordPress installations running vulnerable VidShop plugin versions
  • WooCommerce stores utilizing VidShop for video shopping functionality

Discovery Timeline

  • 2026-01-28 - CVE CVE-2026-0702 published to NVD
  • 2026-01-29 - Last updated in NVD database

Technical Details for CVE-2026-0702

Vulnerability Analysis

This SQL Injection vulnerability (CWE-89) resides in the VidShop plugin's REST API implementation. The flaw specifically affects how the plugin processes the fields parameter without proper sanitization or parameterized queries. Time-based SQL Injection attacks allow attackers to infer database information by measuring response delays when injecting conditional time-delay SQL statements.

The vulnerable code paths have been identified in the plugin's REST API controller and query builder components. The Videos Controller handles incoming API requests, while the Query Builder constructs database queries. The lack of proper input validation at these points allows malicious SQL to be incorporated into database operations.

Root Cause

The root cause of this vulnerability is the failure to properly sanitize user-supplied input before incorporating it into SQL queries. The fields parameter is directly concatenated or improperly escaped when building database queries, rather than using WordPress's prepared statement functions like $wpdb->prepare(). This classic SQL Injection pattern allows attackers to manipulate query logic by injecting SQL syntax through the vulnerable parameter.

Attack Vector

The attack is network-based and requires no authentication or user interaction. An attacker can craft malicious HTTP requests to the plugin's REST API endpoints, injecting SQL payloads through the fields parameter. The time-based nature of this SQL Injection means attackers use conditional delays (e.g., SLEEP() or BENCHMARK() functions in MySQL) to extract data character-by-character by measuring response times.

The attack flow typically involves:

  1. Identifying the vulnerable REST API endpoint
  2. Crafting time-based SQL injection payloads in the fields parameter
  3. Measuring response delays to infer true/false conditions
  4. Systematically extracting database contents including usernames, password hashes, and sensitive WooCommerce data

Detection Methods for CVE-2026-0702

Indicators of Compromise

  • Unusual or lengthy response times from WordPress REST API endpoints related to VidShop plugin
  • HTTP requests containing SQL keywords (SLEEP, BENCHMARK, IF, CASE, WHEN) in the fields parameter
  • Multiple sequential requests to /wp-json/vidshop/ endpoints with varying payloads
  • Database query logs showing unexpected time-delay functions or conditional statements

Detection Strategies

  • Monitor web application firewall (WAF) logs for SQL injection patterns targeting the fields parameter
  • Implement anomaly detection for REST API response times exceeding normal thresholds
  • Deploy SentinelOne Singularity to detect and block SQL injection attack patterns at the endpoint level
  • Review WordPress access logs for suspicious requests to VidShop plugin endpoints

Monitoring Recommendations

  • Enable detailed query logging in WordPress to identify anomalous SQL patterns
  • Configure alerting for requests containing common SQL injection characters and keywords
  • Monitor for data exfiltration attempts following potential SQL injection activity
  • Implement rate limiting on REST API endpoints to slow down automated exploitation attempts

How to Mitigate CVE-2026-0702

Immediate Actions Required

  • Update the VidShop – Shoppable Videos for WooCommerce plugin to a version newer than 1.1.4 immediately
  • If immediate update is not possible, temporarily disable the VidShop plugin until patching is complete
  • Review WordPress and database logs for evidence of exploitation attempts
  • Consider implementing a Web Application Firewall (WAF) rule to block suspicious requests to VidShop endpoints

Patch Information

A security patch has been released to address this vulnerability. The fix is available in WordPress Changeset 3441106. Site administrators should update through the WordPress plugin update mechanism or manually download the patched version from the WordPress plugin repository. For detailed vulnerability information, refer to the Wordfence Vulnerability Report.

Workarounds

  • Disable the VidShop plugin entirely if an update cannot be applied immediately
  • Implement WAF rules to filter requests containing SQL injection patterns in the fields parameter
  • Restrict access to REST API endpoints by requiring authentication or IP whitelisting
  • Use a security plugin like Wordfence to add additional SQL injection protection layers
bash
# Configuration example: Restrict access to VidShop REST API via .htaccess
# Add to WordPress root .htaccess file

<IfModule mod_rewrite.c>
RewriteEngine On
# Block requests with common SQL injection patterns to VidShop endpoints
RewriteCond %{REQUEST_URI} ^/wp-json/vidshop/ [NC]
RewriteCond %{QUERY_STRING} (sleep|benchmark|waitfor|delay)\s*\( [NC,OR]
RewriteCond %{QUERY_STRING} (union|select|insert|update|delete|drop)\s+ [NC]
RewriteRule .* - [F,L]
</IfModule>

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechWordpress

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.03%

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

  • WordPress REST API Controller Code

  • WordPress Query Builder Code

  • WordPress Changeset 3441106

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-3330: Form Maker by 10Web SQLi Vulnerability

  • CVE-2026-6674: WordPress CMS Plugin SQL Injection Flaw

  • CVE-2026-3489: DirectoryPress WordPress SQLi Vulnerability

  • CVE-2026-3773: WordPress Accessibility Suite 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