vendor:
kooora
by:
indoushka
7.5
CVSS
HIGH
Cross Site Scripting
79
CWE
Product Name: kooora
Affected Version From: 3
Affected Version To: 3
Patch Exists: NO
Related CWE:
CPE: a:kooora:kooora:3.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 Fran�ais V.(Pnx2 2.0) + Lunix Fran�ais v.(9.4 Ubuntu)
2009
kooora v 3.0 AR Cross Site Scripting Vulnerability
The vulnerability exists due to insufficient sanitization of user-supplied input in the 'show_today', 'show_year', 'team_s', 'show_month' and 'view.php' parameters of the 'view.php' and 'twg3at.php' scripts. A remote attacker can execute arbitrary HTML and script code in a browser in the context of the vulnerable website. This can allow the attacker to steal cookie-based authentication credentials and to control how the site is rendered to the user; other attacks are also possible.
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 secure flag when setting cookies.