CVE-2024-13217

4.3 MEDIUM

📋 TL;DR

The Jeg Elementor Kit WordPress plugin exposes sensitive template data through insecure functions. Authenticated attackers with Contributor-level access or higher can extract private, pending, scheduled, and draft template content. This affects all WordPress sites using vulnerable plugin versions.

💻 Affected Systems

Products:
  • Jeg Elementor Kit WordPress Plugin
Versions: All versions up to and including 2.6.11
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Requires WordPress installation with Jeg Elementor Kit plugin enabled. Contributor-level access or higher needed for exploitation.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Attackers could steal unpublished content, intellectual property, or sensitive draft materials before publication, potentially causing business disruption or competitive harm.

🟠

Likely Case

Malicious contributors or compromised accounts accessing unpublished content they shouldn't have permission to view.

🟢

If Mitigated

Limited to authenticated users with at least Contributor access, reducing exposure compared to unauthenticated vulnerabilities.

🌐 Internet-Facing: MEDIUM - WordPress sites are typically internet-facing, but exploitation requires authenticated access.
🏢 Internal Only: LOW - This is primarily an internet-facing WordPress vulnerability, though internal WordPress instances could also be affected.

🎯 Exploit Status

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

Exploitation requires authenticated access but is technically simple once authenticated. The vulnerability details are publicly documented.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 2.6.12 or later

Vendor Advisory: https://plugins.trac.wordpress.org/changeset/3246154/

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins → Installed Plugins. 3. Find 'Jeg Elementor Kit' and click 'Update Now'. 4. Verify plugin version is 2.6.12 or higher.

🔧 Temporary Workarounds

Temporary Plugin Deactivation

all

Disable the vulnerable plugin until patched

wp plugin deactivate jeg-elementor-kit

Restrict User Roles

all

Temporarily limit Contributor and higher role assignments

🧯 If You Can't Patch

  • Remove Contributor and higher access from untrusted users
  • Monitor user activity logs for suspicious template access patterns

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin → Plugins → Installed Plugins for Jeg Elementor Kit version

Check Version:

wp plugin get jeg-elementor-kit --field=version

Verify Fix Applied:

Confirm plugin version is 2.6.12 or higher after update

📡 Detection & Monitoring

Log Indicators:

  • Unusual access to template-related endpoints by Contributor users
  • Multiple requests to countdown-view.php or off-canvas-view.php with suspicious parameters

Network Indicators:

  • HTTP requests to vulnerable plugin endpoints with 'expired_data' or 'build_content' parameters

SIEM Query:

source="wordpress" AND (uri_path="*countdown-view.php*" OR uri_path="*off-canvas-view.php*") AND user_role="contributor"

🔗 References

📤 Share & Export