Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Exploits-HackingTools
[Top] [All Lists]

[NT] Microsoft Windows LPC Heap Overflow

Subject: [NT] Microsoft Windows LPC Heap Overflow
Date: 11 Jan 2005 14:06:07 +0200
The following security advisory is sent to the securiteam mailing list, and can 
be found at the SecuriTeam web site: http://www.securiteam.com
- - promotion

The SecuriTeam alerts list - Free, Accurate, Independent.

Get your security news from a reliable source.
http://www.securiteam.com/mailinglist.html 

- - - - - - - - -



  Microsoft Windows LPC Heap Overflow
------------------------------------------------------------------------


SUMMARY

A local privilege elevation vulnerability exists on the Windows operating 
systems' LPC mechanism. This vulnerability allows any user to take 
complete control over the system and affects Windows NT, Windows 2000, 
Windows XP, and Windows 2003 (all service packs).

DETAILS

The LPC (Local Procedure Call) mechanism is a type of interprocess 
communication used by the Windows operating systems. LPC is used to 
communicate between processes running on the same system while RPC (Remote 
Procedure Call) is used to communicate between processes on remote 
systems.

When a client process communicates with a server using LPC, the kernel 
fails to check that the server process has allocated enough memory before 
copying data sent by the client process. The native API used to connect to 
the LPC port is NtConnectPort. A parameter of the NtConnectPort API allows 
a buffer of up 260 bytes. When using this function the buffer is copied by 
the kernel from the client process to the server process memory ignoring 
the buffer size restriction which the server process set when calling 
NtCreatePort (the native API used to create LPC ports). This causes a heap 
corruption in the server process allowing arbitrary memory to be 
overwritten and can lead to arbitrary
code execution.

Solution:
See solution provided at:  
<http://www.microsoft.com/technet/security/bulletin/MS04-044.mspx> 
http://www.microsoft.com/technet/security/bulletin/MS04-044.mspx


ADDITIONAL INFORMATION

The information has been provided by  <mailto:vrathod@appsecinc.com> Team 
SHATTER (Application Security, Inc.).
The original article can be found at:  
<http://www.appsecinc.com/resources/alerts/general/07-0001.html> 
http://www.appsecinc.com/resources/alerts/general/07-0001.html



======================================== 


This bulletin is sent to members of the SecuriTeam mailing list. 
To unsubscribe from the list, send mail with an empty subject line and body to: 
list-unsubscribe@securiteam.com 
In order to subscribe to the mailing list, simply forward this email to: 
list-subscribe@securiteam.com 


==================== 
==================== 

DISCLAIMER: 
The information in this bulletin is provided "AS IS" without warranty of any 
kind. 
In no event shall we be liable for any damages whatsoever including direct, 
indirect, incidental, consequential, loss of business profits or special 
damages. 




<Prev in Thread] Current Thread [Next in Thread>
  • [NT] Microsoft Windows LPC Heap Overflow, SecuriTeam <=