CVE-2024-10324

4.3 MEDIUM

📋 TL;DR

The RomethemeKit For Elementor WordPress plugin exposes sensitive template data through a vulnerability in the register_controls function. Authenticated attackers with Contributor-level access or higher can extract private, pending, and draft template information. This affects all WordPress sites using vulnerable versions of this plugin.

💻 Affected Systems

Products:
  • RomethemeKit For Elementor WordPress Plugin
Versions: All versions up to and including 1.5.2
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Requires WordPress with the plugin installed and Contributor-level authenticated access.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Attackers could steal unpublished content, proprietary templates, or sensitive business information before official publication, potentially causing competitive harm or content theft.

🟠

Likely Case

Malicious contributors or compromised accounts accessing draft content they shouldn't see, potentially leaking upcoming content or proprietary design templates.

🟢

If Mitigated

Limited exposure with proper access controls and monitoring, where only authorized users can access the plugin functionality.

🌐 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 authenticated. Contributor-level access is relatively easy to obtain on many WordPress sites.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 1.5.3 or later

Vendor Advisory: https://plugins.trac.wordpress.org/changeset/3220079/rometheme-for-elementor

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins > Installed Plugins. 3. Find 'RomethemeKit For Elementor'. 4. Click 'Update Now' if available. 5. Alternatively, download version 1.5.3+ from WordPress.org and manually update.

🔧 Temporary Workarounds

Disable Plugin

all

Temporarily disable the vulnerable plugin until patched

wp plugin deactivate rometheme-for-elementor

Restrict User Roles

all

Temporarily remove Contributor and higher roles from untrusted users

wp user list --role=contributor --field=ID
wp user set-role <user_id> subscriber

🧯 If You Can't Patch

  • Implement strict access controls and monitor Contributor-level user activities
  • Use web application firewall rules to block suspicious requests to the affected plugin endpoints

🔍 How to Verify

Check if Vulnerable:

Check plugin version in WordPress admin under Plugins > Installed Plugins, or run: wp plugin get rometheme-for-elementor --field=version

Check Version:

wp plugin get rometheme-for-elementor --field=version

Verify Fix Applied:

Confirm plugin version is 1.5.3 or higher, or test authenticated access to template endpoints returns proper access controls

📡 Detection & Monitoring

Log Indicators:

  • Unusual access patterns to /wp-admin/admin-ajax.php with rometheme_for_elementor actions
  • Multiple failed authentication attempts followed by successful Contributor-level login

Network Indicators:

  • HTTP requests to plugin-specific endpoints with unusual parameters
  • Traffic spikes to admin-ajax.php from unexpected sources

SIEM Query:

source="wordpress.log" AND ("rometheme_for_elementor" OR "offcanvas-rometheme") AND status=200 AND user_role IN ("contributor","author","editor")

🔗 References

📤 Share & Export