Exceeding MaxRequestThreads May Cause Windows NT to Hang (233323)
The information in this article applies to:
- Microsoft Windows NT Server 4.0 Terminal Server Edition
- Microsoft Windows NT Workstation 4.0
- Microsoft Windows NT Server 4.0
- Microsoft Windows NT Server, Enterprise Edition 4.0
This article was previously published under Q233323 SYMPTOMS
On a computer running Windows NT, a denial of service condition exists if a malicious process is run locally or if an improperly written service is installed. If more than the maximum number (16 by default) of processes that require user input are started without receiving the corresponding input, the server may stop responding (hang).
CAUSE
This vulnerability affects Client Server Runtime Subsystem (CSRSS), which is otherwise known as the Win32 subsystem. CSRSS provides Windows NT services to client processes running on the local computer. When a client process requests a Win32 service, CSRSS generates a worker thread to service the request. If all worker threads are occupied, the request is queued until a thread completes its work and becomes available.
The underlying vulnerability in this issue is how the CSRSS service in Windows NT handles requests that require user input. A worker thread that needs user input remains occupied until it receives input. If all worker threads in CSRSS are servicing requests that require user input, all threads are occupied but idle until they receive the required input, effectively causing the computer to hang until the user input is provided. After the user input is received, processing returns to normal.
The patch listed below eliminates this vulnerability by ensuring that the last available worker thread is never used to process a request that requires user input.
RESOLUTIONWindows NT Server or Workstation 4.0
To resolve this problem, obtain the latest service pack for Windows NT 4.0 or
the individual software update. For information on obtaining the
latest service pack, please go to:
For information on obtaining the individual software update, contact Microsoft
Product Support Services. For a complete list of Microsoft Product Support
Services phone numbers and information on support costs, please go to the
following address on the World Wide Web:
Windows NT Server 4.0, Terminal Server EditionTo resolve this problem, obtain the latest service pack for Windows NT Server 4.0, Terminal Server Edition. For additional information, click the following article number to view the article in the
Microsoft Knowledge Base:
152734 How to Obtain the Latest Windows NT 4.0 Service Pack
STATUSMicrosoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article. This problem was first corrected in Windows NT Server version 4.0, Terminal Server Edition Service Pack 6.
Modification Type: | Minor | Last Reviewed: | 9/23/2005 |
---|
Keywords: | kbHotfixServer kbQFE kbbug kbenv kbfix kbProgramming kbQFE KB233323 |
---|
|