# N/A
## 漏洞概述
LTI 授权端点中的重定向 URI 需要额外的清理以防止反射型 XSS 和开放重定向攻击。
## 影响版本
- Moodle 3.10 到 3.10.3
- Moodle 3.9 到 3.9.6
- Moodle 3.8 到 3.8.8
- 以及更早的不受支持的版本
## 细节
LTI 授权端点中的重定向 URI 未经过充分清理,导致可能的反射型 XSS 和开放重定向攻击。
## 影响
攻击者可以利用此漏洞插入恶意脚本或诱使用户访问恶意网站。
| # | POC 描述 | 源链接 | 神龙链接 |
|---|---|---|---|
| 1 | Moodle 3.10 to 3.10.3, 3.9 to 3.9.6, 3.8 to 3.8.8, and earlier unsupported versions contain a cross-site scripting vulnerability via the redirect_uri parameter. | https://github.com/projectdiscovery/nuclei-templates/blob/main/http/vulnerabilities/moodle/moodle-xss.yaml | POC详情 |
| 2 | Moodle versions 3.10 to 3.10.3, 3.9 to 3.9.6, 3.8 to 3.8.8 contain a reflected XSS and open redirect caused by insufficient sanitization of the redirect URI in the LTI authorization endpoint, letting attackers execute scripts or redirect users maliciously, exploit requires crafted URL with malicious redirect URI. | https://github.com/projectdiscovery/nuclei-templates/blob/main/http/cves/2021/CVE-2021-32478.yaml | POC详情 |
暂无评论