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

Multiple Cross-Site Scripting Vulnerabilities in PrestaShop

PrestaShop is prone to multiple cross-site scripting vulnerabilities because it fails to properly sanitize user-supplied input. An attacker may leverage these issues to execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site. This may allow the attacker to steal cookie-based authentication credentials and launch other attacks.

Mitigation:

To mitigate these vulnerabilities, it is recommended to sanitize user-supplied input and implement proper input validation and output encoding.
Source

Exploit-DB raw data:

source: https://www.securityfocus.com/bid/50784/info
 
PrestaShop is prone to multiple cross-site scripting vulnerabilities because it fails to properly sanitize user-supplied input.
 
An attacker may leverage these issues to execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site. This may allow the attacker to steal cookie-based authentication credentials and launch other attacks.
 
PrestaShop 1.4.4.1 is vulnerable; other versions may also be affected. 

http://www.example.com/modules/mondialrelay/googlemap.php?relativ_base_dir=>');alert('XSS');
http://www.example.com/modules/mondialrelay/googlemap.php?relativ_base_dir=">');alert('XSS');
http://<app_base>/modules/mondialrelay/googlemap.php?Pays=&#039;);alert(&#039;XSS&#039;);