CVE-2025-12830

6.4 MEDIUM

📋 TL;DR

This vulnerability allows authenticated WordPress users with contributor-level access or higher to inject malicious scripts into web pages using the Better Elementor Addons plugin's Slider widget. The scripts are stored and execute whenever users visit the compromised pages, potentially affecting all visitors to vulnerable WordPress sites.

💻 Affected Systems

Products:
  • Better Elementor Addons WordPress Plugin
Versions: All versions up to and including 1.5.4
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Requires WordPress with Elementor and Better Elementor Addons plugin installed. Contributor-level access or higher 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 session cookies, redirect users to malicious sites, deface websites, or perform actions on behalf of authenticated users, potentially leading to complete site compromise.

🟠

Likely Case

Attackers with contributor access inject malicious scripts to steal user session cookies or redirect visitors to phishing sites, compromising user accounts and site integrity.

🟢

If Mitigated

With proper user access controls and content security policies, impact is limited to potential defacement or minor script injection with limited execution scope.

🌐 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 attacker has contributor privileges. No public exploit code identified yet.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 1.5.5 or later

Vendor Advisory: https://wordpress.org/plugins/better-elementor-addons/

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins → Installed Plugins. 3. Find 'Better Elementor Addons' and click 'Update Now'. 4. Verify update to version 1.5.5 or higher.

🔧 Temporary Workarounds

Disable Slider Widget

all

Temporarily disable the vulnerable Slider widget in Elementor settings

Restrict User Roles

all

Remove contributor-level access from untrusted users until patched

🧯 If You Can't Patch

  • Implement strict Content Security Policy (CSP) headers to limit script execution
  • Add WAF rules to detect and block XSS payloads in plugin parameters

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin → Plugins → Installed Plugins for Better Elementor Addons version 1.5.4 or lower

Check Version:

wp plugin list --name=better-elementor-addons --field=version

Verify Fix Applied:

Verify plugin version is 1.5.5 or higher in WordPress admin panel

📡 Detection & Monitoring

Log Indicators:

  • Unusual POST requests to /wp-admin/admin-ajax.php with slider-related parameters
  • Multiple failed login attempts followed by contributor account access

Network Indicators:

  • Script tags with unusual attributes in slider widget HTML output
  • External script loads from unexpected domains in page content

SIEM Query:

source="wordpress.log" AND ("better-elementor-addons" OR "slider widget") AND ("script" OR "onerror" OR "onload")

🔗 References

📤 Share & Export