CVE-2024-38787

7.5 HIGH

📋 TL;DR

This vulnerability in the WordPress 'Import and export users and customers' plugin allows unauthorized actors to access sensitive information through improperly constrained functionality. Attackers can exploit this to view or export user data they shouldn't have access to. All WordPress sites using affected plugin versions are vulnerable.

💻 Affected Systems

Products:
  • WordPress Import and export users and customers plugin
Versions: n/a through 1.26.8
Operating Systems: All
Default Config Vulnerable: ⚠️ Yes
Notes: Only affects WordPress installations with this specific plugin installed and activated.

⚠️ 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 user database exposure including usernames, emails, passwords, and metadata leading to credential theft, account takeover, and data breach.

🟠

Likely Case

Unauthorized access to user lists, email addresses, and potentially sensitive metadata, enabling targeted phishing campaigns and privacy violations.

🟢

If Mitigated

Limited exposure of non-critical user information if proper access controls and monitoring are in place.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Exploitation requires some level of access but the vulnerability is in a commonly used administrative function.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 1.26.9 or later

Vendor Advisory: https://patchstack.com/database/vulnerability/import-users-from-csv-with-meta/wordpress-import-and-export-users-and-customers-plugin-1-26-8-sensitive-information-via-imported-file-vulnerability?_s_id=cve

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins > Installed Plugins. 3. Find 'Import and export users and customers'. 4. Click 'Update Now' if available. 5. Alternatively, download version 1.26.9+ from WordPress repository and manually update.

🔧 Temporary Workarounds

Disable Plugin

all

Temporarily deactivate the vulnerable plugin until patched

wp plugin deactivate import-users-from-csv-with-meta

Restrict Access

all

Limit plugin access to trusted administrators only using role-based controls

🧯 If You Can't Patch

  • Implement strict access controls to limit who can use import/export functions
  • Monitor and audit all import/export activities and user data access

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel > Plugins > Installed Plugins for 'Import and export users and customers' version

Check Version:

wp plugin get import-users-from-csv-with-meta --field=version

Verify Fix Applied:

Verify plugin version is 1.26.9 or higher in WordPress admin

📡 Detection & Monitoring

Log Indicators:

  • Unusual user export activities
  • Multiple failed import/export attempts
  • Access to import/export functions from unexpected users

Network Indicators:

  • Large data exports from admin endpoints
  • Unusual POST requests to import/export endpoints

SIEM Query:

source="wordpress" AND (event="user_export" OR event="data_export") AND user_role!="administrator"

🔗 References

📤 Share & Export