CVE-2025-32121

7.6 HIGH

📋 TL;DR

This SQL injection vulnerability in the Video & Photo Gallery for Ultimate Member WordPress plugin allows attackers to execute arbitrary SQL commands on the database. All WordPress sites running affected versions of this plugin are vulnerable, potentially exposing sensitive data.

💻 Affected Systems

Products:
  • Video & Photo Gallery for Ultimate Member WordPress plugin
Versions: n/a through 1.1.3
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Requires WordPress installation with the vulnerable plugin activated.

⚠️ 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 user credentials, sensitive personal data, and potential privilege escalation to full site control.

🟠

Likely Case

Data exfiltration of user information, plugin settings, and potentially WordPress user tables.

🟢

If Mitigated

Limited impact with proper input validation and database user permissions restricting write operations.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

SQL injection vulnerabilities are commonly weaponized quickly once details are public.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 1.1.4 or later

Vendor Advisory: https://patchstack.com/database/wordpress/plugin/gallery-for-ultimate-member/vulnerability/wordpress-video-photo-gallery-for-ultimate-member-plugin-1-1-3-sql-injection-vulnerability?_s_id=cve

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins > Installed Plugins. 3. Find 'Video & Photo Gallery for Ultimate Member'. 4. Click 'Update Now' if available. 5. If no update appears, manually download version 1.1.4+ from WordPress.org and replace plugin files.

🔧 Temporary Workarounds

Disable vulnerable plugin

all

Temporarily deactivate the plugin until patched

wp plugin deactivate gallery-for-ultimate-member

Web Application Firewall rule

all

Add SQL injection detection rule to WAF

🧯 If You Can't Patch

  • Implement strict input validation for all plugin parameters
  • Restrict database user permissions to read-only for plugin operations

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel > Plugins > Video & Photo Gallery for Ultimate Member version

Check Version:

wp plugin get gallery-for-ultimate-member --field=version

Verify Fix Applied:

Confirm plugin version is 1.1.4 or higher in WordPress admin

📡 Detection & Monitoring

Log Indicators:

  • Unusual SQL queries in database logs
  • Multiple failed login attempts after plugin access
  • Unexpected database errors in WordPress debug logs

Network Indicators:

  • HTTP requests with SQL syntax in parameters to gallery endpoints
  • Unusual outbound database connections

SIEM Query:

source="wordpress.log" AND "gallery-for-ultimate-member" AND (sql OR union OR select)

🔗 References

📤 Share & Export