CVE-2025-13972
📋 TL;DR
The WatchTowerHQ WordPress plugin contains an arbitrary file read vulnerability that allows authenticated attackers with administrator privileges and a valid access token to read any file on the server. This affects all versions up to and including 3.15.0. Attackers can potentially access sensitive information like database credentials and authentication keys.
💻 Affected Systems
- WatchTowerHQ WordPress Plugin
⚠️ 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.
- Review the CVE details at NVD
- Check vendor security advisories for your specific version
- Test if the vulnerability is exploitable in your environment
- Consider updating to the latest version as a precaution
⚠️ Risk & Real-World Impact
Worst Case
Full server compromise through credential theft, database access, and privilege escalation leading to complete site takeover.
Likely Case
Sensitive file disclosure including wp-config.php, leading to database compromise and potential site defacement.
If Mitigated
Limited impact due to strong access controls, but still exposes file system structure and potentially sensitive configuration.
🎯 Exploit Status
Exploitation requires admin credentials and access token, but the vulnerability itself is simple to exploit once authenticated
🛠️ Fix & Mitigation
✅ Official Fix
Patch Version: 3.15.1 or later
Vendor Advisory: https://plugins.trac.wordpress.org/browser/watchtowerhq
Restart Required: No
Instructions:
1. Log into WordPress admin panel
2. Navigate to Plugins > Installed Plugins
3. Find WatchTowerHQ plugin
4. Click 'Update Now' if update available
5. If no update available, download latest version from WordPress repository
6. Deactivate old version
7. Upload and activate new version
🔧 Temporary Workarounds
Disable Plugin
allTemporarily disable the WatchTowerHQ plugin until patched
wp plugin deactivate watchtowerhq
Restrict Admin Access
allImplement strict access controls and monitoring for administrator accounts
🧯 If You Can't Patch
- Implement strict access controls on administrator accounts and monitor for suspicious activity
- Deploy web application firewall rules to block requests containing 'wht_download_big_object_origin' parameter manipulation
🔍 How to Verify
Check if Vulnerable:
Check WordPress admin panel > Plugins > Installed Plugins for WatchTowerHQ version 3.15.0 or earlier
Check Version:
wp plugin list --name=watchtowerhq --field=version
Verify Fix Applied:
Verify plugin version is 3.15.1 or later in WordPress admin panel
📡 Detection & Monitoring
Log Indicators:
- HTTP requests containing 'wht_download_big_object_origin' parameter with path traversal patterns
- Multiple file read attempts from admin accounts
- Access to sensitive files like wp-config.php
Network Indicators:
- Unusual file download patterns from admin endpoints
- Requests to download.php with path traversal in parameters
SIEM Query:
source="web_logs" AND uri="*/wp-content/plugins/watchtowerhq/*" AND (param="wht_download_big_object_origin" AND value="*../*")