Lucene search

K
openvasCopyright (C) 2014 Greenbone AGOPENVAS:1361412562310804750
HistoryAug 25, 2014 - 12:00 a.m.

Apple Safari Multiple Memory Corruption Vulnerabilities-01 (Aug 2014) - Mac OS X

2014-08-2500:00:00
Copyright (C) 2014 Greenbone AG
plugins.openvas.org
17

CVSS2

6.8

Attack Vector

NETWORK

Attack Complexity

MEDIUM

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

PARTIAL

Availability Impact

PARTIAL

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

AI Score

6

Confidence

Low

EPSS

0.011

Percentile

84.2%

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.804750");
  script_version("2024-02-09T05:06:25+0000");
  script_cve_id("CVE-2014-1382", "CVE-2014-1325", "CVE-2014-1340", "CVE-2014-1345",
                "CVE-2014-1362", "CVE-2014-1363", "CVE-2014-1364", "CVE-2014-1365",
                "CVE-2014-1366", "CVE-2014-1367", "CVE-2014-1368", "CVE-2014-1369");
  script_tag(name:"cvss_base", value:"6.8");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/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-08-25 21:22:02 +0530 (Mon, 25 Aug 2014)");
  script_name("Apple Safari Multiple Memory Corruption Vulnerabilities-01 (Aug 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:"Flaws are due to multiple unspecified errors in WebKit.");
  script_tag(name:"impact", value:"Successful exploitation will allow attackers to bypass a sandbox protection
  mechanism, execute arbitrary code with root privileges via unknown vectors and corrupt memory.");
  script_tag(name:"affected", value:"Apple Safari version before 6.1.5 and 7.x before 7.0.5 on Mac OS X");
  script_tag(name:"solution", value:"Upgrade to Apple Safari version 6.1.5 or 7.0.5 or later.");
  script_tag(name:"qod_type", value:"package");
  script_tag(name:"solution_type", value:"VendorFix");

  script_xref(name:"URL", value:"http://support.apple.com/kb/HT6293");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/68271");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/68275");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/68276");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/68329");
  script_xref(name:"URL", value:"http://secunia.com/advisories/59481");
  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_in_range(version:safVer, test_version:"6.0", test_version2:"6.1.4") ||
   version_in_range(version:safVer, test_version:"7.0", test_version2:"7.0.4"))
{
  security_message( port: 0, data: "The target host was found to be vulnerable" );
  exit(0);
}

CVSS2

6.8

Attack Vector

NETWORK

Attack Complexity

MEDIUM

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

PARTIAL

Availability Impact

PARTIAL

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

AI Score

6

Confidence

Low

EPSS

0.011

Percentile

84.2%