CVE-2025-64243

4.3 MEDIUM

📋 TL;DR

This CVE describes a missing authorization vulnerability in the Directory Pro WordPress plugin that allows attackers to bypass access controls and perform unauthorized actions. It affects all WordPress sites running Directory Pro version 2.5.6 or earlier. The vulnerability stems from improper access control configuration.

💻 Affected Systems

Products:
  • WordPress Directory Pro Plugin
Versions: n/a through <= 2.5.6
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Affects all WordPress installations with Directory Pro plugin enabled, regardless of WordPress version or underlying OS.

⚠️ 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 directory listings, delete content, or manipulate user data without authorization, potentially leading to data integrity issues or unauthorized content changes.

🟠

Likely Case

Unauthorized users could view or modify directory content they shouldn't have access to, potentially exposing sensitive information or allowing content manipulation.

🟢

If Mitigated

With proper access controls and authentication checks, the impact would be limited to authorized users only performing intended actions.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Exploitation requires understanding of WordPress plugin structure and access control mechanisms, but is relatively straightforward once identified.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: >2.5.6

Vendor Advisory: https://patchstack.com/database/Wordpress/Plugin/directory-pro/vulnerability/wordpress-directory-pro-plugin-2-5-6-broken-access-control-vulnerability?_s_id=cve

Restart Required: No

Instructions:

1. Log into WordPress admin panel
2. Navigate to Plugins > Installed Plugins
3. Find Directory Pro plugin
4. Click 'Update Now' if available
5. If no update available, download latest version from WordPress repository
6. Deactivate old version, upload new version, activate

🔧 Temporary Workarounds

Disable Directory Pro Plugin

all

Temporarily disable the vulnerable plugin until patched

wp plugin deactivate directory-pro

Implement Additional Access Controls

all

Add WordPress capability checks or role-based restrictions

🧯 If You Can't Patch

  • Implement network-level access controls to restrict access to WordPress admin areas
  • Enable detailed logging and monitoring for unauthorized access attempts to directory functions

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel > Plugins > Directory Pro version number

Check Version:

wp plugin get directory-pro --field=version

Verify Fix Applied:

Verify Directory Pro plugin version is greater than 2.5.6

📡 Detection & Monitoring

Log Indicators:

  • Unauthorized access attempts to directory admin functions
  • Unexpected modifications to directory content

Network Indicators:

  • Unusual POST requests to directory-related endpoints without proper authentication

SIEM Query:

source="wordpress.log" AND ("directory-pro" OR "directory_pro") AND ("unauthorized" OR "access denied" OR "permission denied")

🔗 References

📤 Share & Export