CVE-2025-6325

9.8 CRITICAL

📋 TL;DR

This vulnerability allows attackers to escalate privileges in WordPress sites using the King Addons for Elementor plugin. Attackers can gain administrative access without proper authentication. All WordPress sites running vulnerable versions of this plugin are affected.

💻 Affected Systems

Products:
  • King Addons for Elementor WordPress Plugin
Versions: All versions up to and including 51.1.36
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Only affects WordPress installations with the vulnerable plugin installed and activated.

⚠️ 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

Complete site takeover where attackers gain full administrative control, can install backdoors, steal data, deface the site, or use it for further attacks.

🟠

Likely Case

Attackers gain administrative access to compromise the WordPress site, potentially installing malicious plugins/themes or stealing sensitive information.

🟢

If Mitigated

Limited impact if proper access controls, monitoring, and network segmentation are in place to detect and contain privilege escalation attempts.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Privilege escalation vulnerabilities in WordPress plugins are frequently exploited in the wild. The high CVSS score suggests exploitation is straightforward.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Version 51.1.37 or later

Vendor Advisory: https://patchstack.com/database/Wordpress/Plugin/king-addons/vulnerability/wordpress-king-addons-for-elementor-plugin-51-1-36-privilege-escalation-vulnerability?_s_id=cve

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins → Installed Plugins. 3. Find 'King Addons for Elementor'. 4. Click 'Update Now' if available. 5. Alternatively, download version 51.1.37+ from WordPress repository and manually update.

🔧 Temporary Workarounds

Disable vulnerable plugin

all

Temporarily deactivate the King Addons plugin until patched

wp plugin deactivate king-addons

Restrict plugin access

all

Use web application firewall to block access to plugin files

🧯 If You Can't Patch

  • Remove the King Addons plugin completely if not essential
  • Implement strict access controls and monitor for suspicious admin user creation

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel → Plugins → King Addons for Elementor → Version number

Check Version:

wp plugin get king-addons --field=version

Verify Fix Applied:

Verify plugin version is 51.1.37 or higher in WordPress admin

📡 Detection & Monitoring

Log Indicators:

  • Unexpected admin user creation
  • Multiple failed login attempts followed by successful admin login
  • Plugin file modification alerts

Network Indicators:

  • Unusual POST requests to wp-admin/admin-ajax.php or plugin-specific endpoints

SIEM Query:

source="wordpress" AND (event="user_registered" AND user_role="administrator") OR (event="plugin_updated" AND plugin_name="king-addons")

🔗 References

📤 Share & Export