CVE-2025-26753

7.5 HIGH

📋 TL;DR

This path traversal vulnerability in VideoWhisper Live Streaming Integration allows attackers to download arbitrary files from the server by manipulating file paths. It affects WordPress sites using this plugin from all versions up to 6.2. Attackers can potentially access sensitive system files.

💻 Affected Systems

Products:
  • VideoWhisper Live Streaming Integration WordPress Plugin
Versions: All versions up to and including 6.2
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Affects all WordPress installations with vulnerable plugin versions 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 via downloading configuration files containing credentials, followed by remote code execution or data exfiltration.

🟠

Likely Case

Unauthorized access to sensitive files like wp-config.php, database credentials, or other application configuration files.

🟢

If Mitigated

Limited impact if proper file permissions restrict access to sensitive directories and files.

🌐 Internet-Facing: HIGH - WordPress plugins are typically internet-facing and accessible to unauthenticated users.
🏢 Internal Only: MEDIUM - Internal attackers could still exploit this if they have network access to the WordPress instance.

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: UNKNOWN
Unauthenticated Exploit: ✅ No
Complexity: MEDIUM

Exploitation requires understanding of path traversal techniques but no authentication is needed according to references.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Version 6.3 or later

Vendor Advisory: https://patchstack.com/database/wordpress/plugin/videowhisper-live-streaming-integration/vulnerability/wordpress-videowhisper-live-streaming-integration-plugin-6-2-arbitrary-file-download-vulnerability?_s_id=cve

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins → Installed Plugins. 3. Find 'VideoWhisper Live Streaming Integration'. 4. Click 'Update Now' if update available. 5. Alternatively, download version 6.3+ from WordPress repository and manually update.

🔧 Temporary Workarounds

Disable vulnerable plugin

WordPress

Temporarily disable the plugin until patched version is available

wp plugin deactivate videowhisper-live-streaming-integration

Web Application Firewall rule

all

Block path traversal patterns in requests to the plugin

🧯 If You Can't Patch

  • Implement strict file permissions on sensitive directories (config files, etc.)
  • Deploy web application firewall with path traversal detection rules

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin → Plugins → Installed Plugins for VideoWhisper Live Streaming Integration version 6.2 or earlier

Check Version:

wp plugin get videowhisper-live-streaming-integration --field=version

Verify Fix Applied:

Verify plugin version is 6.3 or higher in WordPress admin panel

📡 Detection & Monitoring

Log Indicators:

  • Unusual file access patterns in web server logs, especially requests containing '../' sequences to plugin endpoints

Network Indicators:

  • HTTP requests with path traversal sequences (../, ..\, etc.) to /wp-content/plugins/videowhisper-live-streaming-integration/

SIEM Query:

web.url:*videowhisper* AND web.url:*..%2F*

🔗 References

📤 Share & Export