CVE-2025-8874

6.4 MEDIUM

📋 TL;DR

This vulnerability allows authenticated attackers with Contributor-level access or higher to inject malicious scripts into WordPress pages using the Master Addons plugin. The scripts execute whenever users view the compromised pages, enabling session hijacking, defacement, or malware distribution. All WordPress sites using Master Addons version 2.0.8.6 or earlier are affected.

💻 Affected Systems

Products:
  • Master Addons – Elementor Addons with White Label, Free Widgets, Hover Effects, Conditions, & Animations
Versions: All versions up to and including 2.0.8.6
Operating Systems: All operating systems running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Requires WordPress with Elementor and Master Addons 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, redirect users to malicious sites, install backdoors, or completely compromise the WordPress site and potentially the server.

🟠

Likely Case

Attackers with contributor access inject malicious scripts to steal user session cookies, display unwanted content, or redirect visitors to phishing pages.

🟢

If Mitigated

With proper user role management and input validation, impact is limited to defacement of specific pages rather than full site compromise.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: UNKNOWN
Unauthenticated Exploit: ✅ No
Complexity: MEDIUM

Exploitation requires authenticated access and knowledge of vulnerable widgets. No public exploit code is currently available.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Version 2.0.8.7 or later

Vendor Advisory: https://plugins.trac.wordpress.org/log/master-addons/

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins → Installed Plugins. 3. Find 'Master Addons' and click 'Update Now'. 4. Verify update completes successfully.

🔧 Temporary Workarounds

Restrict User Roles

all

Limit contributor-level access to trusted users only and implement principle of least privilege.

Disable Vulnerable Widgets

all

Identify and disable specific Master Addons widgets mentioned in vulnerability details until patched.

🧯 If You Can't Patch

  • Temporarily deactivate the Master Addons plugin if not essential for site functionality
  • Implement web application firewall (WAF) rules to block XSS payloads targeting Master Addons endpoints

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin → Plugins → Installed Plugins for Master Addons version. If version is 2.0.8.6 or earlier, you are vulnerable.

Check Version:

wp plugin list --name=master-addons --field=version

Verify Fix Applied:

After updating, verify Master Addons version shows 2.0.8.7 or higher in WordPress plugins list.

📡 Detection & Monitoring

Log Indicators:

  • Unusual POST requests to Master Addons widget endpoints
  • Suspicious JavaScript in page content from contributor-level users

Network Indicators:

  • Unexpected script tags in page responses containing Master Addons widget identifiers

SIEM Query:

source="wordpress" AND ("master-addons" OR "master_addons") AND (method="POST" OR status=200) AND (uri CONTAINS "/wp-admin/" OR uri CONTAINS "widget")

🔗 References

📤 Share & Export