CVE-2026-0702

7.5 HIGH

📋 TL;DR

The VidShop plugin for WordPress is vulnerable to SQL injection via the 'fields' parameter, allowing unauthenticated attackers to execute arbitrary SQL queries. This can lead to extraction of sensitive database information like user credentials, payment details, or other private data. All WordPress sites using VidShop plugin versions up to 1.1.4 are affected.

💻 Affected Systems

Products:
  • VidShop – Shoppable Videos for WooCommerce WordPress plugin
Versions: All versions up to and including 1.1.4
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Requires WordPress with WooCommerce and the VidShop plugin installed

⚠️ Manual Verification Required

This CVE does not have specific version information in our database, so automatic vulnerability detection cannot determine if your system is affected.

Why? The CVE database entry doesn't specify which versions are vulnerable (no version ranges provided by the vendor/NVD).

🔒 Custom verification scripts are available for registered users. Sign up free to download automated test scripts.

Recommended Actions:
  1. Review the CVE details at NVD
  2. Check vendor security advisories for your specific version
  3. Test if the vulnerability is exploitable in your environment
  4. Consider updating to the latest version as a precaution

⚠️ Risk & Real-World Impact

🔴

Worst Case

Complete database compromise including administrator credentials, customer payment information, and full site takeover

🟠

Likely Case

Extraction of sensitive user data, plugin configuration secrets, and potential privilege escalation

🟢

If Mitigated

Limited information disclosure if database permissions are properly restricted and monitoring is in place

🌐 Internet-Facing: HIGH
🏢 Internal Only: LOW

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: LIKELY
Unauthenticated Exploit: ⚠️ Yes
Complexity: LOW

Time-based SQL injection requires no authentication and can be automated

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 1.1.5

Vendor Advisory: https://plugins.trac.wordpress.org/changeset/3441106/

Restart Required: No

Instructions:

1. Log into WordPress admin panel
2. Navigate to Plugins → Installed Plugins
3. Find VidShop – Shoppable Videos for WooCommerce
4. Click 'Update Now' if available
5. If not available, download version 1.1.5+ from WordPress repository
6. Deactivate old version, upload new version, activate

🔧 Temporary Workarounds

Disable VidShop Plugin

all

Temporarily disable the vulnerable plugin until patched

wp plugin deactivate vidshop-for-woocommerce

Web Application Firewall Rule

all

Block requests containing SQL injection patterns targeting the 'fields' parameter

🧯 If You Can't Patch

  • Implement strict input validation for the 'fields' parameter at the application level
  • Restrict database user permissions to SELECT only for the VidShop plugin database user

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin → Plugins → VidShop version. If version is 1.1.4 or lower, you are vulnerable.

Check Version:

wp plugin get vidshop-for-woocommerce --field=version

Verify Fix Applied:

Verify plugin version is 1.1.5 or higher in WordPress admin panel

📡 Detection & Monitoring

Log Indicators:

  • Unusual SQL errors in WordPress debug logs
  • Multiple requests to /wp-json/vidshop/v1/videos with varying 'fields' parameters
  • Long response times from the videos endpoint indicating time-based injection

Network Indicators:

  • POST/GET requests to /wp-json/vidshop/v1/videos with SQL keywords in parameters
  • Unusual traffic patterns to the WordPress REST API

SIEM Query:

source="wordpress.log" AND ("vidshop" OR "/wp-json/vidshop") AND ("SQL" OR "database" OR "fields=")

🔗 References

📤 Share & Export