CVE-2025-62990

6.5 MEDIUM

📋 TL;DR

This stored XSS vulnerability in Livemesh Addons for Beaver Builder allows attackers to inject malicious scripts into web pages that persist across sessions. WordPress sites using this plugin are affected, potentially compromising visitor data and site integrity. The vulnerability exists in versions up to 3.9.2.

💻 Affected Systems

Products:
  • Livemesh Addons for Beaver Builder
Versions: n/a through 3.9.2
Operating Systems: All
Default Config Vulnerable: ⚠️ Yes
Notes: WordPress sites with the vulnerable plugin installed are affected regardless of configuration.

⚠️ 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 session cookies, redirect users to malicious sites, deface websites, or perform actions on behalf of authenticated users, potentially leading to complete site takeover.

🟠

Likely Case

Attackers inject malicious scripts that steal user session data, redirect to phishing sites, or modify page content for malicious purposes.

🟢

If Mitigated

With proper input validation and output encoding, malicious scripts would be neutralized before reaching users, preventing exploitation.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Stored XSS vulnerabilities typically have low exploitation complexity once the injection point is identified.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 3.9.3 or later

Vendor Advisory: https://patchstack.com/database/wordpress/plugin/addons-for-beaver-builder/vulnerability/wordpress-livemesh-addons-for-beaver-builder-plugin-3-9-2-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 'Livemesh Addons for Beaver Builder'
4. Click 'Update Now' if update is available
5. Verify plugin version is 3.9.3 or higher

🔧 Temporary Workarounds

Disable vulnerable plugin

all

Temporarily disable the Livemesh Addons for Beaver Builder plugin until patched

wp plugin deactivate addons-for-beaver-builder

Implement Content Security Policy

all

Add CSP headers to restrict script execution sources

Add to .htaccess: Header set Content-Security-Policy "default-src 'self'; script-src 'self'"
Or use WordPress CSP plugin

🧯 If You Can't Patch

  • Implement web application firewall (WAF) rules to block XSS payloads
  • Enable input validation and output encoding at application level

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel > Plugins > Installed Plugins for Livemesh Addons for Beaver Builder version

Check Version:

wp plugin get addons-for-beaver-builder --field=version

Verify Fix Applied:

Verify plugin version is 3.9.3 or higher in WordPress admin panel

📡 Detection & Monitoring

Log Indicators:

  • Unusual POST requests containing script tags or JavaScript code to plugin endpoints
  • Multiple failed XSS attempts in web server logs

Network Indicators:

  • Incoming requests with suspicious script payloads in parameters
  • Outbound connections to unknown domains from user browsers

SIEM Query:

source="web_server" AND ("<script" OR "javascript:" OR "onload=" OR "onerror=") AND uri="*/wp-content/plugins/addons-for-beaver-builder/*"

🔗 References

📤 Share & Export