Lucene search

K
openvasCopyright (C) 2014 Greenbone AGOPENVAS:1361412562310804534
HistoryApr 07, 2014 - 12:00 a.m.

Apple Safari Multiple Memory Corruption Vulnerabilities-02 (Apr 2014) - Mac OS X

2014-04-0700:00:00
Copyright (C) 2014 Greenbone AG
plugins.openvas.org
9

6 Medium

AI Score

Confidence

Low

0.013 Low

EPSS

Percentile

85.6%

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.804534");
  script_version("2024-02-09T05:06:25+0000");
  script_cve_id("CVE-2014-1297", "CVE-2014-1298", "CVE-2014-1299", "CVE-2014-1301",
                "CVE-2014-1302", "CVE-2014-1304", "CVE-2014-1305", "CVE-2014-1307",
                "CVE-2014-1308", "CVE-2014-1309", "CVE-2014-1310", "CVE-2014-1311",
                "CVE-2014-1312", "CVE-2014-1313");
  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-04-07 13:22:25 +0530 (Mon, 07 Apr 2014)");
  script_name("Apple Safari Multiple Memory Corruption Vulnerabilities-02 (Apr 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 6.x before 6.1.3 and 7.x before 7.0.3 on Mac OS X");
  script_tag(name:"solution", value:"Upgrade to Apple Safari version 6.1.3 or 7.0.3 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/HT6181");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/66572");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/66573");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/66574");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/66575");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/66576");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/66577");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/66578");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/66579");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/66580");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/66581");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/66584");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/66585");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/66586");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/66587");
  script_xref(name:"URL", value:"http://secunia.com/advisories/57688");
  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.2") ||
   version_in_range(version:safVer, test_version:"7.0", test_version2:"7.0.2"))
{
  security_message( port: 0, data: "The target host was found to be vulnerable" );
  exit(0);
}

6 Medium

AI Score

Confidence

Low

0.013 Low

EPSS

Percentile

85.6%

Related for OPENVAS:1361412562310804534