CVE-2025-62959

9.1 CRITICAL

📋 TL;DR

This vulnerability allows remote attackers to execute arbitrary code on WordPress sites running the Paid Videochat Turnkey Site plugin (ppv-live-webcams). Attackers can inject malicious code through the plugin, potentially taking full control of affected websites. All WordPress sites using vulnerable versions of this plugin are affected.

💻 Affected Systems

Products:
  • Paid Videochat Turnkey Site (ppv-live-webcams) WordPress plugin
Versions: All versions up to and including 7.3.22
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Only affects WordPress installations with this specific plugin installed and 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 server compromise allowing attackers to install malware, steal sensitive data, deface websites, or use the server as part of a botnet.

🟠

Likely Case

Website defacement, data theft, cryptocurrency mining malware installation, or credential harvesting.

🟢

If Mitigated

Limited impact if proper web application firewalls and file integrity monitoring are in place, though code execution would still be possible.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

The vulnerability is publicly documented with technical details available, making exploitation straightforward for attackers.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 7.3.23 or later

Vendor Advisory: https://patchstack.com/database/Wordpress/Plugin/ppv-live-webcams/vulnerability/wordpress-paid-videochat-turnkey-site-plugin-7-3-22-remote-code-execution-rce-vulnerability?_s_id=cve

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins > Installed Plugins. 3. Find 'Paid Videochat Turnkey Site'. 4. Click 'Update Now' if available. 5. If no update appears, manually download version 7.3.23+ from WordPress.org and replace the plugin files.

🔧 Temporary Workarounds

Disable vulnerable plugin

all

Temporarily deactivate the plugin until patched

wp plugin deactivate ppv-live-webcams

Web Application Firewall rule

all

Block requests targeting vulnerable plugin endpoints

# Add WAF rule to block requests to /wp-content/plugins/ppv-live-webcams/ with suspicious parameters

🧯 If You Can't Patch

  • Immediately disable or remove the ppv-live-webcams plugin from all WordPress installations
  • Implement strict file upload restrictions and disable PHP execution in upload directories

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel > Plugins > Installed Plugins for 'Paid Videochat Turnkey Site' version 7.3.22 or earlier

Check Version:

wp plugin get ppv-live-webcams --field=version

Verify Fix Applied:

Verify plugin version is 7.3.23 or higher in WordPress admin panel

📡 Detection & Monitoring

Log Indicators:

  • Unusual file uploads to plugin directories
  • Suspicious POST requests to ppv-live-webcams endpoints
  • PHP execution errors in web server logs

Network Indicators:

  • HTTP requests with code injection payloads targeting /wp-content/plugins/ppv-live-webcams/
  • Unexpected outbound connections from web server

SIEM Query:

source="web_server_logs" AND (uri="/wp-content/plugins/ppv-live-webcams/*" AND (method="POST" OR params CONTAINS "eval" OR params CONTAINS "system" OR params CONTAINS "exec"))

🔗 References

📤 Share & Export