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

Multiple Cross-Site Scripting Vulnerabilities in Dick Copits PDEstore

The application fails to properly sanitize user-supplied input, allowing an attacker to execute arbitrary script code in the browser of an unsuspecting user. This can lead to the theft of authentication credentials and other attacks.

Mitigation:

To mitigate the vulnerability, the application should properly sanitize user-supplied input to prevent the execution of arbitrary script code. Input validation and encoding techniques should be implemented.
Source

Exploit-DB raw data:

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

Dick Copits PDEstore is prone to multiple cross-site scripting vulnerabilities. These issues are due to a failure in the application to properly sanitize user-supplied input.

An attacker may leverage these issues to have arbitrary script code executed in the browser of an unsuspecting user in the context of the affected site. This may facilitate the theft of cookie-based authentication credentials as well as other attacks.

Version 1.8 of PDEstore is affected by these issues. Other versions may also be affected. 

http://www.example.com/pdestore.cgi?product=%22%3E%3Cscript%3Ealert('r0t')%3C/script%3E
http://www.example.com/pdestore.cgi?product=jewelry&cart_id=%22%3E%3Cscript%3Ealert('r0t')%3C/script%3E