CVE-2026-3358 MEDIUM

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

Vendor Themeum
Product Tutor LMS – eLearning and online course solution
Weakness CWE-862 · Missing authorization
Published April 11, 2026
Last update April 13, 2026

CVSS base score

5.4/10
Attack vector Network
Attack complexity Low
Privileges required Low
User interaction None
Confidentiality Low
Integrity Low

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N

What the vulnerability does

01Description

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.

Explanation of Vulnerability in Simple Terms

02Summary

Tutor LMS versions up to 3.9.7 lack proper authorization checks, allowing authenticated users to read or modify data they should not have access to. An attacker with a low-privilege account can exploit this to view or alter course content, student records, or other sensitive information. The vulnerability requires login but no special interaction from the victim.

What an attacker can do

03Attacker Capabilities

Read or modify course data and student records without proper authorization.

Potential impact on your site

04Site Impact

Student data and course content may be exposed to or modified by unauthorized users with basic accounts.

Conditions required to exploit

05Prerequisites

Attacker must have a valid low-privilege account on the site.

Key dates

06Disclosure timeline

April 11, 2026 CVE published
April 13, 2026 Record updated