Future Internet - 'index.cfm' Multiple SQL Injections
Author: Linux_Drox
type: webapps
platform: cfm
port:
date_added: 2006-12-23
date_updated: 2013-11-01
verified: 1
codes: CVE-2006-6776;OSVDB-33321
tags:
aliases:
screenshot_url:
application_url:
source: https://www.securityfocus.com/bid/21727/info
Future Internet is prone to multiple input-validation vulnerabilities, including cross-site scripting and SQL-injection issues, because it fails to sufficiently sanitize user-supplied input.
An attacker could exploit these issues to steal cookie-based authentication credentials, compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database implementation.
http://www.example.com/path_of_script/index.cfm?fuseaction=Portal.Showpage&categoryid=311&newsId=[SQL]
http://www.example.com/path_of_script/index.cfm?fuseaction=Portal.Showpage&categoryid=[SQL]
http://www.example.com/path_of_script/index.cfm?langId=[SQL]