Adobe ColdFusion – ‘probe.cfm’ Cross-Site Scripting

  • 作者: G.R0b1n
    日期: 2011-08-18
  • 类别:
    平台:
  • 来源:https://www.exploit-db.com/exploits/36067/
  • source: https://www.securityfocus.com/bid/49220/info
    
    Adobe ColdFusion is prone to a cross-site scripting vulnerability because it fails to properly sanitize user-supplied input.
    
    An attacker could exploit this vulnerability to execute arbitrary script code in the context of the affected website. This may allow the attacker to steal cookie-based authentication credentials and to launch other attacks.
    
    http://www.example.com/CFIDE/probe.cfm?name=<script>alert("G.R0b1n")</script>