Description
The Masteriyo LMS plugin for WordPress is vulnerable to unauthorized data deletion due to a missing capability check on the 'delete_item_permissions_check' function in the CourseProgressItemsController in all versions up to, and including, 2.2.0. This makes it possible for unauthenticated attackers to delete arbitrary course progress records belonging to any student.
Published: 2026-09-07
Score: 5.3 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Masteriyo LMS plugin for WordPress contains a missing capability check in the delete_item_permissions_check function of the CourseProgressItemsController. This flaw allows unauthenticated attackers to remove any course progress record belonging to any student, resulting in loss of learning progress data and the potential to tamper with assessment outcomes. The weakness is a missing authorization control (CWE‑862).

Affected Systems

All installations of Masteriyo LMS – LMS Course Builder, Quizzes & Certificates with versions 2.2.0 or earlier, including the 2.1.9 release referenced in the advisory.

Risk and Exploitability

The CVSS score of 5.3 indicates moderate severity. The attack requires no authentication or privileged access, meaning an attacker with internet access to the site can exploit the flaw trivially. The EPSS score is unavailable and the vulnerability is not listed in the CISA KEV catalog, so while the potential for widespread exploitation is not precisely measured, the lack of defensive checks makes the vulnerability actionable on any vulnerable instance.

Generated by OpenCVE AI on September 7, 2026 at 14:15 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to Masteriyo LMS version 2.2.1 or later where the authorization check has been added.
  • If an upgrade is not immediately possible, add an authorization guard in the CourseProgressItemsController to require that the user is logged in or has the necessary capability before allowing deletion of course progress items.
  • Restrict REST API access by configuring WordPress to require authentication for the /wp-json/masteriyo/v1/course-progress-items endpoint, such as using the rest_authentication_errors filter or an .htaccess rule.

Generated by OpenCVE AI on September 7, 2026 at 14:15 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 07 Sep 2026 12:45:00 +0000

Type Values Removed Values Added
Description The Masteriyo LMS plugin for WordPress is vulnerable to unauthorized data deletion due to a missing capability check on the 'delete_item_permissions_check' function in the CourseProgressItemsController in all versions up to, and including, 2.2.0. This makes it possible for unauthenticated attackers to delete arbitrary course progress records belonging to any student.
Title Masteriyo LMS <= 2.2.0 - Missing Authorization to Unauthenticated Arbitrary Course Progress Deletion
Weaknesses CWE-862
References
Metrics cvssV3_1

{'score': 5.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-09-07T12:29:05.742Z

Reserved: 2026-05-11T04:57:04.257Z

Link: CVE-2026-8279

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-07T13:20:43.560

Modified: 2026-09-07T13:20:43.560

Link: CVE-2026-8279

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-07T14:15:16Z

Weaknesses