Lucene search
K

Microsoft Internet Explorer Domain Policy Bypass Vulnerability

🗓️ 01 Feb 2013 00:00:00Reported by Copyright (c) 2013 Greenbone Networks GmbHType 
openvas
 openvas
🔗 plugins.openvas.org👁 26 Views

Microsoft Internet Explorer Domain Policy Bypass Vulnerability. Allows attackers to disclose information when viewing a specially crafted webpage. Vulnerable to UNC share pathname in SCRIPT element

Related
Refs
Code
ReporterTitlePublishedViews
Family
CVE
CVE-2012-6502
22 Jan 201315:00
cve
Cvelist
CVE-2012-6502
22 Jan 201315:00
cvelist
EUVD
EUVD-2012-6352
7 Oct 202500:30
euvd
NVD
CVE-2012-6502
22 Jan 201315:55
nvd
OpenVAS
Microsoft Internet Explorer Domain Policy Bypass Vulnerability
1 Feb 201300:00
openvas
Prion
Code injection
22 Jan 201315:55
prion
RedhatCVE
CVE-2012-6502
22 May 202504:23
redhatcve
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_ms_ie_domain_policy_bypass_vuln.nasl 6125 2017-05-15 09:03:42Z teissa $
#
# Microsoft Internet Explorer Domain Policy Bypass Vulnerability
#
# Authors:
# Arun Kallavi <[email protected]>
#
# Copyright:
# Copyright (c) 2013 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 attackers to disclosure the information
  when a user views a specially crafted webpage.
  Impact Level: Application";

tag_affected = "Microsoft Internet Explorer version 6.x/7.x/8.x/9.x on Windows XP and 2003";
tag_insight = "The flaw due to error in UNC share pathname in SRC attribute of a SCRIPT
  element, which allows attackers to obtain sensitive information about the
  existence of files and read certain data from files.";
tag_solution = "Upgrade to Internet Explorer 10.
  For updates refer to http://ie.microsoft.com/testdrive/info/downloads";
tag_summary = "This host is installed with Microsoft Internet Explorer and is
  prone to domain policy bypass vulnerability.";

if(description)
{
  script_id(803302);
  script_version("$Revision: 6125 $");
  script_cve_id("CVE-2012-6502");
  script_tag(name:"cvss_base", value:"2.6");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:H/Au:N/C:P/I:N/A:N");
  script_tag(name:"last_modification", value:"$Date: 2017-05-15 11:03:42 +0200 (Mon, 15 May 2017) $");
  script_tag(name:"creation_date", value:"2013-02-01 11:11:56 +0530 (Fri, 01 Feb 2013)");
  script_name("Microsoft Internet Explorer Domain Policy Bypass Vulnerability");
  script_xref(name : "URL" , value : "http://www.nsfocus.com/en/2012/advisories_1228/119.html");
  script_xref(name : "URL" , value : "http://www.security-database.com/detail.php?alert=CVE-2012-6502");

  script_category(ACT_GATHER_INFO);
  script_tag(name:"qod_type", value:"registry");
  script_copyright("Copyright (c) 2013 Greenbone Networks GmbH");
  script_family("Windows");
  script_dependencies("gb_ms_ie_detect.nasl");
  script_require_keys("MS/IE/Version");
  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);
  exit(0);
}


include("secpod_reg.inc");

# Variables Initialization
ieVer = "";

# Check for product Internet Explorer
ieVer = get_kb_item("MS/IE/Version");
if(!ieVer){
  exit(0);
}

# Check for OS and Service Pack
if(hotfix_check_sp(xp:4, win2003:3) > 0 )
{
  if(ieVer =~ "^(6|7|8|9)"){
    security_message(0);
  }
}

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation