Foojan PHPWeblog 多个脚本注入漏洞

Foojan PHPWeblog 多个脚本注入漏洞

漏洞ID 1109025 漏洞类型 跨站脚本
发布时间 2005-08-24 更新时间 2005-10-20
图片[1]-Foojan PHPWeblog 多个脚本注入漏洞-安全小百科CVE编号 CVE-2005-2721
图片[2]-Foojan PHPWeblog 多个脚本注入漏洞-安全小百科CNNVD-ID CNNVD-200508-318
漏洞平台 PHP CVSS评分 4.3
|漏洞来源
https://www.exploit-db.com/exploits/26197
http://www.cnnvd.org.cn/web/xxk/ldxqById.tag?CNNVD=CNNVD-200508-318
|漏洞详情
FoojanPHPWeblog中(1)index.php和(2)admin.php存在跨站脚本(XSS)漏洞。这使得远程攻击者可以借助于HTTP头文件中的Referer字段注入任意Web脚本或HTML。
|漏洞EXP
source: http://www.securityfocus.com/bid/14658/info

Foojan PHPWeblog is prone to an HTML injection vulnerability. This is due to a lack of proper sanitization of user-supplied input.

Attacker-supplied HTML and script code would be executed in the context of the affected Web site, potentially allowing for theft of cookie-based authentication credentials. An attacker could also exploit this issue to control how the site is rendered to the user; other attacks are also possible. 

in gmain.php:

$Weblog-> query ("INSERT INTO `visits` ( `id` , `ip` , `refferer` , `date` , `time` )VALUES ('', '".$_SERVER['HTTP_USER_AGENT']."', '".$_SERVER['HTTP_REFERER']."', '$num', '$num2');");
|参考资料

来源:XF
名称:foojan-referer-code-execution(22004)
链接:http://xforce.iss.net/xforce/xfdb/22004
来源:BID
名称:14658
链接:http://www.securityfocus.com/bid/14658
来源:SECUNIA
名称:16565
链接:http://secunia.com/advisories/16565/
来源:BUGTRAQ
名称:20050824FoojanPHPWeblogInformationDisclosure-ReffererHtmlInjection
链接:http://marc.theaimsgroup.com/?l=bugtraq&m;=112491140712884&w;=2

相关推荐: Typo3 Showpic.PHP File Enumeration Vulnerability

Typo3 Showpic.PHP File Enumeration Vulnerability 漏洞ID 1100763 漏洞类型 Design Error 发布时间 2003-02-28 更新时间 2003-02-28 CVE编号 N/A CNNVD-ID…

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