CVE-2024-9215

8.8 HIGH

📋 TL;DR

This vulnerability in the PublishPress Authors WordPress plugin allows authenticated attackers with Author-level access or higher to modify arbitrary user email addresses, including administrators. Attackers can then trigger password resets to take over accounts. All WordPress sites using vulnerable plugin versions are affected.

💻 Affected Systems

Products:
  • PublishPress Authors WordPress plugin
Versions: All versions up to and including 4.7.1
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Requires at least Author-level user role (or higher) to exploit. WordPress multisite installations may also be affected.

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

Complete site takeover where attackers gain administrative access, modify content, install malware, or exfiltrate sensitive data.

🟠

Likely Case

Account takeover of administrators or editors leading to content manipulation, defacement, or privilege escalation.

🟢

If Mitigated

Limited impact if strong access controls, monitoring, and least privilege principles are enforced.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Exploitation requires authenticated access but is straightforward once an attacker has Author privileges.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 4.7.2 or later

Vendor Advisory: https://wordpress.org/plugins/publishpress-authors/#developers

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins → Installed Plugins. 3. Find 'PublishPress Authors' and click 'Update Now'. 4. Verify plugin version is 4.7.2 or higher.

🔧 Temporary Workarounds

Disable vulnerable plugin

all

Temporarily deactivate PublishPress Authors plugin until patched

wp plugin deactivate publishpress-authors

Restrict user roles

all

Review and minimize users with Author-level access or higher

🧯 If You Can't Patch

  • Implement strict access controls and monitor user activity logs for suspicious email modifications
  • Use web application firewall (WAF) rules to block requests targeting the vulnerable action_edited_author() function

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin → Plugins → Installed Plugins for PublishPress Authors version

Check Version:

wp plugin get publishpress-authors --field=version

Verify Fix Applied:

Confirm plugin version is 4.7.2 or higher in WordPress admin panel

📡 Detection & Monitoring

Log Indicators:

  • Unusual user email modification events in WordPress logs
  • Multiple password reset requests for administrative accounts

Network Indicators:

  • POST requests to wp-admin/admin-ajax.php with 'action_edited_author' action and modified 'authors-user_id' parameter

SIEM Query:

source="wordpress" AND (action="edited_author" OR message="email address changed")

🔗 References

📤 Share & Export