Lucene search
+L

Google Chrome < 11.0.696.57 Multiple Vulnerabilities (May 2011) - Linux

🗓️ 11 May 2011 00:00:00Reported by Copyright (C) 2011 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 36 Views

Google Chrome Multiple Vulnerabilities (May 2011) - Linux. Vulnerabilities allowing bypassing security restrictions, information disclosure, spoofing attacks, and potential system compromise. Upgrade to Google Chrome 11.0.696.57 or later

Related
Refs
Code
# 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.801879");
  script_version("2025-03-06T05:38:27+0000");
  script_tag(name:"last_modification", value:"2025-03-06 05:38:27 +0000 (Thu, 06 Mar 2025)");
  script_tag(name:"creation_date", value:"2011-05-11 15:50:14 +0200 (Wed, 11 May 2011)");
  script_cve_id("CVE-2011-1303", "CVE-2011-1304", "CVE-2011-1305", "CVE-2011-1434",
                "CVE-2011-1435", "CVE-2011-1436", "CVE-2011-1437", "CVE-2011-1438",
                "CVE-2011-1439", "CVE-2011-1440", "CVE-2011-1441", "CVE-2011-1442",
                "CVE-2011-1443", "CVE-2011-1444", "CVE-2011-1445", "CVE-2011-1446",
                "CVE-2011-1447", "CVE-2011-1448", "CVE-2011-1449", "CVE-2011-1450",
                "CVE-2011-1451", "CVE-2011-1452", "CVE-2011-1454", "CVE-2011-1455",
                "CVE-2011-1456");
  script_tag(name:"cvss_base", value:"7.5");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:P/A:P");
  script_name("Google Chrome < 11.0.696.57 Multiple Vulnerabilities (May 2011) - Linux");
  script_xref(name:"URL", value:"http://googlechromereleases.blogspot.com/2011/04/chrome-stable-update.html");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/47604");

  script_copyright("Copyright (C) 2011 Greenbone AG");
  script_category(ACT_GATHER_INFO);
  script_family("General");
  script_dependencies("gb_google_chrome_detect_lin.nasl");
  script_mandatory_keys("Google-Chrome/Linux/Ver");
  script_tag(name:"impact", value:"Successful exploitation could allow attackers to bypass certain security
  restrictions, disclose potentially sensitive information, conduct spoofing
  attacks, and potentially compromise a user's system.");
  script_tag(name:"affected", value:"Google Chrome version prior to 11.0.696.57 on Linux.");
  script_tag(name:"insight", value:"- An unspecified error related to a stale pointer exists within the handling
    of floating objects.

  - A linked-list race condition exists within the database handling.

  - The MIME handling does not properly ensure thread safety.

  - An extension with 'tabs' permission can gain access to local files.

  - An integer overflow error exists within the float rendering.

  - An error related to blobs can be exploited to violate the same origin
    policy.

  - An unspecified error can be exploited to cause an interference between
    renderer processes.

  - A use-after-free error exists within the handling of '<ruby>' tags and CSS.

  - A casting error exists within then handling of floating select lists.

  - An error related to mutation events can be exploited to corrupt node trees.

  - An unspecified error related to stale pointers exists in the layering code.

  - A race condition error exists within the sandbox launcher.

  - Interrupted loads and navigation errors can be leveraged to spoof the URL
    bar.

  - An unspecified error related to a stale pointer exists within the handling
    of drop-down lists.

  - An unspecified error related to a stale pointer exists within the height
    calculations.

  - A use-after-free error exists within the handling of WebSockets.

  - An error related to dangling pointers exists within the handling of file
    dialogs.

  - An error related to dangling pointers exists within the handling of DOM
    id maps.

  - Redirects and manual reloads can be exploited to spoof the URL bar.

  - A use-after-free error exists within the handling of DOM ids.

  - An error related to stale pointers exists within the handling of PDF forms.");
  script_tag(name:"solution", value:"Upgrade to the Google Chrome 11.0.696.57 or later.");
  script_tag(name:"summary", value:"Google Chrome is prone to multiple vulnerabilities.");
  script_tag(name:"qod_type", value:"executable_version");
  script_tag(name:"solution_type", value:"VendorFix");

  exit(0);
}


include("version_func.inc");

chromeVer = get_kb_item("Google-Chrome/Linux/Ver");
if(!chromeVer){
  exit(0);
}

if(version_is_less(version:chromeVer, test_version:"11.0.696.57")){
  report = report_fixed_ver(installed_version:chromeVer, fixed_version:"11.0.696.57");
  security_message(port: 0, data: report);
}

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