CVE-2019-25212

9.1 CRITICAL

📋 TL;DR

This SQL injection vulnerability in the WordPress video carousel slider plugin allows authenticated attackers with administrator privileges to execute arbitrary SQL queries. Attackers can extract sensitive database information like user credentials and site data. Only WordPress sites using vulnerable versions of this specific plugin are affected.

💻 Affected Systems

Products:
  • WordPress Video Carousel Slider with Lightbox plugin
Versions: All versions up to and including 1.0.6
Operating Systems: All platforms running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Requires attacker to have administrator-level WordPress access

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Complete database compromise leading to credential theft, data exfiltration, privilege escalation, and potential site takeover.

🟠

Likely Case

Sensitive data extraction including user information, configuration secrets, and potentially password hashes.

🟢

If Mitigated

Limited impact due to proper access controls and monitoring detecting unusual database queries.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Exploitation requires administrator credentials but SQL injection is straightforward once authenticated

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 1.0.7

Vendor Advisory: https://wordpress.org/plugins/wp-responsive-video-gallery-with-lightbox

Restart Required: No

Instructions:

1. Log into WordPress admin panel
2. Navigate to Plugins → Installed Plugins
3. Find 'Video Carousel Slider with Lightbox'
4. Click 'Update Now' if available
5. If not, download version 1.0.7 from WordPress repository
6. Deactivate old plugin
7. Upload and activate new version

🔧 Temporary Workarounds

Disable vulnerable plugin

all

Temporarily deactivate the plugin until patched

wp plugin deactivate wp-responsive-video-gallery-with-lightbox

Restrict admin access

all

Limit administrator accounts and implement strong authentication

🧯 If You Can't Patch

  • Implement web application firewall with SQL injection rules
  • Enable database query logging and monitor for suspicious activity

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel → Plugins → Video Carousel Slider with Lightbox → Version number

Check Version:

wp plugin get wp-responsive-video-gallery-with-lightbox --field=version

Verify Fix Applied:

Confirm plugin version is 1.0.7 or higher in WordPress admin

📡 Detection & Monitoring

Log Indicators:

  • Unusual SQL queries in database logs
  • Multiple failed admin login attempts
  • Unexpected database connections

Network Indicators:

  • SQL syntax in HTTP POST parameters
  • Unusual database response sizes

SIEM Query:

source="wordpress_logs" AND "wp-responsive-video-gallery" AND ("SELECT" OR "UNION" OR "INSERT")

🔗 References

📤 Share & Export