CVE-2025-8780

6.4 MEDIUM

📋 TL;DR

The Livemesh SiteOrigin Widgets WordPress plugin has a stored XSS vulnerability in Hero Header and Pricing Table widgets. Authenticated attackers with contributor-level access can inject malicious scripts that execute when users view affected pages. This affects all versions up to 3.9.1.

💻 Affected Systems

Products:
  • Livemesh SiteOrigin Widgets WordPress plugin
Versions: All versions up to and including 3.9.1
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Requires WordPress installation with plugin enabled and contributor-level user accounts.

⚠️ 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 admin credentials, deface websites, redirect users to malicious sites, or install backdoors for persistent access.

🟠

Likely Case

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

🟢

If Mitigated

With proper user role management and content review, impact is limited to potential defacement of specific pages.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Exploitation requires authenticated access with contributor privileges or higher. Attack vectors are well-documented in the vulnerability details.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 3.9.2 or later

Vendor Advisory: https://wordpress.org/plugins/livemesh-siteorigin-widgets/#developers

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins > Installed Plugins. 3. Find 'Livemesh SiteOrigin Widgets'. 4. Click 'Update Now' if available. 5. If not, download version 3.9.2+ from WordPress repository and manually update.

🔧 Temporary Workarounds

Disable vulnerable widgets

all

Temporarily disable Hero Header and Pricing Table widgets until patched

Restrict user roles

all

Remove contributor-level access or implement content approval workflow

🧯 If You Can't Patch

  • Implement strict content review process for all contributor submissions
  • Install web application firewall with XSS protection rules

🔍 How to Verify

Check if Vulnerable:

Check plugin version in WordPress admin panel under Plugins > Installed Plugins. If version is 3.9.1 or lower, you are vulnerable.

Check Version:

wp plugin list --name=livemesh-siteorigin-widgets --field=version

Verify Fix Applied:

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

📡 Detection & Monitoring

Log Indicators:

  • Unusual POST requests to widget update endpoints
  • Suspicious JavaScript in page content from contributor users

Network Indicators:

  • Unexpected script tags in page responses containing 'lsow-hero-image-widget' or 'lsow-pricing-table-widget'

SIEM Query:

source="wordpress.log" AND ("lsow-hero-image-widget" OR "lsow-pricing-table-widget") AND ("update" OR "save")

🔗 References

📤 Share & Export