CVE-2025-64270

6.5 MEDIUM

📋 TL;DR

This vulnerability in the Masteriyo LMS WordPress plugin allows unauthorized users to retrieve embedded sensitive system information. It affects all WordPress sites running Masteriyo LMS version 2.0.3 or earlier. Attackers can access data that should be protected from unauthorized viewing.

💻 Affected Systems

Products:
  • Masteriyo - LMS learning-management-system WordPress plugin
Versions: All versions up to and including 2.0.3
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Affects WordPress installations with the Masteriyo LMS plugin enabled.

⚠️ 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 retrieve sensitive configuration data, user information, or system details that could enable further attacks or data breaches.

🟠

Likely Case

Unauthorized users accessing internal system information that could reveal attack surface details or configuration weaknesses.

🟢

If Mitigated

Limited information exposure with proper access controls and monitoring in place.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: UNKNOWN
Unauthenticated Exploit: ⚠️ Yes
Complexity: LOW

Based on CWE-497 description, this appears to be an information disclosure vulnerability that may not require authentication.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Versions after 2.0.3

Vendor Advisory: https://patchstack.com/database/Wordpress/Plugin/learning-management-system/vulnerability/wordpress-masteriyo-lms-plugin-2-0-3-sensitive-data-exposure-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 after 2.0.3.

🔧 Temporary Workarounds

Disable Masteriyo LMS Plugin

all

Temporarily disable the vulnerable plugin until patching is possible

wp plugin deactivate masteriyo-lms

🧯 If You Can't Patch

  • Implement strict access controls and network segmentation to limit exposure
  • Enable detailed logging and monitoring for unauthorized access attempts

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel → Plugins → Masteriyo LMS version. If version is 2.0.3 or earlier, system is vulnerable.

Check Version:

wp plugin get masteriyo-lms --field=version

Verify Fix Applied:

Verify Masteriyo LMS plugin version is greater than 2.0.3 in WordPress admin panel.

📡 Detection & Monitoring

Log Indicators:

  • Unusual requests to Masteriyo LMS endpoints
  • Access attempts to sensitive data endpoints

Network Indicators:

  • HTTP requests to Masteriyo-specific URLs with unusual parameters

SIEM Query:

source="wordpress" AND (uri_path CONTAINS "masteriyo" OR user_agent CONTAINS "masteriyo") AND status_code=200

🔗 References

📤 Share & Export