CVE-2023-35050

6.5 MEDIUM

📋 TL;DR

CVE-2023-35050 is a missing authorization vulnerability in Elementor Pro WordPress plugin that allows subscribers to perform actions intended only for higher-privileged users. This affects all WordPress sites using Elementor Pro versions up to 3.13.0. The vulnerability enables privilege escalation through broken access control.

💻 Affected Systems

Products:
  • Elementor Pro WordPress Plugin
Versions: All versions up to and including 3.13.0
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Requires WordPress with Elementor Pro plugin installed and at least one subscriber user account.

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

Subscriber-level users could gain administrative privileges, modify site content, install malicious plugins, or compromise the entire WordPress installation.

🟠

Likely Case

Subscribers could modify pages, posts, or site settings they shouldn't have access to, potentially defacing the website or altering content.

🟢

If Mitigated

With proper user role management and monitoring, impact would be limited to unauthorized content modifications by trusted subscribers.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Exploitation requires subscriber-level credentials. Public proof-of-concept code exists demonstrating the authorization bypass.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 3.13.1 and later

Vendor Advisory: https://elementor.com/help/elementor-pro-security-update/

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins > Installed Plugins. 3. Find Elementor Pro and check for updates. 4. Update to version 3.13.1 or later. 5. Clear any caching plugins or CDN caches.

🔧 Temporary Workarounds

Temporary User Role Restriction

all

Temporarily disable or restrict subscriber accounts until patching is complete

Web Application Firewall Rule

all

Block suspicious subscriber-level requests to Elementor Pro endpoints

🧯 If You Can't Patch

  • Disable or remove all subscriber-level user accounts
  • Implement strict network segmentation and monitor all subscriber account activity

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel > Plugins > Elementor Pro version. If version is 3.13.0 or lower, system is vulnerable.

Check Version:

wp plugin list --name=elementor-pro --field=version

Verify Fix Applied:

Verify Elementor Pro version is 3.13.1 or higher in WordPress admin plugins page.

📡 Detection & Monitoring

Log Indicators:

  • Subscriber users accessing admin-only Elementor endpoints
  • Unusual POST requests to /wp-admin/admin-ajax.php from subscriber accounts
  • Role changes or privilege escalation events

Network Indicators:

  • HTTP requests to Elementor Pro API endpoints from low-privilege user agents
  • Unusual traffic patterns from subscriber accounts

SIEM Query:

source="wordpress" AND (uri_path="/wp-admin/admin-ajax.php" AND user_role="subscriber" AND action CONTAINS "elementor")

🔗 References

📤 Share & Export