Sensei LMS < 4.20.0 - Teacher+ Users Email Address Disclosure
Description
The Sensei LMS WordPress plugin before 4.20.0 disclose all users of the blog including their email address to teachers on the students page
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Affected products
2- Range: <4.20.0
Patches
Vulnerability mechanics
Root cause
"The Students page endpoint returns all registered users and their email addresses to any teacher, lacking proper access filtering to limit results to enrolled students only."
Attack vector
A teacher (a user with the Teacher role in Sensei LMS) navigates to the Students page in the WordPress admin area. Due to missing access controls or improper data filtering, the page returns the full list of all registered users on the blog, including their email addresses, rather than only the students enrolled in that teacher's courses. The attacker does not need to be an administrator; the Teacher role is sufficient to trigger the disclosure [patch_id=1888697].
Affected code
The patch provided only updates changelog and readme files for version 4.20.0, adding a note about an experimental High-Performance Progress Storage feature. The actual code change that fixes the information disclosure vulnerability is not shown in this patch bundle. The advisory states that the Sensei LMS WordPress plugin before version 4.20.0 discloses all blog users' names and email addresses to teachers on the students page.
What the fix does
The supplied patch only updates changelog entries and does not contain the actual code diff that fixes the vulnerability. Based on the advisory, the fix in version 4.20.0 restricts the user data returned on the Students page so that teachers can only see users who are actually enrolled in their courses, rather than every blog user. The patch likely adds a capability check or a query filter to the endpoint that populates the student list [patch_id=1888697].
Preconditions
- authThe attacker must have a Teacher role in the Sensei LMS plugin.
- configThe site must be running Sensei LMS version before 4.20.0.
Generated on May 23, 2026. Inputs: CWE entries + fix-commit diffs from this CVE's patches. Citations validated against bundle.
References
1- wpscan.com/vulnerability/737bb010-b2fa-4bf4-b124-5fbba67cf935/mitreexploitvdb-entrytechnical-description
News mentions
0No linked articles in our index yet.