CVE-2024-13854

4.3 MEDIUM

📋 TL;DR

The Education Addon for Elementor WordPress plugin has an Insecure Direct Object Reference vulnerability that allows authenticated attackers with Contributor-level access or higher to view non-public posts (drafts, password-protected, restricted) created with Elementor. This occurs because the naedu_elementor_template shortcode doesn't properly validate user-controlled input. Only WordPress sites using this specific plugin are affected.

💻 Affected Systems

Products:
  • Education Addon for Elementor WordPress plugin
Versions: All versions up to and including 1.3.1
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Requires WordPress with Elementor and the Education Addon plugin installed. Only affects posts created with Elementor.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Attackers could leak sensitive draft content, unpublished announcements, or restricted information before intended publication, potentially causing reputational damage or information disclosure.

🟠

Likely Case

Malicious contributors or compromised accounts accessing draft posts they shouldn't have permission to view, leading to information leakage within the organization.

🟢

If Mitigated

With proper access controls and monitoring, impact is limited to unauthorized viewing of non-public content rather than modification or deletion.

🌐 Internet-Facing: MEDIUM
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Exploitation requires authenticated access (Contributor role or higher). The vulnerability is in a shortcode parameter that can be manipulated to access unauthorized posts.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 1.3.2 or later

Vendor Advisory: https://wordpress.org/plugins/education-addon/#developers

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Go to Plugins → Installed Plugins. 3. Find 'Education Addon for Elementor'. 4. Click 'Update Now' if available. 5. If no update shows, download version 1.3.2+ from WordPress.org and manually update.

🔧 Temporary Workarounds

Disable Education Addon plugin

all

Temporarily deactivate the vulnerable plugin until patched

wp plugin deactivate education-addon

Restrict Contributor access

all

Temporarily elevate Contributor roles to Author only for trusted users

🧯 If You Can't Patch

  • Implement strict access controls and monitor Contributor-level user activities
  • Regularly audit user accounts and remove unnecessary Contributor permissions

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin → Plugins → Education Addon for Elementor → Version. If version is 1.3.1 or lower, you're vulnerable.

Check Version:

wp plugin get education-addon --field=version

Verify Fix Applied:

After updating, confirm plugin version is 1.3.2 or higher in WordPress admin plugins page.

📡 Detection & Monitoring

Log Indicators:

  • Unusual shortcode usage patterns
  • Multiple requests to naedu_elementor_template with varying IDs
  • Contributor users accessing posts outside their permissions

Network Indicators:

  • HTTP requests containing 'naedu_elementor_template' shortcode with unexpected post IDs

SIEM Query:

source="wordpress" AND (uri="*naedu_elementor_template*" OR message="*shortcode*education*addon*")

🔗 References

📤 Share & Export