🔐 CVE Alert

CVE-2026-3358

MEDIUM 5.4

Tutor LMS <= 3.9.7 - Missing Authorization to Authenticated (Subscriber+) Unauthorized Private Course Enrollment

CVSS Score
5.4
EPSS Score
0.1%
EPSS Percentile
18th

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.

CWE CWE-862
Vendor themeum
Product tutor lms – elearning and online course solution
Published Apr 11, 2026
Last Updated Apr 13, 2026
Stay Ahead of the Next One

Get instant alerts for themeum tutor lms – elearning and online course solution

Be the first to know when new medium vulnerabilities affecting themeum tutor lms – elearning and online course solution are published — delivered to Slack, Telegram or Discord.

Get Free Alerts → Free · No credit card · 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N
Attack Vector
Attack Complexity
Privileges Required
User Interaction
Scope
Confidentiality
Integrity
Availability

Affected Versions

themeum / Tutor LMS – eLearning and online course solution
0 ≤ 3.9.7

References

NVD ↗ CVE.org ↗ EPSS Data ↗
wordfence.com: https://www.wordfence.com/threat-intel/vulnerabilities/id/0c173356-7228-4253-bb28-2c2e11af76fd?source=cve plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/tutor/tags/3.9.7/classes/Course.php#L2066 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/tutor/tags/3.9.7/classes/Course.php#L134 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/tutor/trunk/classes/Course.php#L2053 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/tutor/trunk/classes/Course.php#L2989 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/changeset?old_path=%2Ftutor/tags/3.9.7&new_path=%2Ftutor/tags/3.9.8 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/changeset/3496394/tutor/trunk/classes/Course.php

Credits

Mohammad Amin Hajian