CVE-2023-50884

6.5 MEDIUM

📋 TL;DR

This CVE describes a Missing Authorization vulnerability in LA-Studio Element Kit for Elementor WordPress plugin. It allows attackers to exploit incorrectly configured access controls, potentially accessing restricted functionality. All WordPress sites using affected plugin versions are vulnerable.

💻 Affected Systems

Products:
  • LA-Studio Element Kit for Elementor WordPress Plugin
Versions: All versions up to and including 1.1.5
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Requires WordPress with Elementor page builder installed. All default configurations are vulnerable.

⚠️ 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 modify website content, inject malicious code, or access administrative functions leading to complete site compromise.

🟠

Likely Case

Unauthorized users could modify page elements, inject ads or redirects, or access restricted plugin features.

🟢

If Mitigated

With proper access controls, impact is limited to authorized users only accessing intended functionality.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Exploitation requires understanding of WordPress REST API endpoints but is straightforward once identified.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 1.1.6 or later

Vendor Advisory: https://patchstack.com/database/wordpress/plugin/lastudio-element-kit/vulnerability/wordpress-la-studio-element-kit-for-elementor-plugin-1-1-5-broken-access-control-vulnerability?_s_id=cve

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, download version 1.1.6+ from WordPress.org and manually update.

🔧 Temporary Workarounds

Disable Plugin

all

Temporarily disable the vulnerable plugin until patched

wp plugin deactivate lastudio-element-kit

Restrict Access

all

Use web application firewall to block access to plugin-specific endpoints

🧯 If You Can't Patch

  • Implement strict network access controls to limit who can access WordPress admin interface
  • Enable WordPress security plugins with access control features and monitor for unauthorized changes

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin → Plugins → Installed Plugins → LA-Studio Element Kit for Elementor version

Check Version:

wp plugin get lastudio-element-kit --field=version

Verify Fix Applied:

Verify plugin version is 1.1.6 or higher in WordPress admin panel

📡 Detection & Monitoring

Log Indicators:

  • Unauthorized access attempts to /wp-json/lastudio-element-kit/ endpoints
  • Unexpected plugin function calls from unauthenticated users

Network Indicators:

  • HTTP requests to LA-Studio Element Kit REST API endpoints without proper authentication

SIEM Query:

source="wordpress" AND (uri_path="/wp-json/lastudio-element-kit/*" OR plugin="lastudio-element-kit") AND user="unauthenticated"

🔗 References

📤 Share & Export