vendor:
Team Board
by:
Pouya_Server
7.5
CVSS
HIGH
DD/XSS
79, 79
CWE
Product Name: Team Board
Affected Version From: all version
Affected Version To: all version
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
2009
Team Board
The vulnerability exists due to the application fails to properly sanitize user-supplied input. A remote attacker can send a specially crafted request to the vulnerable application and execute arbitrary HTML and script code in a user's browser session in context of an affected site. This can allow the attacker to steal cookie-based authentication credentials and launch other attacks.
Mitigation:
Input validation should be used to ensure that untrusted data is not used to dynamically generate web pages. Additionally, the application should use a secure flag when setting cookies.