CVE-2022-0985
29.04.2022, 16:15
Insufficient capability checks could allow users with the moodle/site:uploadusers capability to delete users, without having the necessary moodle/user:delete capability.Enginsight
Vendor | Product | Version |
---|---|---|
moodle | moodle | 𝑥 < 3.9.13 |
moodle | moodle | 3.10.0 ≤ 𝑥 < 3.10.10 |
moodle | moodle | 3.11.0 ≤ 𝑥 < 3.11.6 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-287 - Improper AuthenticationWhen an actor claims to have a given identity, the software does not prove or insufficiently proves that the claim is correct.
- CWE-863 - Incorrect AuthorizationThe software performs an authorization check when an actor attempts to access a resource or perform an action, but it does not correctly perform the check. This allows attackers to bypass intended access restrictions.