header-logo
Suggest Exploit
vendor:
CactuShop
by:
7.5
CVSS
HIGH
Cross-Site Scripting (XSS)
79
CWE
Product Name: CactuShop
Affected Version From:
Affected Version To:
Patch Exists: NO
Related CWE:
CPE:
Metasploit:
Other Scripts:
Platforms Tested:

CactuShop Remote Cross-Site Scripting Vulnerability

The CactuShop application fails to properly sanitize user-supplied URI input, allowing remote attackers to inject malicious HTML and script code. This can lead to various attacks, including theft of authentication credentials.

Mitigation:

To mitigate this vulnerability, it is recommended to sanitize and validate user-supplied input before using it in HTML output.
Source

Exploit-DB raw data:

source: https://www.securityfocus.com/bid/10020/info

Reportedly CactuShop is prone to a remote cross-site scripting vulnerability. This issue is due to a failure of the application to properly sanitize user supplied URI input.

This issue could permit a remote attacker to create a malicious link to the vulnerable application that includes hostile HTML and script code. If this link were followed, the hostile code may be rendered in the web browser of the victim user. This would occur in the security context of the affected web site and may allow for theft of cookie-based authentication credentials or other attacks. 

http://www.example.com/popuplargeimage.asp?strImageTag=<script>alert(document.cookie)</script>

http://www.example.com/popuplargeimage.asp?strImageTag=<img+src="uploads/images_products_large/113.gif"%20onLoad="alert(document.cookie)">