漏洞信息详情
ASP-Nuke ‘language_select.asp’ HTTP响应拆分漏洞
- CNNVD编号:CNNVD-200506-219
- 危害等级: 中危
- CVE编号:
CVE-2005-2065
- 漏洞类型:
输入验证
- 发布时间:
2005-06-29
- 威胁类型:
远程
- 更新时间:
2005-10-20
- 厂 商:
asp-nuke - 漏洞来源:
Alberto Trivero t… -
漏洞简介
ASP-Nuke是一款开放源码的软件应用,可在Web Server上运行基于社区的站点。
ASP-Nuke中存在HTTP响应拆分漏洞,成功利用这个漏洞的攻击者可以影响或误导保存、缓存或解释Web内容的方式。
起因是没有正确的过滤用户输入。请看/module/support/language/language_select.asp第31行代码:
<?
…
If steForm(\”action\”) = \”go\” Then
\’\’ make sure the required fields are present
If Trim(steForm(\”LangCode\”)) = \”\” Then
sErrorMsg = steGetText(\”Please select a language from the list
below\”)
Else
\’\’ redirect to the language administration
Response.Redirect \”tran_list.asp?langcode=\” &
steEncForm(\”LangCode\”)
End If
End If
…
?>
在重新定向时,由于没有过滤攻击者可能执行CRLF注入攻击。
参考网址
来源: BID
名称: 14063
链接:http://www.securityfocus.com/bid/14063
来源: BUGTRAQ
名称: 20050626 M4DR007-07SA (security advisory): Multiple vulnerabilities in ASP Nuke 0.80
链接:http://marc.theaimsgroup.com/?l=bugtraq&m=111989223906484&w=2