CVE-2026-3358: Tutor LMS <= 3.9.7 - Missing Authorization to Authenticated (Subscriber+) Unauthorized Private Course Enrollment
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 poststatus validation in the enrollnow() and courseenrollment() 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 poststatus. 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 readprivateposts capability.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2026-3358?
The severity of CVE-2026-3358 is considered medium due to the potential for unauthorized access to private courses.
How do I fix CVE-2026-3358?
To fix CVE-2026-3358, upgrade the Tutor LMS plugin to version 3.9.8 or later.
What versions are affected by CVE-2026-3358?
CVE-2026-3358 affects all versions of Tutor LMS up to and including 3.9.7.
What type of vulnerability is CVE-2026-3358?
CVE-2026-3358 is a missing authorization vulnerability that allows unauthorized enrollment in private courses.
Who is impacted by CVE-2026-3358?
Users of Tutor LMS versions 3.9.7 and below are impacted by CVE-2026-3358, particularly those offering private courses.