Lucene search

K
openvasCopyright (C) 2012 Greenbone AGOPENVAS:1361412562310802796
HistoryMay 18, 2012 - 12:00 a.m.

Apple Safari Webkit Multiple Vulnerabilities (May 2012) - Windows

2012-05-1800:00:00
Copyright (C) 2012 Greenbone AG
plugins.openvas.org
11

6 Medium

AI Score

Confidence

Low

10 High

CVSS2

Access Vector

NETWORK

Access Complexity

LOW

Authentication

NONE

Confidentiality Impact

COMPLETE

Integrity Impact

COMPLETE

Availability Impact

COMPLETE

AV:N/AC:L/Au:N/C:C/I:C/A:C

0.02 Low

EPSS

Percentile

88.6%

Apple Safari web browser is prone to multiple vulnerabilities.

# 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

CPE = "cpe:/a:apple:safari";

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.802796");
  script_version("2024-02-08T05:05:59+0000");
  script_cve_id("CVE-2011-3046", "CVE-2011-3056", "CVE-2012-0672", "CVE-2012-0676");
  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-08 05:05:59 +0000 (Thu, 08 Feb 2024)");
  script_tag(name:"creation_date", value:"2012-05-18 19:02:04 +0530 (Fri, 18 May 2012)");
  script_name("Apple Safari Webkit Multiple Vulnerabilities (May 2012) - Windows");
  script_xref(name:"URL", value:"http://support.apple.com/kb/HT5282");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/52369");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/53404");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/53407");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/53446");
  script_xref(name:"URL", value:"http://secunia.com/advisories/47292/");
  script_xref(name:"URL", value:"http://lists.apple.com/archives/security-announce/2012/May/msg00002.html");

  script_tag(name:"qod_type", value:"registry");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2012 Greenbone AG");
  script_family("General");
  script_tag(name:"solution_type", value:"VendorFix");
  script_dependencies("secpod_apple_safari_detect_win_900003.nasl");
  script_mandatory_keys("AppleSafari/Version");

  script_tag(name:"impact", value:"Successful exploitation will allow attacker to conduct cross site
  scripting attacks, bypass certain security restrictions, and compromise a user's system.");

  script_tag(name:"affected", value:"Apple Safari versions prior to 5.1.7 on Windows.");

  script_tag(name:"insight", value:"The flaws are due to

  - Multiple cross site scripting and memory corruption issues in webkit.

  - A state tracking issue existed in WebKit's handling of forms.");

  script_tag(name:"solution", value:"Upgrade to Apple Safari version 5.1.7 or later.");

  script_tag(name:"summary", value:"Apple Safari web browser is prone to multiple vulnerabilities.");

  exit(0);
}

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

if(!infos = get_app_version_and_location(cpe:CPE, exit_no_version:TRUE))
  exit(0);

vers = infos["version"];
path = infos["location"];

if(version_is_less(version:vers, test_version:"5.34.57.2")) {
  report = report_fixed_ver(installed_version:vers, fixed_version:"Safari 5.1.7 (5.34.57.2)", install_path:path);
  security_message(port:0, data:report);
  exit(0);
}

exit(99);

6 Medium

AI Score

Confidence

Low

10 High

CVSS2

Access Vector

NETWORK

Access Complexity

LOW

Authentication

NONE

Confidentiality Impact

COMPLETE

Integrity Impact

COMPLETE

Availability Impact

COMPLETE

AV:N/AC:L/Au:N/C:C/I:C/A:C

0.02 Low

EPSS

Percentile

88.6%