漏洞信息详情
phpLinkat多个跨站脚本漏洞
- CNNVD编号:CNNVD-200212-792
- 危害等级: 中危
- CVE编号:
CVE-2002-2321
- 漏洞类型:
跨站脚本
- 发布时间:
2002-12-31
- 威胁类型:
远程
- 更新时间:
2002-12-31
- 厂 商:
phplinkat - 漏洞来源:
Discovery of this … -
漏洞简介
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
参考网址
来源: 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