CVE-2025-66088

7.5 HIGH

📋 TL;DR

This CVE describes a missing authorization vulnerability in PropertyHive WordPress plugin that allows attackers to bypass access controls. It affects PropertyHive versions up to and including 2.1.12, potentially allowing unauthorized access to restricted functionality or data.

💻 Affected Systems

Products:
  • PropertyHive WordPress Plugin
Versions: n/a through <= 2.1.12
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Affects all WordPress installations using vulnerable PropertyHive plugin versions.

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

Attackers could modify property listings, access sensitive user data, or perform administrative actions without proper authorization.

🟠

Likely Case

Unauthorized users accessing or modifying property data they shouldn't have access to, potentially affecting data integrity.

🟢

If Mitigated

Proper role-based access controls would prevent unauthorized access, limiting impact to legitimate users only.

🌐 Internet-Facing: HIGH - WordPress plugins are typically internet-facing and accessible to any visitor.
🏢 Internal Only: MEDIUM - Internal users could still exploit the vulnerability if they have access to the WordPress interface.

🎯 Exploit Status

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

Missing authorization vulnerabilities typically require some level of access but minimal technical skill to exploit.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: > 2.1.12

Vendor Advisory: https://patchstack.com/database/Wordpress/Plugin/propertyhive/vulnerability/wordpress-propertyhive-plugin-2-1-12-broken-access-control-vulnerability-2?_s_id=cve

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins > Installed Plugins. 3. Find PropertyHive plugin. 4. Click 'Update Now' if update available. 5. If no update available, manually download latest version from WordPress repository.

🔧 Temporary Workarounds

Temporary Plugin Deactivation

all

Disable PropertyHive plugin until patched version is available

wp plugin deactivate propertyhive

Access Restriction via .htaccess

linux

Restrict access to PropertyHive plugin directories

Add 'Deny from all' to .htaccess in propertyhive plugin directory

🧯 If You Can't Patch

  • Implement strict network segmentation to isolate WordPress installation
  • Apply additional WordPress security plugins with access control features

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel > Plugins > PropertyHive version number

Check Version:

wp plugin get propertyhive --field=version

Verify Fix Applied:

Verify PropertyHive plugin version is > 2.1.12

📡 Detection & Monitoring

Log Indicators:

  • Unauthorized access attempts to PropertyHive endpoints
  • Unusual property data modifications by non-admin users

Network Indicators:

  • HTTP requests to PropertyHive admin endpoints from unauthorized IPs

SIEM Query:

source="wordpress" AND (uri_path="/wp-content/plugins/propertyhive/" OR plugin="propertyhive") AND (user_role!="administrator" OR user_role!="editor")

🔗 References

📤 Share & Export