CVE-2023-32244

9.8 CRITICAL

📋 TL;DR

This vulnerability in the XTemos Woodmart Core WordPress plugin allows attackers to escalate privileges due to improper privilege management. Attackers can gain administrative access to WordPress sites running vulnerable versions. All WordPress installations using Woodmart Core versions up to 1.0.36 are affected.

💻 Affected Systems

Products:
  • XTemos Woodmart Core WordPress Plugin
Versions: All versions up to and including 1.0.36
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Requires WordPress installation with Woodmart Core plugin enabled. No special configuration needed.

⚠️ 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 full administrative control, install backdoors, steal sensitive data, deface the site, or use it for further attacks.

🟠

Likely Case

Attackers gain administrative privileges to modify content, install malicious plugins/themes, or access sensitive user data.

🟢

If Mitigated

Limited impact if proper network segmentation, strong authentication, and monitoring are in place to detect and block privilege escalation attempts.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

Public PoC: ⚠️ Yes
Weaponized: LIKELY
Unauthenticated Exploit: ✅ No
Complexity: LOW

Exploitation requires some level of access (subscriber or higher). The vulnerability is well-documented and simple to exploit.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 1.0.37 or later

Vendor Advisory: https://patchstack.com/database/vulnerability/woodmart-core/wordpress-woodmart-core-plugin-1-0-36-privilege-escalation

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins → Installed Plugins. 3. Find Woodmart Core and update to version 1.0.37 or later. 4. Verify update completed successfully.

🔧 Temporary Workarounds

Disable Woodmart Core Plugin

all

Temporarily disable the vulnerable plugin until patched

wp plugin deactivate woodmart-core

Restrict User Registration

all

Disable new user registration to limit attack surface

Update WordPress Settings → General → Membership: Uncheck 'Anyone can register'

🧯 If You Can't Patch

  • Implement strict network access controls to limit who can access WordPress admin interfaces
  • Enable detailed logging and monitoring for user privilege changes and admin actions

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel → Plugins → Installed Plugins → Woodmart Core version

Check Version:

wp plugin list --name=woodmart-core --field=version

Verify Fix Applied:

Verify Woodmart Core version is 1.0.37 or higher in WordPress admin

📡 Detection & Monitoring

Log Indicators:

  • Unexpected user role changes in WordPress logs
  • Multiple failed login attempts followed by successful admin login from new IP
  • Administrative actions from previously non-admin users

Network Indicators:

  • Unusual HTTP POST requests to WordPress admin-ajax.php or admin-post.php endpoints
  • Traffic patterns suggesting privilege escalation attempts

SIEM Query:

source="wordpress.log" AND ("user role changed" OR "capabilities changed")

🔗 References

📤 Share & Export