CVE-2020-1754: In Moodle before 3.8.2, 3.7.5, 3.6.9 and 3.5.11, users viewing the grade history report without the 'access...
In Moodle before 3.8.2, 3.7.5, 3.6.9 and 3.5.11, users viewing the grade history report without the 'access all groups' capability were not restricted to viewing grades of users within their own groups.
Security readout for executives and security teams
Plain-English summary
A logged-in Moodle user who could view the grade history report might see grade records for users outside their assigned groups. The issue is limited to confidentiality of grade data, not system takeover or data modification.
Executive priority
Prioritize remediation for education, training, or customer portals where grades are sensitive personal data. The technical severity is medium, but privacy exposure can create business and regulatory impact.
Technical view
CVE-2020-1754 is an access-control flaw in Moodle grade history reporting before fixed releases 3.8.2, 3.7.5, 3.6.9, and 3.5.11. Users without the 'access all groups' capability were not restricted to grades within their own groups. CVSS 3.1 score is 4.3.
Likely exposure
Exposure is most relevant to Moodle sites using group-based course separation and grade history reporting. Risk depends on whether lower-privileged authenticated users can access that report.
Exploitation context
The provided sources do not show known active exploitation, and CISA KEV status is false. Exploitation requires an authenticated user with grade history report access, so this is primarily an internal privacy and compliance concern.
Researcher notes
Mapped weakness is CWE-284. The CVSS vector indicates network access, low attack complexity, low privileges required, no user interaction, unchanged scope, and confidentiality impact only. Sources do not provide exploit details or broader affected products.
Mitigation direction
Upgrade affected Moodle branches to the listed fixed versions or later supported releases.
Review Moodle vendor guidance for any branch-specific remediation notes.
Restrict grade history report access to trusted roles only.
Review group and role permissions for users lacking 'access all groups'.
Assess whether exposed grade data triggers privacy notification obligations.
Validation and detection
Inventory Moodle versions across production, staging, and managed hosting environments.
Confirm sites are on 3.8.2, 3.7.5, 3.6.9, 3.5.11, or later supported versions.
Review roles allowed to view the grade history report.
Verify users without 'access all groups' see only their assigned group data.
Check audit logs for unusual grade history report access where available.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-284: Authorization and privilege behavior lookup
Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-284 · source CWE mapping
Improper Access Control
Improper Access Control represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.