WordPress security changelog
MEDIUM CVE-2026-86447 Deferred

LearnPress exposes student enrollment and email information

LearnPress from 4.4.6 up to but not including 4.4.7: An unauthenticated requester can invoke an administrative course tool that omits capability checks. The response lists enrolled students' display names and user IDs with their courses; the same handler's search filter can reveal email addresses. The export does not name the handler, action or search parameter.

CVE / CNA score 5.3 CVSS 3.1 · 134c704f-9b21-4f2e-91b3-4a467353bcc0
NVD score Pending NVD has not published its own CVSS assessment.
Component
LearnPress
Plugin slug
learnpress
Affected
4.4.6 to < 4.4.7
Safe version
4.4.7
Published
Sep 16, 2026
Weakness
CWE-200 — Exposure of Sensitive Information to an Unauthorized Actor

This CVE was published Sep 16, 2026 and is one of 81 known issues for this plugin.

Update, patch or deactivate.

Update LearnPress to 4.4.7 or later. Enforce an appropriate course-management capability and course scope before listing or searching enrollments. Avoid exposing email-based search results to callers without a legitimate need.

A safe version is available, so updating to that version or later is the preferred remediation. If an immediate update is not practical, consider a targeted application patch or temporarily restricting the affected functionality.

Deactivate only when warranted by your risk profile, or when advised by your hosting provider in the limited circumstances where the vulnerability cannot otherwise be mitigated. If you’re unsure which action is appropriate, contact Fused or your hosting provider for guidance.

Technical description

The LearnPress WordPress plugin before 4.4.7 does not check the user's capabilities in one of its administrative course tools, allowing unauthenticated attackers to list every enrolled student's display name and user identifier against the course they are enrolled on, and to recover their email addresses through the same handler's search filter.

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

Primary and upstream sources