全校区师生:
因为本漏洞影响甚大,请各位重视本次漏洞信息,立即打上相应补丁,否则将会出现当年冲击波大量爆发的情形,而且网上已经出现公开的攻击代码,危害甚大。
Windows Server服务远程RPC溢出漏洞(MS08-067)
发布日期:2008-10-24
CVE CAN ID:CVE-2008-4250 BUGTRAQ ID:31874
受影响的软件及系统: ==================== Microsoft Windows 2000 Service Pack 4 Windows XP Service Pack 2 Windows XP Service Pack 3 Windows XP Professional x64 Edition Windows XP Professional x64 Edition Service Pack 2 Windows Server 2003 Service Pack 1 Windows Server 2003 Service Pack 2 Windows Server 2003 x64 Edition Windows Server 2003 x64 Edition Service Pack 2 Windows Server 2003 with SP1 for Itanium-based Systems Windows Server 2003 with SP2 for Itanium-based Systems Windows Vista和Windows Vista Service Pack 1 Windows Vista x64 Edition和Windows Vista x64 Edition Service Pack 1 Windows Server 2008 for 32-bit Systems Windows Server 2008 for x64-based Systems Windows Server 2008 for Itanium-based Systems
综述: ====== 微软发布了10月份的一篇紧急的额外安全公告MS08-067,该公告修复了Windows Server服务在处理特制RPC请求时存在的漏洞。该漏洞属于“紧急”风险级别,远程攻击者利用这个漏洞可能远程入侵并完全控制用户系统。
目前所有支持的Windows版本,包括Server版本,均受这个漏洞影响。目前该漏洞已经被利用来进行攻击,有可能很快会爆发针对此漏洞的蠕虫。
我们强烈建议使用Windows操作系统的用户立刻检查一下您的系统是否受此漏洞影响,并按照我们提供的解决方法予以解决。
分析: ======
Windows的Server服务在处理特制RPC请求时存在缓冲区溢出漏洞,远程攻击者可以通过发送恶意的RPC请求触发这个溢出,导致完全入侵用户系统,以SYSTEM权限执行任意代码。
对于Windows 2000、XP和Server 2003,无需认证便可以利用这个漏洞;对于Windows Vista和Server 2008,可能需要进行认证。
解决方法: ========== - 临时解决方案:
* 禁用Server和Computer Browser服务。 * 在防火墙阻断TCP 139和445端口。 * 使用个人防火墙,如Internet连接防火墙,并取消“例外”选项卡中“文件和打 印机共享”上的复选框。 * 在Windows Vista和Windows Server 2008上,阻断受影响的RPC标识符。在命令 提示符中运行以下命令:
netsh
然后在netsh环境中输入以下命令:
netsh>rpc netsh rpc>filter netsh rpc filter>add rule layer=um actiontype=block netsh rpc filter>add condition field=if_uuid matchtype=equal data=4b324fc8-1670-01d3-1278-5a47bf6ee188 netsh rpc filter>add filter netsh rpc filter>quit
微软已经提供补丁下载,使用 Windows XP、2003、Vista 的用户可以直接在本站下载,地址:http://www.nhcfan.cn/Soft/sys/200810/16.html
注:本补丁没有附加正版验证(WGA),用户可以放心下载
电脑爱好者协会 2008年10月26日 |