CVE-2021-32475
11.03.2022, 18:15
ID numbers displayed in the quiz grading report required additional sanitizing to prevent a stored XSS risk. Moodle 3.10 to 3.10.3, 3.9 to 3.9.6, 3.8 to 3.8.8, 3.5 to 3.5.17 and earlier unsupported versions are affected.
Vendor | Product | Version |
---|---|---|
moodle | moodle | 𝑥 < 3.5.18 |
moodle | moodle | 3.8.0 ≤ 𝑥 < 3.8.9 |
moodle | moodle | 3.9.0 ≤ 𝑥 < 3.9.7 |
moodle | moodle | 3.10.0 ≤ 𝑥 < 3.10.4 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-78 - Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')The software constructs all or part of an OS command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended OS command when it is sent to a downstream component.
- CWE-79 - Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')The software does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.