Lucene search

K

Google Chrome Multiple Vulnerabilities-02 (Oct 2012) - Mac OS X

🗓️ 15 Oct 2012 00:00:00Reported by Copyright (C) 2012 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 21 Views

Google Chrome Multiple Vulnerabilities-02 (Oct 2012) - Mac OS

Show more
Related
Refs
Code
ReporterTitlePublishedViews
Family
Debian CVE
CVE-2012-5376
11 Oct 201210:51
debiancve
Debian CVE
CVE-2012-5112
11 Oct 201210:51
debiancve
Prion
Design/Logic Flaw
11 Oct 201210:51
prion
Prion
Design/Logic Flaw
11 Oct 201210:51
prion
OpenVAS
Google Chrome Multiple Vulnerabilities-02 Oct12 (Linux)
15 Oct 201200:00
openvas
OpenVAS
Google Chrome Multiple Vulnerabilities-02 Oct12 (Mac OS X)
15 Oct 201200:00
openvas
OpenVAS
Google Chrome Multiple Vulnerabilities-02 (Oct 2012) - Linux
15 Oct 201200:00
openvas
OpenVAS
Google Chrome Multiple Vulnerabilities-02 Oct12 (Windows)
15 Oct 201200:00
openvas
OpenVAS
Google Chrome Multiple Vulnerabilities-02 (Oct 2012) - Windows
15 Oct 201200:00
openvas
OpenVAS
FreeBSD Ports: chromium
13 Oct 201200:00
openvas
Rows per page
# SPDX-FileCopyrightText: 2012 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.802475");
  script_version("2024-02-09T05:06:25+0000");
  script_cve_id("CVE-2012-5112", "CVE-2012-5376");
  script_tag(name:"cvss_base", value:"10.0");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:C/I:C/A:C");
  script_tag(name:"last_modification", value:"2024-02-09 05:06:25 +0000 (Fri, 09 Feb 2024)");
  script_tag(name:"severity_vector", value:"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H");
  script_tag(name:"severity_origin", value:"NVD");
  script_tag(name:"severity_date", value:"2019-09-27 17:19:00 +0000 (Fri, 27 Sep 2019)");
  script_tag(name:"creation_date", value:"2012-10-15 12:53:43 +0530 (Mon, 15 Oct 2012)");
  script_name("Google Chrome Multiple Vulnerabilities-02 (Oct 2012) - Mac OS X");
  script_xref(name:"URL", value:"http://blog.chromium.org/2012/10/pwnium-2-results-and-wrap-up_10.html");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/55867");
  script_xref(name:"URL", value:"http://googlechromereleases.blogspot.in/2012/10/stable-channel-update_6105.html");

  script_copyright("Copyright (C) 2012 Greenbone AG");
  script_category(ACT_GATHER_INFO);
  script_family("General");
  script_dependencies("gb_google_chrome_detect_macosx.nasl");
  script_mandatory_keys("GoogleChrome/MacOSX/Version");
  script_tag(name:"impact", value:"Successful exploitation could allow the attackers to execute arbitrary code
  and cause a denial of service.");
  script_tag(name:"affected", value:"Google Chrome version prior to 22.0.1229.94 on Mac OS X");
  script_tag(name:"insight", value:"Multiple flaws are due to

  - Use-after-free error in the SVG implementation in WebKit, allows remote
    attackers to execute arbitrary code via unspecified vectors.

  - An error in Inter-process Communication (IPC) implementation, allows
    remote attackers to bypass intended sandbox restrictions and write to
    arbitrary files by leveraging access to a renderer process.");
  script_tag(name:"solution", value:"Upgrade to the Google Chrome 22.0.1229.94 or later.");
  script_tag(name:"summary", value:"Google Chrome is prone to multiple vulnerabilities.");
  script_tag(name:"qod_type", value:"package");
  script_tag(name:"solution_type", value:"VendorFix");

  exit(0);
}


include("version_func.inc");

chromeVer = get_kb_item("GoogleChrome/MacOSX/Version");
if(!chromeVer){
  exit(0);
}

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

exit(99);

Transform Your Security Services

Elevate your offerings with Vulners' advanced Vulnerability Intelligence. Contact us for a demo and discover the difference comprehensive, actionable intelligence can make in your security strategy.

Book a live demo