CVE-2025-13537

6.4 MEDIUM

📋 TL;DR

The Live Composer WordPress plugin has stored XSS vulnerabilities allowing authenticated attackers with Contributor access or higher to inject malicious scripts via DOM manipulation. These scripts execute when users view compromised pages, potentially compromising visitor sessions and site integrity. All WordPress sites using Live Composer versions up to 2.0.2 are affected.

💻 Affected Systems

Products:
  • Live Composer – Free WordPress Website Builder
Versions: All versions up to and including 2.0.2
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Requires WordPress installation with Live Composer plugin enabled. Contributor-level authentication or higher is needed for exploitation.

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

Attackers could steal administrator credentials, deface websites, redirect visitors to malicious sites, or install backdoors for persistent access.

🟠

Likely Case

Attackers with contributor accounts inject malicious scripts to steal user session cookies, perform phishing attacks, or modify page content.

🟢

If Mitigated

With proper input validation and output escaping, script injection would fail, preventing execution of malicious payloads.

🌐 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 access is obtained. The vulnerability is in client-side JavaScript DOM manipulation.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 2.0.3 or later

Vendor Advisory: https://plugins.trac.wordpress.org/changeset/3419715/

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins → Installed Plugins. 3. Find Live Composer plugin. 4. Click 'Update Now' if update available. 5. If no update appears, manually download version 2.0.3+ from WordPress.org and replace plugin files.

🔧 Temporary Workarounds

Disable Live Composer Plugin

all

Temporarily disable the vulnerable plugin until patched

wp plugin deactivate live-composer-page-builder

Restrict Contributor Access

all

Temporarily remove contributor-level user accounts or restrict their capabilities

🧯 If You Can't Patch

  • Implement Content Security Policy (CSP) headers to restrict script execution
  • Use web application firewall (WAF) rules to detect and block XSS payloads

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel → Plugins → Live Composer version. If version is 2.0.2 or lower, you are vulnerable.

Check Version:

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

Verify Fix Applied:

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

📡 Detection & Monitoring

Log Indicators:

  • Unusual POST requests to WordPress admin-ajax.php with script payloads
  • Multiple page edits from contributor accounts in short time

Network Indicators:

  • Inbound requests containing JavaScript in POST parameters to WordPress endpoints

SIEM Query:

source="wordpress.log" AND ("live-composer" OR "admin-ajax.php") AND ("script" OR "onload" OR "javascript:")

🔗 References

📤 Share & Export