vendor:
TOPHangman
by:
SecurityFocus
8.8
CVSS
HIGH
SQL-injection and HTML-injection
89, 79
CWE
Product Name: TOPHangman
Affected Version From: N/A
Affected Version To: N/A
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
TOPHangman SQL-injection and HTML-injection Vulnerabilities
TOPHangman is prone to an SQL-injection vulnerability and an HTML-injection vulnerability because it fails to sufficiently sanitize user-supplied input. An attacker may leverage these issues to compromise the application, access or modify data, exploit latent vulnerabilities in the underlying database, or execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site. This may allow the attacker to steal cookie-based authentication credentials, control how the site is viewed, and launch other attacks.
Mitigation:
Input validation should be used to ensure that untrusted data is not used to dynamically construct SQL queries. Additionally, HTML output should be properly encoded to prevent HTML-injection attacks.