CVE-2021-43560: Moodle Insecure direct object reference (IDOR) in a calendar web service
5.3
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.53513%
CWE
Published
5/24/2022
Updated
5/3/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.9, < 3.9.11 | 3.9.11 |
| moodle/moodle | composer | >= 3.10, < 3.10.8 | 3.10.8 |
| moodle/moodle | composer | >= 3.11, < 3.11.4 | 3.11.4 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability description explicitly mentions insufficient capability checks in calendar action event fetching via web services. Moodle's calendar web service endpoints are typically implemented in externallib.php files. The function name follows Moodle's pattern for web service implementations (core_[module]_external class methods). The IDOR occurs because the function likely accepted user IDs as parameters without verifying the requester's right to access those resources, matching CWE-668's exposure of resources to unauthorized spheres. The high confidence comes from the vulnerability context matching standard Moodle architecture and the specific mention of calendar action events in web services.