phpLinkat多个跨站脚本漏洞

漏洞信息详情

phpLinkat多个跨站脚本漏洞

漏洞简介

phpLinkat 0.1.0版本中的(1) showcat.php和(2)addyoursite.php存在跨站脚本(XSS)漏洞。远程攻击者可以通过catid参数注入任意Web脚本或HTML。

漏洞公告

The following unoffical patch was provided by Sp.IC :
– Open showcat.php
– Add this code to line 22:
$catid = HTMLSpecialChars($catid);
$catid = PREG_Match(“/^[0-9]/”, $catid);
If (!$catid){
Print “Error”;
}Else{
– Add this code to line 138:
}} //end if
– Open showcat.php
– Add this code to line 14:
$catid = HTMLSpecialChars($catid);
$catid = PREG_Match(“/^[0-9]/”, $catid);
If (!$catid){
Print “Error”;
}Else{
– Add this code to line 105:
}}
Currently we are not aware of any vendor-supplied patches for this issue. If you feel we are in error or are aware of more recent information, please mail us at: vuldb@securityfocus.com .
@securityfocus.com>
@hotmail.com>

参考网址

来源: BID
名称: 5890
链接:http://www.securityfocus.com/bid/5890

来源: XF
名称: phplinkat-url-showcat-xss(10269)
链接:http://www.iss.net/security_center/static/10269.php

来源: BUGTRAQ
名称: 20021003 phpLinkat XSS Security Bug
链接:http://archives.neohapsis.com/archives/bugtraq/2002-10/0065.html

© 版权声明
THE END
喜欢就支持一下吧
点赞0 分享