Monitor vulnerabilities like this one.
Sign up free to get alerted when software you use is affected.
5.4
Tutor LMS Plugin for WordPress: Unauthorized Course Enrollment in Private Courses
CVE-2026-3358
Summary
An attacker with Subscriber-level access or above can enroll in private courses without permission. This can be done by sending a specific request to the plugin. To fix this, update to a version of Tutor LMS that includes the necessary security patch.
Original title
The Tutor LMS – eLearning and online course solution plugin for WordPress is vulnerable to unauthorized private course enrollment in all versions up to, and including, 3.9.7. This is due to missing...
Original description
The Tutor LMS – eLearning and online course solution plugin for WordPress is vulnerable to unauthorized private course enrollment in all versions up to, and including, 3.9.7. This is due to missing post_status validation in the `enroll_now()` and `course_enrollment()` functions. Both enrollment endpoints verify the nonce, user authentication, and whether the course is purchasable, but fail to check if the course has a `private` post_status. This makes it possible for authenticated attackers with Subscriber-level access or above to enroll in private courses by sending a crafted POST request with the target course ID. The enrollment record is created in the database and the private course title and enrollment status are exposed in the subscriber's dashboard, though WordPress core access control prevents the subscriber from viewing the actual course content (returns 404). Enrollment in private courses should be restricted to users with the `read_private_posts` capability.
nvd CVSS3.1
5.4
Vulnerability type
CWE-862
Missing Authorization
- https://plugins.trac.wordpress.org/browser/tutor/tags/3.9.7/classes/Course.php#L...
- https://plugins.trac.wordpress.org/browser/tutor/tags/3.9.7/classes/Course.php#L...
- https://plugins.trac.wordpress.org/browser/tutor/trunk/classes/Course.php#L2053
- https://plugins.trac.wordpress.org/browser/tutor/trunk/classes/Course.php#L2989
- https://plugins.trac.wordpress.org/changeset/3496394/tutor/trunk/classes/Course....
- https://plugins.trac.wordpress.org/changeset?old_path=%2Ftutor/tags/3.9.7&new_pa...
- https://www.wordfence.com/threat-intel/vulnerabilities/id/0c173356-7228-4253-bb2...
Published: 11 Apr 2026 · Updated: 11 Apr 2026 · First seen: 11 Apr 2026