CVE-2024-8123

5.4 MEDIUM

📋 TL;DR

This vulnerability in the WP Extended WordPress plugin allows authenticated attackers with Contributor-level access or higher to duplicate posts created by other users, including administrators. Attackers can duplicate password-protected posts, revealing their contents. All WordPress sites using vulnerable versions of this plugin are affected.

💻 Affected Systems

Products:
  • The Ultimate WordPress Toolkit – WP Extended
Versions: All versions up to and including 3.0.8
Operating Systems: All operating systems running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Requires WordPress installation with the vulnerable plugin enabled. Contributor-level access or higher is required to exploit.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Attackers could duplicate sensitive administrative posts, including password-protected content, potentially exposing confidential information, intellectual property, or draft content not intended for publication.

🟠

Likely Case

Malicious contributors or authors duplicate posts to gain unauthorized access to content, potentially stealing unpublished work or accessing restricted information.

🟢

If Mitigated

With proper access controls and monitoring, impact is limited to unauthorized content duplication without broader system compromise.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Exploitation requires authenticated access but is technically simple once authenticated. The vulnerability is well-documented with code references available.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 3.0.9 or later

Vendor Advisory: https://plugins.trac.wordpress.org/changeset?sfp_email=&sfph_mail=&reponame=&new=3145430%40wpextended%2Ftrunk&old=3134345%40wpextended%2Ftrunk&sfp_email=&sfph_mail=

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins → Installed Plugins. 3. Find 'The Ultimate WordPress Toolkit – WP Extended'. 4. Click 'Update Now' if update is available. 5. Alternatively, download version 3.0.9+ from WordPress plugin repository and manually update.

🔧 Temporary Workarounds

Disable vulnerable plugin

all

Temporarily disable the WP Extended plugin until patched

wp plugin deactivate wpextended

Restrict user roles

all

Temporarily restrict Contributor and Author role assignments

🧯 If You Can't Patch

  • Implement strict access controls and monitor user activity for unusual post duplication
  • Disable the duplicate_post functionality via custom code or plugin filters

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel → Plugins → Installed Plugins → WP Extended version. If version is 3.0.8 or lower, you are vulnerable.

Check Version:

wp plugin get wpextended --field=version

Verify Fix Applied:

After updating, verify plugin version shows 3.0.9 or higher in WordPress admin panel.

📡 Detection & Monitoring

Log Indicators:

  • Unusual post duplication activity, especially between different authors
  • Multiple post_create or post_update events from same user in short timeframe

Network Indicators:

  • POST requests to /wp-admin/admin-ajax.php with action=wpext_duplicate_post

SIEM Query:

source="wordpress" AND (event="post_duplicate" OR uri_path="/wp-admin/admin-ajax.php") AND action="wpext_duplicate_post"

🔗 References

📤 Share & Export