Quantcast
Viewing all articles
Browse latest Browse all 8064

Windows Heap Overflow Exploitation

Hi ,

In this article I will be talking about exploiting a custom heap : which is a big chunk of memory allocated by the usermode application using VirtualAlloc for example . The application will then work on managing 'heap' block allocations and frees (in the allocated chunk) in a custom way with complete ignorance of the Windows's heap manager. This method gives the software much more control over its custom heap, but it can result in security flaws if the manager doesn't do it's job properly , we'll see that in detail later.

The vulnerability that we'll exploit together today is a 'heap' overflow vulnerability that's occuring in a custom heap built by the application. The vulnerable software is : ZipItFast 3.0 and we'll be exploiting it today and gaining code execution under Windows 7

read more..........http://rce4fun.blogspot.gr/2014/05/windows-heap-overflow-exploitation.html
Image may be NSFW.
Clik here to view.

Viewing all articles
Browse latest Browse all 8064

Trending Articles