CVE-2024-35780

8.5 HIGH

📋 TL;DR

This CVE describes a PHP object injection vulnerability in the Page Builder: Live Composer WordPress plugin. Attackers with contributor-level access can exploit insecure deserialization to execute arbitrary code on affected WordPress sites. All WordPress installations using vulnerable versions of this plugin are affected.

💻 Affected Systems

Products:
  • Page Builder: Live Composer WordPress plugin
Versions: n/a through 1.5.42
Operating Systems: All platforms running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Requires contributor-level access or higher to exploit. WordPress multisite installations may be affected differently.

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

Remote code execution leading to complete site compromise, data theft, malware installation, or site defacement.

🟠

Likely Case

Privilege escalation from contributor to administrator, followed by site takeover and data manipulation.

🟢

If Mitigated

Limited impact if proper access controls restrict contributor accounts and input validation is enforced.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Exploitation requires contributor-level access. Public proof-of-concept demonstrates the vulnerability.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 1.5.43 or later

Vendor Advisory: https://patchstack.com/database/vulnerability/live-composer-page-builder/wordpress-page-builder-live-composer-plugin-1-5-42-contributor-php-object-injection-vulnerability

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins > Installed Plugins. 3. Find 'Page Builder: Live Composer'. 4. Click 'Update Now' if available. 5. Alternatively, download version 1.5.43+ from WordPress repository and manually update.

🔧 Temporary Workarounds

Disable Plugin

all

Temporarily deactivate the vulnerable plugin until patched.

wp plugin deactivate live-composer-page-builder

Restrict Contributor Access

all

Limit contributor account creation and review existing contributor permissions.

🧯 If You Can't Patch

  • Remove contributor role access entirely or implement strict review processes for contributor content.
  • Implement web application firewall (WAF) rules to block deserialization attempts and monitor for suspicious activity.

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel > Plugins > Installed Plugins for 'Page Builder: Live Composer' version 1.5.42 or earlier.

Check Version:

wp plugin get live-composer-page-builder --field=version

Verify Fix Applied:

Confirm plugin version is 1.5.43 or later in WordPress admin panel.

📡 Detection & Monitoring

Log Indicators:

  • Unusual PHP object serialization in POST requests
  • Unexpected contributor account activity
  • Plugin file modification attempts

Network Indicators:

  • HTTP POST requests containing serialized PHP objects to plugin endpoints
  • Unusual outbound connections from WordPress server

SIEM Query:

source="wordpress.log" AND "live-composer" AND ("unserialize" OR "php_object")

🔗 References

📤 Share & Export