216.73.217.120

CVE-2026-3358

· Published 11/04/2026 02:16 · Modified 11/04/2026 02:16

Labels: CVE-2026-3358 2026-04-11CVE-2026-3358CWE-862[email protected]

Essential information

Published
11/04/2026 02:16
Modified
11/04/2026 02:16
Author
Creator
CVSS
5.4 MEDIUM (v3.1)
CISA KEV
No
CWE
CVSS vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N

CVSS metrics

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 status

Status
Received — CVE has been recently published to the CVE List and has been received by the NVD.
Source
[email protected]
NVD
View on NVD

Affected products (CPE)

ProductCPE
tutor lms / tutor lms cpe:2.3:a:tutor_lms:tutor_lms:*:*:*:*:*:wordpress:*:*
wordpress / wordpress cpe:2.3:c:wordpress:wordpress:*:*:*:*:*:*:*:*

References