CVE-2025-3106

6.4 MEDIUM

📋 TL;DR

The LA-Studio Element Kit for Elementor WordPress plugin has a stored XSS vulnerability in its Table of Contents widget. Authenticated attackers with contributor-level access or higher can inject malicious scripts that execute when users view affected pages. This affects all WordPress sites using the plugin up to version 1.4.9.

💻 Affected Systems

Products:
  • LA-Studio Element Kit for Elementor WordPress Plugin
Versions: All versions up to and including 1.4.9
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Requires WordPress with Elementor page builder and the vulnerable plugin installed. Contributor-level access 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 users to malicious sites, or install backdoors for persistent access.

🟠

Likely Case

Attackers with contributor accounts inject malicious scripts to steal user session cookies or perform phishing attacks against site visitors.

🟢

If Mitigated

With proper user access controls and content sanitization, the impact is limited to potential data exposure from compromised contributor accounts.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Exploitation requires authenticated access but is straightforward once an attacker has contributor privileges. The vulnerability is in a widely used WordPress plugin.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 1.5.0 or higher

Vendor Advisory: https://wordpress.org/plugins/lastudio-element-kit/#developers

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Go to Plugins → Installed Plugins. 3. Find 'LA-Studio Element Kit for Elementor'. 4. Click 'Update Now' if available. 5. If no update appears, manually download version 1.5.0+ from WordPress.org and replace the plugin files.

🔧 Temporary Workarounds

Disable Table of Contents Widget

all

Temporarily disable the vulnerable widget while awaiting patch

Navigate to Elementor → Settings → Advanced → Disable 'Table of Contents' widget

Restrict Contributor Access

all

Temporarily elevate contributor role requirements or limit contributor accounts

Use WordPress role management plugins to restrict contributor capabilities

🧯 If You Can't Patch

  • Implement strict Content Security Policy (CSP) headers to limit script execution
  • Use web application firewall (WAF) rules to block XSS payloads in plugin parameters

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin → Plugins → LA-Studio Element Kit for Elementor → Version. If version is 1.4.9 or lower, you are vulnerable.

Check Version:

wp plugin list --name='lastudio-element-kit' --field=version

Verify Fix Applied:

After updating, verify version is 1.5.0 or higher. Test Table of Contents widget with script payloads to confirm sanitization.

📡 Detection & Monitoring

Log Indicators:

  • Unusual POST requests to Elementor endpoints with script tags in parameters
  • Multiple failed login attempts followed by contributor account access

Network Indicators:

  • Outbound connections to suspicious domains from your WordPress site
  • Unexpected script loads in page responses

SIEM Query:

source="wordpress.log" AND ("table-of-contents" OR "lastudio-element-kit") AND ("script" OR "javascript:" OR "onerror=")

🔗 References

📤 Share & Export