Microsoft Internet Explorer 5/6 / Outlook 2000/2002/5.5 / Word 2000/2002 – VBScript ActiveX Word Object Denial of Service

Microsoft Internet Explorer 5/6 / Outlook 2000/2002/5.5 / Word 2000/2002 – VBScript ActiveX Word Object Denial of Service

漏洞ID 1053572 漏洞类型
发布时间 2002-04-08 更新时间 2002-04-08
图片[1]-Microsoft Internet Explorer 5/6 / Outlook 2000/2002/5.5 / Word 2000/2002 – VBScript ActiveX Word Object Denial of Service-安全小百科CVE编号 N/A
图片[2]-Microsoft Internet Explorer 5/6 / Outlook 2000/2002/5.5 / Word 2000/2002 – VBScript ActiveX Word Object Denial of Service-安全小百科CNNVD-ID N/A
漏洞平台 Windows CVSS评分 N/A
|漏洞来源
https://www.exploit-db.com/exploits/21366
|漏洞详情
漏洞细节尚未披露
|漏洞EXP
source: http://www.securityfocus.com/bid/4463/info

A vulnerability has been discovered which is reported to affect Microsoft Internet Explorer, Outlook and Word. Other Office components may also be affected by this issue.

It is possible to misuse VBScript ActiveX Word objects to cause a denial of service to affected software. This is accomplished by creating an excessive number of Word objects.

It should be noted that this misuse of VBScript ActiveX Word objects will cause a security warning to be displayed about the creation of an unsafe ActiveX object (depending on the security settings of the affected program). However, even if the user chooses not to proceed, the ActiveX Word object is still loaded into memory an excessive number of times. A denial of service to the whole system may be the result.

<SCRIPT LANGUAGE="VbScript">
On Error Resume Next
Dim a
Dim i
for i=1 to 100
Set a = CreateObject("Word.Application")
Next
</SCRIPT>

相关推荐: LB5000 Cookie Input Validation Vulnerability

LB5000 Cookie Input Validation Vulnerability 漏洞ID 1102839 漏洞类型 Input Validation Error 发布时间 2001-10-30 更新时间 2001-10-30 CVE编号 N/A CN…

© 版权声明
THE END
喜欢就支持一下吧
点赞0
分享