CVE-2024-37409

5.9 MEDIUM

📋 TL;DR

This stored XSS vulnerability in PowerPack Lite for Beaver Builder allows attackers to inject malicious scripts into web pages. When users view compromised pages, the scripts execute in their browsers, potentially stealing credentials or performing unauthorized actions. All WordPress sites using vulnerable versions of this plugin are affected.

💻 Affected Systems

Products:
  • PowerPack Lite for Beaver Builder
Versions: All versions up to and including 1.3.0.4
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Requires WordPress with Beaver Builder plugin installed. The vulnerability is in the PowerPack Lite addon.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Attackers could steal administrator credentials, take over WordPress sites, deface websites, or redirect visitors to malicious sites.

🟠

Likely Case

Attackers inject malicious scripts to steal user session cookies or credentials, potentially compromising user accounts.

🟢

If Mitigated

With proper input validation and output encoding, the risk is limited to minor content manipulation if other security controls fail.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

XSS vulnerabilities are commonly exploited. While no public PoC is confirmed, similar WordPress plugin XSS vulnerabilities are frequently weaponized.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 1.3.0.5 or later

Vendor Advisory: https://patchstack.com/database/vulnerability/powerpack-addon-for-beaver-builder/wordpress-powerpack-lite-for-beaver-builder-plugin-1-3-0-4-cross-site-scripting-xss-vulnerability?_s_id=cve

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins > Installed Plugins. 3. Find 'PowerPack Lite for Beaver Builder'. 4. Click 'Update Now' if available. 5. If no update appears, manually download version 1.3.0.5+ from WordPress.org and replace the plugin files.

🔧 Temporary Workarounds

Disable PowerPack Lite Plugin

all

Temporarily disable the vulnerable plugin until patched

wp plugin deactivate powerpack-addon-for-beaver-builder

Implement WAF Rules

all

Add XSS protection rules to web application firewall

🧯 If You Can't Patch

  • Implement Content Security Policy (CSP) headers to restrict script execution
  • Enable WordPress security plugins with XSS protection features

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin > Plugins > Installed Plugins for PowerPack Lite version. If version is 1.3.0.4 or earlier, you are vulnerable.

Check Version:

wp plugin get powerpack-addon-for-beaver-builder --field=version

Verify Fix Applied:

After update, verify plugin version shows 1.3.0.5 or later in WordPress admin panel.

📡 Detection & Monitoring

Log Indicators:

  • Unusual POST requests to Beaver Builder/PowerPack endpoints
  • Suspicious script tags in form submissions

Network Indicators:

  • Malicious script payloads in HTTP requests
  • Unexpected external script loads from Beaver Builder pages

SIEM Query:

source="wordpress" AND (uri_path="*beaver*" OR uri_path="*powerpack*") AND (http_method="POST" OR http_method="PUT") AND (request_body="*<script>*" OR request_body="*javascript:*")

🔗 References

📤 Share & Export