CVE-2024-28000

9.8 CRITICAL

📋 TL;DR

This vulnerability allows unauthenticated attackers to escalate privileges in the LiteSpeed Cache WordPress plugin. Attackers can gain administrative access to affected WordPress sites without requiring any authentication. All WordPress sites running LiteSpeed Cache versions 1.9 through 6.3.0.1 are affected.

💻 Affected Systems

Products:
  • LiteSpeed Cache WordPress Plugin
Versions: from 1.9 through 6.3.0.1
Operating Systems: All operating systems running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Affects WordPress installations with the LiteSpeed Cache plugin enabled. No special configuration required for exploitation.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Complete site takeover where attackers gain full administrative control, can install backdoors, steal sensitive data, deface websites, or use the site for further attacks.

🟠

Likely Case

Attackers gain administrative access to compromise the WordPress site, potentially leading to data theft, malware injection, or site defacement.

🟢

If Mitigated

With proper network segmentation and monitoring, impact could be limited to the affected web server, but administrative access still poses significant risk.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

Public PoC: ⚠️ Yes
Weaponized: CONFIRMED
Unauthenticated Exploit: ⚠️ Yes
Complexity: LOW

Public exploit code is available, making this easily weaponizable. No authentication required for exploitation.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 6.3.0.2 and later

Vendor Advisory: https://www.litespeedtech.com/products/cache-plugins/wordpress-acceleration

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins → Installed Plugins. 3. Find LiteSpeed Cache and click 'Update Now'. 4. Alternatively, download version 6.3.0.2+ from WordPress.org and manually update.

🔧 Temporary Workarounds

Disable LiteSpeed Cache Plugin

all

Temporarily disable the vulnerable plugin until patching is possible

wp plugin deactivate litespeed-cache

Restrict Access to WordPress Admin

all

Limit access to WordPress admin interface using IP whitelisting or firewall rules

🧯 If You Can't Patch

  • Implement web application firewall (WAF) rules to block privilege escalation attempts
  • Enable strict monitoring of WordPress admin user creation and privilege changes

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin → Plugins → Installed Plugins for LiteSpeed Cache version. If version is between 1.9 and 6.3.0.1 inclusive, you are vulnerable.

Check Version:

wp plugin get litespeed-cache --field=version

Verify Fix Applied:

Verify LiteSpeed Cache plugin version is 6.3.0.2 or higher in WordPress admin panel.

📡 Detection & Monitoring

Log Indicators:

  • Unexpected admin user creation
  • Privilege escalation attempts in WordPress logs
  • Unauthenticated requests to LiteSpeed Cache endpoints

Network Indicators:

  • Unusual traffic to /wp-admin/admin-ajax.php with litespeed_cache parameters
  • Multiple failed login attempts followed by successful admin access

SIEM Query:

source="wordpress.log" AND ("admin_user_created" OR "user_role_changed" OR "litespeed_cache" AND "unauthorized")

🔗 References

📤 Share & Export