vendor:
gp easy CMS Minishop 1.5 plugin
by:
Carlos Mario Penahos Hollmann
7,5
CVSS
HIGH
Persistent XSS
79
CWE
Product Name: gp easy CMS Minishop 1.5 plugin
Affected Version From: 1.5
Affected Version To: 1.5
Patch Exists: NO
Related CWE: N/A
CPE: gpeasy.com/Special_Addon_Plugins?cmd=download&id=31
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2012
gp easy CMS Minishop 1.5 plugin persistent XSS
The vulnerable code is in the Minishop 1.5 plugin on the Admin_Minishop.php, after installing it give to any user right to edit the minishop, then this user can inject arbitrary javascript code when using add product or add category(both options can trigger the XSS) in the name field typing <script>alert('XSS');</script> As you can see data is not sanitize :)
Mitigation:
Input validation and sanitization should be done to prevent XSS attacks.