CVE-2024-43239

4.3 MEDIUM

📋 TL;DR

This vulnerability allows attackers to bypass authorization by manipulating user-controlled keys, enabling unauthorized access to restricted resources in the Masteriyo LMS WordPress plugin. It affects all WordPress sites running Masteriyo LMS versions up to 1.11.4.

💻 Affected Systems

Products:
  • Masteriyo - LMS WordPress Plugin
Versions: n/a through 1.11.4
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Affects all WordPress installations with vulnerable plugin versions enabled.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Attackers could access sensitive user data, modify course content, or perform administrative actions without proper authorization.

🟠

Likely Case

Unauthorized viewing or modification of user-specific data such as course progress, grades, or personal information.

🟢

If Mitigated

Limited impact with proper access controls and monitoring, though the vulnerability still exists.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Exploitation requires some user access but authorization bypass is straightforward once initial access is obtained.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 1.11.5 or later

Vendor Advisory: https://patchstack.com/database/vulnerability/learning-management-system/wordpress-masteriyo-lms-plugin-1-11-4-insecure-direct-object-reference-idor-vulnerability?_s_id=cve

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins > Installed Plugins. 3. Find Masteriyo - LMS and click 'Update Now'. 4. Verify update to version 1.11.5 or higher.

🔧 Temporary Workarounds

Temporary Plugin Deactivation

all

Disable the Masteriyo LMS plugin until patched

wp plugin deactivate learning-management-system

🧯 If You Can't Patch

  • Implement strict access controls and monitoring for Masteriyo LMS endpoints
  • Restrict plugin access to trusted users only using WordPress role management

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel > Plugins > Installed Plugins for Masteriyo - LMS version

Check Version:

wp plugin get learning-management-system --field=version

Verify Fix Applied:

Verify Masteriyo - LMS plugin version is 1.11.5 or higher in WordPress admin

📡 Detection & Monitoring

Log Indicators:

  • Unusual access patterns to Masteriyo LMS endpoints
  • Failed authorization attempts followed by successful access

Network Indicators:

  • HTTP requests to Masteriyo API endpoints with manipulated parameters

SIEM Query:

source="wordpress" AND (uri_path="/wp-json/masteriyo/*" OR uri_path="/wp-admin/admin-ajax.php") AND (param_manipulation OR status_code=200 AFTER auth_failure)

🔗 References

📤 Share & Export