CVE-2025-7812

8.8 HIGH

📋 TL;DR

This CSRF vulnerability in the Video Share VOD WordPress plugin allows attackers to trick administrators into executing malicious actions. When exploited, it can lead to remote code execution if the Server command execution setting is enabled. All WordPress sites using this plugin up to version 2.7.6 are affected.

💻 Affected Systems

Products:
  • Video Share VOD – Turnkey Video Site Builder Script WordPress plugin
Versions: All versions up to and including 2.7.6
Operating Systems: All operating systems running WordPress
Default Config Vulnerable: ✅ No
Notes: Remote code execution requires the Server command execution setting to be enabled, which may not be default.

⚠️ 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

Full site compromise with remote code execution leading to data theft, malware installation, or complete system takeover.

🟠

Likely Case

Unauthorized configuration changes, potential data exposure, and limited code execution depending on plugin settings.

🟢

If Mitigated

Failed CSRF attacks with proper nonce validation in place, no impact on properly configured systems.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Exploitation requires social engineering to trick an administrator, but the technical complexity is low once the victim is tricked.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 2.7.7 or later

Vendor Advisory: https://plugins.trac.wordpress.org/changeset/3348480/video-share-vod/trunk/video-share-vod.php

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins. 3. Find Video Share VOD plugin. 4. Click Update Now or manually update to version 2.7.7+. 5. Verify update completes successfully.

🔧 Temporary Workarounds

Disable Server Command Execution

all

Turn off the vulnerable Server command execution setting in plugin configuration.

Temporary Plugin Deactivation

all

Deactivate the plugin until patched to prevent exploitation.

🧯 If You Can't Patch

  • Implement strict CSRF protection at the web application firewall level.
  • Restrict admin panel access to trusted IP addresses only.

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel > Plugins > Video Share VOD > Version. If version is 2.7.6 or lower, you are vulnerable.

Check Version:

wp plugin list --name=video-share-vod --field=version

Verify Fix Applied:

After updating, confirm plugin version shows 2.7.7 or higher in WordPress admin.

📡 Detection & Monitoring

Log Indicators:

  • Unauthorized POST requests to /wp-admin/admin-ajax.php with action=adminExport
  • Unexpected changes to plugin settings

Network Indicators:

  • CSRF attack patterns with forged requests to admin endpoints

SIEM Query:

source="wordpress.log" AND (uri="/wp-admin/admin-ajax.php" AND parameters.action="adminExport")

🔗 References

📤 Share & Export