vendor:
Squito Gallery
by:
indoushka
7.5
CVSS
HIGH
Cross Site Scripting (XSS)
79
CWE
Product Name: Squito Gallery
Affected Version From: 1
Affected Version To: 1
Patch Exists: NO
Related CWE: N/A
CPE: a:angrymosquito:squito_gallery:1.0
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Windows SP2, Lunix (9.4 Ubuntu)
2009
Squito Gallery v.1.0 Cross Site Scripting Vulnerability
The vulnerability exists due to insufficient sanitization of user-supplied input passed via the 'menu', 'index', 'imagedir', 'currentdir', and 'imageperpage' parameters to the 'index.php' script. This can be exploited to execute arbitrary HTML and script code in a user's browser session in context of an affected site.
Mitigation:
Input validation should be used to ensure that untrusted data is not used to dynamically generate or modify HTML output. Additionally, the application should use a whitelist of allowed characters and reject any input containing characters not on the whitelist.