Lucene search
K

Google Chrome Frame Plugin For Microsoft IE Denial Of Service Vulnerability (Windows)

🗓️ 02 Apr 2013 00:00:00Reported by Copyright (c) 2013 Greenbone Networks GmbHType 
openvas
 openvas
🔗 plugins.openvas.org👁 21 Views

Google Chrome Frame Plugin For Microsoft IE Denial Of Service Vulnerability (Windows). Successful exploitation will allow remote attacker to crash the program via a specially crafted _blank value for the target attribute of an A element. Flaw due to an improper handling of an attach tab request in the Hook_Terminate function in chrome_frame/protocol_sink_wrap.cc. Upgrade to Google Chrome Frame plugin 26.0.1410.28 or later, For updates refer to http://www.google.com/chromeframe. This host is installed with google chrome frame plugin for Microsoft IE and is prone to denial of service vulnerability

Related
Refs
Code
ReporterTitlePublishedViews
Family
Tenable Nessus
Google Chrome Frame < 26.0.1410.28 DoS
3 May 201300:00
nessus
Tenable Nessus
Google Chrome Frame < 26.0.1410.28 Denial of Service
3 May 201300:00
nessus
Tenable Nessus
Google Chrome Frame < 26.0.1410.28 Denial of Service
28 Mar 201300:00
nessus
CVE
CVE-2013-2493
7 Mar 201316:00
cve
Cvelist
CVE-2013-2493
7 Mar 201316:00
cvelist
EUVD
EUVD-2013-2439
7 Oct 202500:30
euvd
NVD
CVE-2013-2493
7 Mar 201316:55
nvd
OpenVAS
Google Chrome Frame Plugin For Microsoft IE Denial Of Service Vulnerability - Windows
2 Apr 201300:00
openvas
Prion
Code injection
7 Mar 201316:55
prion
RedhatCVE
CVE-2013-2493
22 May 202511:15
redhatcve
Rows per page
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_google_chrome_frame_dos_vuln_win.nasl 6093 2017-05-10 09:03:18Z teissa $
#
# Google Chrome Frame Plugin For Microsoft IE Denial Of Service Vulnerability (Windows)
#
# Authors:
# Thanga Prakash S <[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 remote attacker to crash the
  program via a specially crafted _blank value for the target
  attribute of an A element.
  Impact Level: Application";

tag_affected = "Google Chrome Frame plugin version before 26.0.1410.28";
tag_insight = "Flaw due to an improper handling of an attach tab request in the
  Hook_Terminate function in chrome_frame/protocol_sink_wrap.cc.";
tag_solution = "Upgrade to Google Chrome Frame plugin 26.0.1410.28 or later,
  For updates refer to http://www.google.com/chromeframe";
tag_summary = "This host is installed with google chrome frame plugin for
  microsoft ie and is prone to denial of service vulnerability.";

if(description)
{
  script_id(803461);
  script_version("$Revision: 6093 $");
  script_cve_id("CVE-2013-2493");
  script_bugtraq_id(58562);
  script_tag(name:"cvss_base", value:"4.3");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:N/I:N/A:P");
  script_tag(name:"last_modification", value:"$Date: 2017-05-10 11:03:18 +0200 (Wed, 10 May 2017) $");
  script_tag(name:"creation_date", value:"2013-04-02 12:21:11 +0530 (Tue, 02 Apr 2013)");
  script_name("Google Chrome Frame Plugin For Microsoft IE Denial Of Service Vulnerability (Windows)");
  script_xref(name : "URL" , value : "https://chromiumcodereview.appspot.com/12395021");
  script_xref(name : "URL" , value : "https://code.google.com/p/chromium/issues/detail?id=178415");
  script_xref(name : "URL" , value : "http://googlechromereleases.blogspot.in/2013/03/beta-channel-update.html");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (c) 2013 Greenbone Networks GmbH");
  script_family("Denial of Service");
  script_dependencies("gb_ms_ie_detect.nasl");
  script_mandatory_keys("MS/IE/Version");
  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:"qod_type", value:"registry");
  script_tag(name:"solution_type", value:"VendorFix");
  exit(0);
}

include("version_func.inc");
include("host_details.inc");
include("smb_nt.inc");
include("secpod_smb_func.inc");

## Variable Initialization
ver = "";
name = "";
key= "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Google Chrome Frame";

# Check for Google Chrome Frame Installation
if(!registry_key_exists(key: key)){
  exit(0);
}

name = registry_get_sz(item:"DisplayName", key: key);
if("Google Chrome Frame" >< name)
{
  # Get Google Chrome Frame Version from Registry Entry
  ver = registry_get_sz(item:"Version", key: key);

  if(ver)
  {
    if(version_is_less(version:ver, test_version:"26.0.1410.28"))
    {
      security_message(0);
      exit(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