CVE-2025-13972

4.9 MEDIUM

📋 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

Products:
  • WatchTowerHQ WordPress Plugin
Versions: All versions up to and including 3.15.0
Operating Systems: All
Default Config Vulnerable: ⚠️ Yes
Notes: Requires administrator-level WordPress access and valid access token

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

🌐 Internet-Facing: MEDIUM
🏢 Internal Only: LOW

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: LIKELY
Unauthenticated Exploit: ✅ No
Complexity: LOW

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

all

Temporarily disable the WatchTowerHQ plugin until patched

wp plugin deactivate watchtowerhq

Restrict Admin Access

all

Implement 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="*../*")

🔗 References

📤 Share & Export