Microsoft Windows NT 4.0 – Invalid LPC Request Denial of Service (MS00-070)

Microsoft Windows NT 4.0 – Invalid LPC Request Denial of Service (MS00-070)

漏洞ID 1053465 漏洞类型
发布时间 2000-10-03 更新时间 2000-10-03
图片[1]-Microsoft Windows NT 4.0 – Invalid LPC Request Denial of Service (MS00-070)-安全小百科CVE编号 N/A
图片[2]-Microsoft Windows NT 4.0 – Invalid LPC Request Denial of Service (MS00-070)-安全小百科CNNVD-ID N/A
漏洞平台 Windows CVSS评分 N/A
|漏洞来源
https://www.exploit-db.com/exploits/20254
|漏洞详情
漏洞细节尚未披露
|漏洞EXP
source: http://www.securityfocus.com/bid/1743/info

LPC (Local Procedure Call) is a message-passing service that allows threads and processes to communicate with each other on a local machine as opposed to RPC (Remote Procedure Call) that takes place between different hosts. The implementation of LPC in Windows NT 4.0 does not properly handle LPC requests that are out of order or utilize invalid parameters.

If a server was to receive a LPC request from a client, the normal procedure for the server would be a call to NtAcceptConnectPort and NtCompleteConnectPort to complete the connection. If the server were to call upon NtReplyPort rather than NtAcceptConnectPort, the client would crash due to a kernel exception.

In addition, if a client was to connect to either DbgSsApiPort or DbgUiApiPort and send random data, the client would crash.

In both scenarios, reboot of the system would be required in order to regain normal functionality.

This vulnerability can only be launched against a machine a user can interactively log onto, therefore remote exploitation is not possible.

Other vulnerabilities exists in NT's implementation of LPC and are detailed in the Microsoft Security Bulletin (MS00-070) and Bindview's Security Advisory located under the 'Credit' tab. 

1) Executing the following commands will cause a Blue Screen of Death and rebooting the system is required in order to regain normal functionality (NtReplyPort vulnerability).

start porttool -s2 BaseNamedObjectsFoo
porttool -c BaseNamedObjectsFoo

2) Executing the following commands will cause a Blue Screen of Death and rebooting the system is required in order to regain normal functionality (DbgSsApiPort or DbgUiApiPort vulnerability).

porttool -c DbgSsApiPort
or
porttool -c DbgUiApiPort 

https://github.com/offensive-security/exploit-database-bin-sploits/raw/master/bin-sploits/20254.zip

相关推荐: Netscape FastTrack Server GET Buffer Overflow Vulnerability

Netscape FastTrack Server GET Buffer Overflow Vulnerability 漏洞ID 1104457 漏洞类型 Boundary Condition Error 发布时间 1999-12-31 更新时间 1999-1…

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