CVE-2025-68580

8.8 HIGH

📋 TL;DR

This CSRF vulnerability in the Advanced Classifieds & Directory Pro WordPress plugin allows attackers to trick authenticated administrators into performing unintended actions. All WordPress sites using this plugin version 3.2.9 or earlier are affected, potentially leading to unauthorized plugin configuration changes.

💻 Affected Systems

Products:
  • Advanced Classifieds & Directory Pro WordPress Plugin
Versions: <= 3.2.9
Operating Systems: All
Default Config Vulnerable: ⚠️ Yes
Notes: Requires WordPress administrator authentication for exploitation. All default configurations are vulnerable.

⚠️ 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 reconfigure the plugin to allow unauthorized content posting, modify directory settings, or potentially chain with other vulnerabilities for site takeover.

🟠

Likely Case

Attackers trick administrators into changing plugin settings, enabling malicious functionality or disrupting classifieds/directory operations.

🟢

If Mitigated

With proper CSRF tokens and admin verification, exploitation attempts fail silently with no impact.

🌐 Internet-Facing: HIGH
🏢 Internal Only: LOW

🎯 Exploit Status

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

CSRF attacks are well-understood and easy to weaponize. Exploitation requires tricking an authenticated administrator.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 3.3.0 or later

Vendor Advisory: https://patchstack.com/database/Wordpress/Plugin/advanced-classifieds-and-directory-pro/vulnerability/wordpress-advanced-classifieds-directory-pro-plugin-3-2-9-cross-site-request-forgery-csrf-vulnerability?_s_id=cve

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins > Installed Plugins. 3. Find 'Advanced Classifieds & Directory Pro'. 4. Click 'Update Now' if available. 5. Alternatively, download version 3.3.0+ from WordPress repository and manually update.

🔧 Temporary Workarounds

Implement CSRF Protection

all

Add CSRF tokens to plugin forms manually if patching isn't immediately possible.

Restrict Admin Access

all

Limit administrator access to trusted networks only during vulnerability window.

🧯 If You Can't Patch

  • Temporarily disable the plugin until patched
  • Implement web application firewall rules to block CSRF patterns

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin > Plugins > Advanced Classifieds & Directory Pro > Version. If version is 3.2.9 or lower, you are vulnerable.

Check Version:

wp plugin list --name='advanced-classifieds-and-directory-pro' --field=version

Verify Fix Applied:

Verify plugin version is 3.3.0 or higher in WordPress admin plugins page.

📡 Detection & Monitoring

Log Indicators:

  • Multiple POST requests to plugin admin endpoints without referrer validation
  • Unexpected plugin configuration changes in admin logs

Network Indicators:

  • Cross-origin requests to plugin admin endpoints
  • Suspicious referrer headers in admin requests

SIEM Query:

source="wordpress.log" AND (uri_path="/wp-admin/admin.php" AND query_string="page=acadp_" AND http_referer NOT CONTAINS site_domain)

🔗 References

📤 Share & Export