BitDefender Internet Security 2009 XSS Vulnerability
2009-03-20T00:00:00
ID OPENVAS:900327 Type openvas Reporter Copyright (C) 2009 SecPod Modified 2017-01-20T00:00:00
Description
This host is installed with BitDefender Internet Security and
is prone to cross site scripting vulnerability.
##############################################################################
# OpenVAS Vulnerability Test
# $Id: secpod_bitdefender_xss_vuln.nasl 5055 2017-01-20 14:08:39Z teissa $
#
# BitDefender Internet Security 2009 XSS Vulnerability
#
# Authors:
# Sharath S <sharaths@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.
###############################################################################
tag_impact = "Successful exploitation will let the attacker execute arbitrary script codes
in a local context by including a malicious HTML file placed on the local
system.
Impact Level: System/Application";
tag_affected = "BitDefender Internet Security version 2009 build 12.0.11.4 and prior.";
tag_insight = "BitDefender Internet Security product fails to properly sanitise the input
passed through the filename (.rar or .zip archives) of an infected executable
before being used to output infection details.";
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
For updates refer to http://www.bitdefender.com";
tag_summary = "This host is installed with BitDefender Internet Security and
is prone to cross site scripting vulnerability.";
if(description)
{
script_id(900327);
script_version("$Revision: 5055 $");
script_tag(name:"last_modification", value:"$Date: 2017-01-20 15:08:39 +0100 (Fri, 20 Jan 2017) $");
script_tag(name:"creation_date", value:"2009-03-20 07:08:52 +0100 (Fri, 20 Mar 2009)");
script_tag(name:"cvss_base", value:"4.3");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:N/I:P/A:N");
script_cve_id("CVE-2009-0850");
script_bugtraq_id(33921);
script_name("BitDefender Internet Security 2009 XSS Vulnerability");
script_xref(name : "URL" , value : "http://secunia.com/advisories/34082");
script_xref(name : "URL" , value : "http://www.vupen.com/english/advisories/2009/0557");
script_xref(name : "URL" , value : "http://www.securityfocus.com/archive/1/archive/1/501277/100/0/threaded");
script_tag(name:"qod_type", value:"registry");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2009 SecPod");
script_family("Windows");
script_dependencies("secpod_bitdefender_prdts_detect.nasl");
script_require_keys("BitDefender/InetSec/Ver");
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("version_func.inc");
bitVer = get_kb_item("BitDefender/InetSec/Ver");
if(!bitVer){
exit(0);
}
# Check for version 12.0.11.4 and prior
if(version_is_less_equal(version:bitVer, test_version:"12.0.11.4")){
security_message(0);
}
{"id": "OPENVAS:900327", "type": "openvas", "bulletinFamily": "scanner", "title": "BitDefender Internet Security 2009 XSS Vulnerability", "description": "This host is installed with BitDefender Internet Security and\n is prone to cross site scripting vulnerability.", "published": "2009-03-20T00:00:00", "modified": "2017-01-20T00:00:00", "cvss": {"score": 4.3, "vector": "AV:NETWORK/AC:MEDIUM/Au:NONE/C:NONE/I:PARTIAL/A:NONE/"}, "href": "http://plugins.openvas.org/nasl.php?oid=900327", "reporter": "Copyright (C) 2009 SecPod", "references": ["http://www.vupen.com/english/advisories/2009/0557", "http://www.securityfocus.com/archive/1/archive/1/501277/100/0/threaded", "http://secunia.com/advisories/34082"], "cvelist": ["CVE-2009-0850"], "lastseen": "2017-07-02T21:14:05", "viewCount": 0, "enchantments": {"score": {"value": 4.4, "vector": "NONE", "modified": "2017-07-02T21:14:05", "rev": 2}, "dependencies": {"references": [{"type": "cve", "idList": ["CVE-2009-0850"]}, {"type": "openvas", "idList": ["OPENVAS:1361412562310900327"]}], "modified": "2017-07-02T21:14:05", "rev": 2}, "vulnersScore": 4.4}, "pluginID": "900327", "sourceData": "##############################################################################\n# OpenVAS Vulnerability Test\n# $Id: secpod_bitdefender_xss_vuln.nasl 5055 2017-01-20 14:08:39Z teissa $\n#\n# BitDefender Internet Security 2009 XSS Vulnerability\n#\n# Authors:\n# Sharath S <sharaths@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 script codes\n in a local context by including a malicious HTML file placed on the local\n system.\n Impact Level: System/Application\";\ntag_affected = \"BitDefender Internet Security version 2009 build 12.0.11.4 and prior.\";\ntag_insight = \"BitDefender Internet Security product fails to properly sanitise the input\n passed through the filename (.rar or .zip archives) of an infected executable\n before being used to output infection details.\";\ntag_solution = \"No solution or patch was made available for at least one year since\n disclosure of this vulnerability. Likely none will be provided anymore. General\n solution 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.bitdefender.com\";\ntag_summary = \"This host is installed with BitDefender Internet Security and\n is prone to cross site scripting vulnerability.\";\n\nif(description)\n{\n script_id(900327);\n script_version(\"$Revision: 5055 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2017-01-20 15:08:39 +0100 (Fri, 20 Jan 2017) $\");\n script_tag(name:\"creation_date\", value:\"2009-03-20 07:08:52 +0100 (Fri, 20 Mar 2009)\");\n script_tag(name:\"cvss_base\", value:\"4.3\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:M/Au:N/C:N/I:P/A:N\");\n script_cve_id(\"CVE-2009-0850\");\n script_bugtraq_id(33921);\n script_name(\"BitDefender Internet Security 2009 XSS Vulnerability\");\n script_xref(name : \"URL\" , value : \"http://secunia.com/advisories/34082\");\n script_xref(name : \"URL\" , value : \"http://www.vupen.com/english/advisories/2009/0557\");\n script_xref(name : \"URL\" , value : \"http://www.securityfocus.com/archive/1/archive/1/501277/100/0/threaded\");\n\n script_tag(name:\"qod_type\", value:\"registry\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (C) 2009 SecPod\");\n script_family(\"Windows\");\n script_dependencies(\"secpod_bitdefender_prdts_detect.nasl\");\n script_require_keys(\"BitDefender/InetSec/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\nbitVer = get_kb_item(\"BitDefender/InetSec/Ver\");\nif(!bitVer){\n exit(0);\n}\n\n# Check for version 12.0.11.4 and prior\nif(version_is_less_equal(version:bitVer, test_version:\"12.0.11.4\")){\n security_message(0);\n}\n", "naslFamily": "Windows"}
{"cve": [{"lastseen": "2021-02-02T05:39:59", "description": "Cross-site scripting (XSS) vulnerability in BitDefender Internet Security 2009 allows user-assisted remote attackers to inject arbitrary web script or HTML via the filename of a virus-infected file, as demonstrated by a filename inside a (1) rar or (2) zip archive file.", "edition": 4, "cvss3": {}, "published": "2009-03-09T17:30:00", "title": "CVE-2009-0850", "type": "cve", "cwe": ["CWE-79"], "bulletinFamily": "NVD", "cvss2": {"severity": "MEDIUM", "exploitabilityScore": 8.6, "obtainAllPrivilege": false, "userInteractionRequired": true, "obtainOtherPrivilege": false, "cvssV2": {"accessComplexity": "MEDIUM", "confidentialityImpact": "NONE", "availabilityImpact": "NONE", "integrityImpact": "PARTIAL", "baseScore": 4.3, "vectorString": "AV:N/AC:M/Au:N/C:N/I:P/A:N", "version": "2.0", "accessVector": "NETWORK", "authentication": "NONE"}, "impactScore": 2.9, "obtainUserPrivilege": false}, "cvelist": ["CVE-2009-0850"], "modified": "2018-10-10T19:32:00", "cpe": ["cpe:/a:bitdefender:internet_security:2009"], "id": "CVE-2009-0850", "href": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2009-0850", "cvss": {"score": 4.3, "vector": "AV:N/AC:M/Au:N/C:N/I:P/A:N"}, "cpe23": ["cpe:2.3:a:bitdefender:internet_security:2009:*:*:*:*:*:*:*"]}], "openvas": [{"lastseen": "2019-05-29T18:40:18", "bulletinFamily": "scanner", "cvelist": ["CVE-2009-0850"], "description": "This host is installed with BitDefender Internet Security and\n is prone to cross site scripting vulnerability.", "modified": "2018-09-22T00:00:00", "published": "2009-03-20T00:00:00", "id": "OPENVAS:1361412562310900327", "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310900327", "type": "openvas", "title": "BitDefender Internet Security 2009 XSS Vulnerability", "sourceData": "##############################################################################\n# OpenVAS Vulnerability Test\n# $Id: secpod_bitdefender_xss_vuln.nasl 11554 2018-09-22 15:11:42Z cfischer $\n#\n# BitDefender Internet Security 2009 XSS Vulnerability\n#\n# Authors:\n# Sharath S <sharaths@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.900327\");\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-03-20 07:08:52 +0100 (Fri, 20 Mar 2009)\");\n script_tag(name:\"cvss_base\", value:\"4.3\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:M/Au:N/C:N/I:P/A:N\");\n script_cve_id(\"CVE-2009-0850\");\n script_bugtraq_id(33921);\n script_name(\"BitDefender Internet Security 2009 XSS Vulnerability\");\n script_xref(name:\"URL\", value:\"http://secunia.com/advisories/34082\");\n script_xref(name:\"URL\", value:\"http://www.vupen.com/english/advisories/2009/0557\");\n script_xref(name:\"URL\", value:\"http://www.securityfocus.com/archive/1/archive/1/501277/100/0/threaded\");\n\n script_tag(name:\"qod_type\", value:\"registry\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (C) 2009 SecPod\");\n script_family(\"Windows\");\n script_dependencies(\"secpod_bitdefender_prdts_detect.nasl\");\n script_mandatory_keys(\"BitDefender/InetSec/Ver\");\n script_tag(name:\"impact\", value:\"Successful exploitation will let the attacker execute arbitrary script codes\n in a local context by including a malicious HTML file placed on the local\n system.\");\n script_tag(name:\"affected\", value:\"BitDefender Internet Security version 2009 build 12.0.11.4 and prior.\");\n script_tag(name:\"insight\", value:\"BitDefender Internet Security product fails to properly sanitise the input\n passed through the filename (.rar or .zip archives) of an infected executable\n before being used to output infection details.\");\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 BitDefender Internet Security and\n is prone to cross site scripting vulnerability.\");\n script_tag(name:\"solution_type\", value:\"WillNotFix\");\n exit(0);\n}\n\n\ninclude(\"version_func.inc\");\n\nbitVer = get_kb_item(\"BitDefender/InetSec/Ver\");\nif(!bitVer){\n exit(0);\n}\n\nif(version_is_less_equal(version:bitVer, test_version:\"12.0.11.4\")){\n security_message( port: 0, data: \"The target host was found to be vulnerable\" );\n}\n", "cvss": {"score": 4.3, "vector": "AV:N/AC:M/Au:N/C:N/I:P/A:N"}}]}