vendor:
TurboTrafficTrader C
by:
5.5
CVSS
MEDIUM
Cross-site Scripting (XSS) and HTML Injection
79
CWE
Product Name: TurboTrafficTrader C
Affected Version From:
Affected Version To:
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
TurboTrafficTrader C Input Sanitization Vulnerability
TurboTrafficTrader C does not properly sanitize user input, allowing remote attackers to launch cross-site scripting and HTML injection attacks. The cross-site scripting issues allow attackers to create malicious links that execute hostile code in the victim's web browser. The HTML injection issues allow attackers to post malicious code that is later rendered in the web browser of other visitors to the affected site. These attacks can lead to theft of authentication credentials and other possible attacks.
Mitigation:
Implement proper input sanitization to prevent cross-site scripting and HTML injection attacks. Validate and sanitize all user input before using it in web applications.