Lucene search

K
openvasCopyright (C) 2011 Greenbone AGOPENVAS:1361412562310802303
HistoryJul 07, 2011 - 12:00 a.m.

Google Chrome WebGL Texture Information Disclosure Vulnerability - Windows

2011-07-0700:00:00
Copyright (C) 2011 Greenbone AG
plugins.openvas.org
10

CVSS2

4.3

Attack Vector

NETWORK

Attack Complexity

MEDIUM

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

NONE

Availability Impact

NONE

AV:N/AC:M/Au:N/C:P/I:N/A:N

AI Score

5.9

Confidence

Low

EPSS

0.003

Percentile

65.4%

Google Chrome is prone to an information disclosure vulnerability.

# SPDX-FileCopyrightText: 2011 Greenbone AG
# Some text descriptions might be excerpted from (a) referenced
# source(s), and are Copyright (C) by the respective right holder(s).
#
# SPDX-License-Identifier: GPL-2.0-only

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.802303");
  script_version("2024-02-15T05:05:39+0000");
  script_tag(name:"last_modification", value:"2024-02-15 05:05:39 +0000 (Thu, 15 Feb 2024)");
  script_tag(name:"creation_date", value:"2011-07-07 15:43:33 +0200 (Thu, 07 Jul 2011)");
  script_cve_id("CVE-2011-2599");
  script_tag(name:"cvss_base", value:"4.3");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:P/I:N/A:N");
  script_name("Google Chrome WebGL Texture Information Disclosure Vulnerability - Windows");
  script_xref(name:"URL", value:"http://security-tracker.debian.org/tracker/CVE-2011-2599");

  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2011 Greenbone AG");
  script_family("General");
  script_dependencies("gb_google_chrome_detect_portable_win.nasl");
  script_mandatory_keys("GoogleChrome/Win/Ver");
  script_tag(name:"impact", value:"Successful exploitation will allow remote attackers to gain
sensitive information.");
  script_tag(name:"affected", value:"Google Chrome version 11 on windows.");
  script_tag(name:"insight", value:"The flaw is present in the application, which does not block use
of a cross-domain image as a WebGL texture.");
  script_tag(name:"solution", value:"Apply the update from vendor.");
  script_tag(name:"summary", value:"Google Chrome is prone to an information disclosure vulnerability.");
  script_tag(name:"qod_type", value:"registry");
  script_tag(name:"solution_type", value:"VendorFix");

  exit(0);
}



chromeVer = get_kb_item("GoogleChrome/Win/Ver");
if(!chromeVer){
  exit(0);
}

if(chromeVer =~ "^11\."){
  security_message( port: 0, data: "The target host was found to be vulnerable" );
}

CVSS2

4.3

Attack Vector

NETWORK

Attack Complexity

MEDIUM

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

NONE

Availability Impact

NONE

AV:N/AC:M/Au:N/C:P/I:N/A:N

AI Score

5.9

Confidence

Low

EPSS

0.003

Percentile

65.4%

Related for OPENVAS:1361412562310802303