vendor:
Easy Banner Free
by:
7.5
CVSS
HIGH
SQL-injection and HTML-injection
89
CWE
Product Name: Easy Banner Free
Affected Version From: 2009.05.18
Affected Version To:
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
SQL-injection and HTML-injection vulnerabilities in Easy Banner Free
Easy Banner Free is prone to multiple SQL-injection and HTML-injection vulnerabilities because it fails to sufficiently sanitize user-supplied input. An attacker may leverage the HTML-injection issues to 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. The attacker may exploit the SQL-injection issues to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database.
Mitigation:
Ensure that all user-supplied input is properly validated and sanitized to prevent SQL-injection and HTML-injection attacks. Use parameterized queries or prepared statements to prevent SQL-injection. Use output encoding to prevent HTML-injection.