CVE-2021-32473: Moodle Information Disclosure vulnerability
5.3
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.6278%
CWE
Published
3/12/2022
Updated
4/23/2024
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
moodle/moodle | composer | >= 3.5, < 3.5.18 | 3.5.18 |
moodle/moodle | composer | >= 3.8, < 3.8.9 | 3.8.9 |
moodle/moodle | composer | >= 3.9, < 3.9.7 | 3.9.7 |
moodle/moodle | composer | >= 3.10, < 3.10.4 | 3.10.4 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability centers around unauthorized grade disclosure via quiz web services. Moodle's external API functions in mod/quiz/classes/externallib.php handle grade retrieval. The specific function mod_quiz_external::get_quiz_grades would be responsible for returning grades through web services. The vulnerability exists because pre-patch versions lacked proper validation of quiz grade release timing constraints in this service endpoint. This matches the CWE-200 pattern of missing access controls for sensitive information exposure through API endpoints.