Microsoft Internet Explorer Address Bar Spoofing Vulnerability
2009-09-02T00:00:00
ID OPENVAS:1361412562310900836 Type openvas Reporter Copyright (C) 2009 SecPod Modified 2020-06-09T00:00:00
Description
This host is installed with Internet Explorer and is prone to
Address Bar Spoofing vulnerability.
###############################################################################
# OpenVAS Vulnerability Test
#
# Microsoft Internet Explorer Address Bar Spoofing 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.
###############################################################################
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.900836");
script_version("2020-06-09T10:15:40+0000");
script_tag(name:"last_modification", value:"2020-06-09 10:15:40 +0000 (Tue, 09 Jun 2020)");
script_tag(name:"creation_date", value:"2009-09-02 09:58:59 +0200 (Wed, 02 Sep 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-3003");
script_name("Microsoft Internet Explorer Address Bar Spoofing Vulnerability");
script_xref(name:"URL", value:"http://lostmon.blogspot.com/2009/08/multiple-browsers-fake-url-folder-file.html");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2009 SecPod");
script_family("Windows");
script_dependencies("gb_ms_ie_detect.nasl");
script_mandatory_keys("MS/IE/EXE/Ver");
script_tag(name:"impact", value:"Successful exploitation lets the attackers to spoof parts of the
address bar and modify page content on a host that a user may consider partly trusted.");
script_tag(name:"affected", value:"Microsoft Internet Explorer version 6.x, 7.x and 8.x.");
script_tag(name:"insight", value:"Error exists when opening a new window using 'window.open()'
which can be exploited to display spoofed content in the browser window while
the address bar shows an arbitrary path on a possibly trusted host.");
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 Internet Explorer and is prone to
Address Bar Spoofing vulnerability.");
script_tag(name:"qod_type", value:"registry");
script_tag(name:"solution_type", value:"WillNotFix");
exit(0);
}
include("version_func.inc");
ieVer = get_kb_item("MS/IE/EXE/Ver");
if(!ieVer)
{
exit(0);
}
# 7.0 <= 7.0.6000.16876 and 8.0 <= 8.0.6001.18702
if(version_in_range(version:ieVer, test_version:"6.0", test_version2:"6.0.3790.3959") ||
version_in_range(version:ieVer, test_version:"7.0", test_version2:"7.0.6000.16876")||
version_in_range(version:ieVer, test_version:"8.0", test_version2:"8.0.6001.18702")){
security_message( port: 0, data: "The target host was found to be vulnerable" );
}
{"id": "OPENVAS:1361412562310900836", "type": "openvas", "bulletinFamily": "scanner", "title": "Microsoft Internet Explorer Address Bar Spoofing Vulnerability", "description": "This host is installed with Internet Explorer and is prone to\n Address Bar Spoofing vulnerability.", "published": "2009-09-02T00:00:00", "modified": "2020-06-09T00:00:00", "cvss": {"score": 4.3, "vector": "AV:N/AC:M/Au:N/C:N/I:P/A:N"}, "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310900836", "reporter": "Copyright (C) 2009 SecPod", "references": ["http://lostmon.blogspot.com/2009/08/multiple-browsers-fake-url-folder-file.html"], "cvelist": ["CVE-2009-3003"], "lastseen": "2020-06-10T20:03:16", "viewCount": 1, "enchantments": {"dependencies": {"references": [{"type": "cve", "idList": ["CVE-2009-3003"]}, {"type": "openvas", "idList": ["OPENVAS:900836"]}], "modified": "2020-06-10T20:03:16", "rev": 2}, "score": {"value": 6.0, "vector": "NONE", "modified": "2020-06-10T20:03:16", "rev": 2}, "vulnersScore": 6.0}, "pluginID": "1361412562310900836", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n#\n# Microsoft Internet Explorer Address Bar Spoofing 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.900836\");\n script_version(\"2020-06-09T10:15:40+0000\");\n script_tag(name:\"last_modification\", value:\"2020-06-09 10:15:40 +0000 (Tue, 09 Jun 2020)\");\n script_tag(name:\"creation_date\", value:\"2009-09-02 09:58:59 +0200 (Wed, 02 Sep 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-3003\");\n script_name(\"Microsoft Internet Explorer Address Bar Spoofing Vulnerability\");\n script_xref(name:\"URL\", value:\"http://lostmon.blogspot.com/2009/08/multiple-browsers-fake-url-folder-file.html\");\n\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (C) 2009 SecPod\");\n script_family(\"Windows\");\n script_dependencies(\"gb_ms_ie_detect.nasl\");\n script_mandatory_keys(\"MS/IE/EXE/Ver\");\n\n script_tag(name:\"impact\", value:\"Successful exploitation lets the attackers to spoof parts of the\n address bar and modify page content on a host that a user may consider partly trusted.\");\n\n script_tag(name:\"affected\", value:\"Microsoft Internet Explorer version 6.x, 7.x and 8.x.\");\n\n script_tag(name:\"insight\", value:\"Error exists when opening a new window using 'window.open()'\n which can be exploited to display spoofed content in the browser window while\n the address bar shows an arbitrary path on a possibly trusted host.\");\n\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\n script_tag(name:\"summary\", value:\"This host is installed with Internet Explorer and is prone to\n Address Bar Spoofing vulnerability.\");\n\n script_tag(name:\"qod_type\", value:\"registry\");\n script_tag(name:\"solution_type\", value:\"WillNotFix\");\n exit(0);\n}\n\ninclude(\"version_func.inc\");\n\nieVer = get_kb_item(\"MS/IE/EXE/Ver\");\nif(!ieVer)\n{\n exit(0);\n}\n\n# 7.0 <= 7.0.6000.16876 and 8.0 <= 8.0.6001.18702\nif(version_in_range(version:ieVer, test_version:\"6.0\", test_version2:\"6.0.3790.3959\") ||\n version_in_range(version:ieVer, test_version:\"7.0\", test_version2:\"7.0.6000.16876\")||\n version_in_range(version:ieVer, test_version:\"8.0\", test_version2:\"8.0.6001.18702\")){\n security_message( port: 0, data: \"The target host was found to be vulnerable\" );\n}\n", "naslFamily": "Windows"}
{"cve": [{"lastseen": "2021-02-02T05:40:05", "description": "Microsoft Internet Explorer 6 through 8 allows remote attackers to spoof the address bar, via window.open with a relative URI, to show an arbitrary URL on the web site visited by the victim, as demonstrated by a visit to an attacker-controlled web page, which triggers a spoofed login form for the site containing that page.", "edition": 4, "cvss3": {}, "published": "2009-08-28T15:30:00", "title": "CVE-2009-3003", "type": "cve", "cwe": ["NVD-CWE-Other"], "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-3003"], "modified": "2017-09-19T01:29:00", "cpe": ["cpe:/a:microsoft:internet_explorer:8", "cpe:/a:microsoft:internet_explorer:7", "cpe:/a:microsoft:internet_explorer:6"], "id": "CVE-2009-3003", "href": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2009-3003", "cvss": {"score": 4.3, "vector": "AV:N/AC:M/Au:N/C:N/I:P/A:N"}, "cpe23": ["cpe:2.3:a:microsoft:internet_explorer:7:*:*:*:*:*:*:*", "cpe:2.3:a:microsoft:internet_explorer:6:*:*:*:*:*:*:*", "cpe:2.3:a:microsoft:internet_explorer:8:*:*:*:*:*:*:*"]}], "openvas": [{"lastseen": "2017-07-20T08:56:17", "bulletinFamily": "scanner", "cvelist": ["CVE-2009-3003"], "description": "This host is installed with Internet Explorer and is prone to\nAddress Bar Spoofing vulnerability.", "modified": "2017-07-05T00:00:00", "published": "2009-09-02T00:00:00", "id": "OPENVAS:900836", "href": "http://plugins.openvas.org/nasl.php?oid=900836", "type": "openvas", "title": "Microsoft Internet Explorer Address Bar Spoofing Vulnerability", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n# $Id: secpod_ms_ie_addr_bar_spoofing_vuln.nasl 6530 2017-07-05 06:23:50Z cfischer $\n#\n# Microsoft Internet Explorer Address Bar Spoofing 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 lets the attackers to spoof parts of the\naddress bar and modify page content on a host that a user may consider partly\ntrusted.\n\nImpact Level: Application\";\n\ntag_affected = \"Microsoft Internet Explorer version 6.x, 7.x and 8.x\";\n\ntag_insight = \"Error exists when opening a new window using 'window.open()'\nwhich can be exploited to display spoofed content in the browser window while\nthe address bar shows an arbitrary path on a possibly trusted host.\";\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 Internet Explorer and is prone to\nAddress Bar Spoofing vulnerability.\";\n\nif(description)\n{\n script_id(900836);\n script_version(\"$Revision: 6530 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2017-07-05 08:23:50 +0200 (Wed, 05 Jul 2017) $\");\n script_tag(name:\"creation_date\", value:\"2009-09-02 09:58:59 +0200 (Wed, 02 Sep 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-3003\");\n script_name(\"Microsoft Internet Explorer Address Bar Spoofing Vulnerability\");\n script_xref(name : \"URL\" , value : \"http://secunia.com/advisories/36334\");\n script_xref(name : \"URL\" , value : \"http://lostmon.blogspot.com/2009/08/multiple-browsers-fake-url-folder-file.html\");\n\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (C) 2009 SecPod\");\n script_family(\"General\");\n script_dependencies(\"gb_ms_ie_detect.nasl\");\n script_mandatory_keys(\"MS/IE/EXE/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:\"qod_type\", value:\"registry\");\n script_tag(name:\"solution_type\", value:\"WillNotFix\");\n exit(0);\n}\n\n\ninclude(\"version_func.inc\");\n\nieVer = get_kb_item(\"MS/IE/EXE/Ver\");\nif(!ieVer)\n{\n exit(0);\n}\n\n# Check for Microsoft Internet Explorer version 6.0 <= 6.0.3790.3959,\n# 7.0 <= 7.0.6000.16876 and 8.0 <= 8.0.6001.18702\nif(version_in_range(version:ieVer, test_version:\"6.0\", test_version2:\"6.0.3790.3959\") ||\n version_in_range(version:ieVer, test_version:\"7.0\", test_version2:\"7.0.6000.16876\")||\n version_in_range(version:ieVer, test_version:\"8.0\", test_version2:\"8.0.6001.18702\")){\n security_message(0);\n}\n", "cvss": {"score": 4.3, "vector": "AV:NETWORK/AC:MEDIUM/Au:NONE/C:NONE/I:PARTIAL/A:NONE/"}}]}