PJBlog个人博客系统Action.asp页面跨站脚本安全漏洞
来源:岁月联盟
时间:2009-05-10
影响版本:PJBlog 3.0.6.170
程序介绍:
PJBlog一套开源免费的中文个人博客系统程序,采用asp+Access的技术,具有相当高的运作效能以及更新率,也支持目前Blog所使用的新技术。
漏洞分析:
在文件Action.asp中:
elseif request("action")="type1" then //第23行dim mainurl,main,mainstrmainurl=request("mainurl")main=trim(checkstr(request("main")))response.clear()mainstr=""If Len(memName)>0 Thenmainstr=mainstr&"<img src=""images/download.gif"" alt=""下载文件"" style=""margin:0px 2px -4px 0px""/> <a href="""&mainurl&""" target=""_blank"">"&main&"</a>"
程序对于输出变量mainurl和main没有过滤导致xss漏洞的产生。在同文件42行代码类似
漏洞利用:
http://www.target.com/Action.asp?action=type1&mainurl=xxx">[XSS]
解决方案:
厂商补丁:
PJblog
-------
目前厂商已经发布了升级补丁以修复这个安全问题,请到厂商的主页下载:
http://bbs.pjhome.net/thread-52214-1-1.html
信息来源:
<*来源: Bug.Center.Team http://www.cnbct.org
链接: http://wavdb.com/vuln/1408 *>