Lucene search

K
openvasCopyright (C) 2014 Greenbone AGOPENVAS:1361412562310805305
HistoryDec 16, 2014 - 12:00 a.m.

Apple Safari 'Webkit' Multiple Vulnerabilities-01 (Dec 2014) - Mac OS X

2014-12-1600:00:00
Copyright (C) 2014 Greenbone AG
plugins.openvas.org
13

7.5 High

CVSS2

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

PARTIAL

Availability Impact

PARTIAL

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

6 Medium

AI Score

Confidence

Low

0.014 Low

EPSS

Percentile

86.3%

Apple Safari is prone to multiple vulnerabilities.

# SPDX-FileCopyrightText: 2014 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.805305");
  script_version("2024-02-09T05:06:25+0000");
  script_cve_id("CVE-2014-4475", "CVE-2014-4474", "CVE-2014-4473", "CVE-2014-4472",
                "CVE-2014-4471", "CVE-2014-4470", "CVE-2014-4469", "CVE-2014-4468",
                "CVE-2014-4466", "CVE-2014-4465");
  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_tag(name:"last_modification", value:"2024-02-09 05:06:25 +0000 (Fri, 09 Feb 2024)");
  script_tag(name:"creation_date", value:"2014-12-16 14:55:53 +0530 (Tue, 16 Dec 2014)");
  script_name("Apple Safari 'Webkit' Multiple Vulnerabilities-01 (Dec 2014) - Mac OS X");

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

  script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");

  script_tag(name:"insight", value:"Multiple flaws exist due to:

  - Multiple unspecified memory corruption errors.

  - An SVG loaded in an img element could load a CSS file cross-origin.");

  script_tag(name:"impact", value:"Successful exploitation will allow attackers
  to conduct denial of service attack, arbitrary code execution and bypass the
  Same Origin Policy.");

  script_tag(name:"affected", value:"Apple Safari before version 6.2.1,
  7.x before 7.1.1, and 8.x before 8.0.1 on Mac OS X.");

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

  script_tag(name:"solution_type", value:"VendorFix");
  script_tag(name:"qod_type", value:"package");

  script_xref(name:"URL", value:"http://support.apple.com/kb/HT6145");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/71438");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/71439");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/71442");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/71444");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/71445");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/71449");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/71451");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/71459");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/71461");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/71462");
  script_xref(name:"URL", value:"http://secunia.com/advisories/57093");
  script_xref(name:"URL", value:"http://packetstormsecurity.com/files/125428");
  script_copyright("Copyright (C) 2014 Greenbone AG");
  script_category(ACT_GATHER_INFO);
  script_family("General");
  script_dependencies("macosx_safari_detect.nasl");
  script_mandatory_keys("AppleSafari/MacOSX/Version");
  exit(0);
}

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

if(!safVer = get_app_version(cpe:CPE)){
  exit(0);
}

if(version_is_less(version:safVer, test_version:"6.2.1") ||
   version_in_range(version:safVer, test_version:"7.0", test_version2:"7.1.0")||
   version_is_equal(version:safVer, test_version:"8.0"))
{
  security_message( port: 0, data: "The target host was found to be vulnerable" );
  exit(0);
}

7.5 High

CVSS2

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

PARTIAL

Availability Impact

PARTIAL

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

6 Medium

AI Score

Confidence

Low

0.014 Low

EPSS

Percentile

86.3%