Apple Mac OS X Multiple Vulnerabilities -02 (Sep 2014)
🗓️ 19 Sep 2014 00:00:00Reported by Copyright (C) 2014 Greenbone AGType
openvas🔗 plugins.openvas.org👁 49 Views
| Reporter | Title | Published | Views | Family All 43 |
|---|---|---|---|---|
| Mac OS X < 10.9.4 Multiple Vulnerabilities (Security Update 2014-003) | 2 Jul 201400:00 | – | nessus | |
| Apple iOS 7.x < 7.1.2 Multiple Vulnerabilities | 2 Jul 201400:00 | – | nessus | |
| Apple TV < 6.1.2 Multiple Vulnerabilities | 6 Jul 201400:00 | – | nessus | |
| Apple iOS < 7.1.2 Multiple Vulnerabilities | 30 Jun 201400:00 | – | nessus | |
| Mac OS X 10.9.x < 10.9.4 Multiple Vulnerabilities | 1 Jul 201400:00 | – | nessus | |
| Mac OS X Multiple Vulnerabilities (Security Update 2014-003) | 1 Jul 201400:00 | – | nessus | |
| CVE-2014-1361 | 1 Jul 201410:00 | – | cve | |
| CVE-2014-1372 | 1 Jul 201410:00 | – | cve | |
| CVE-2014-1373 | 1 Jul 201410:00 | – | cve | |
| CVE-2014-1376 | 1 Jul 201410:00 | – | cve |
10
| Source | Link |
|---|---|
| support | www.support.apple.com/kb/HT1338 |
| securityfocus | www.securityfocus.com/bid/68272 |
| support | www.support.apple.com/kb/HT6296 |
| securityfocus | www.securityfocus.com/bid/68274 |
| securitytracker | www.securitytracker.com/id/1030505 |
| archives | www.archives.neohapsis.com/archives/bugtraq/2014-06/0172.html |
# 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
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.804847");
script_version("2026-04-28T06:28:06+0000");
script_cve_id("CVE-2014-1372", "CVE-2014-1373", "CVE-2014-1376", "CVE-2014-1377",
"CVE-2014-1379", "CVE-2014-1361");
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:"2026-04-28 06:28:06 +0000 (Tue, 28 Apr 2026)");
script_tag(name:"creation_date", value:"2014-09-19 11:51:15 +0530 (Fri, 19 Sep 2014)");
script_name("Apple Mac OS X Multiple Vulnerabilities -02 (Sep 2014)");
script_tag(name:"summary", value:"Apple Mac OS X 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:
- An out-of-bounds read error in the handling of a system call.
- A validation error in the handling of an OpenGL API call.
- A validation error in the handling of an OpenCL API call.
- An array indexing error in IOAcceleratorFamily.
- Multiple null dereference errors in kernel graphics drivers.
- An uninitialized memory access error in the handling of DTLS messages in a
TLS connection.");
script_tag(name:"impact", value:"Successful exploitation will allow
attackers to bypass security restrictions, disclose sensitive information,
compromise the affected system and conduct privilege escalation.");
script_tag(name:"affected", value:"Apple Mac OS X version 10.8.x through
10.8.5 and 10.9.x before 10.9.4");
script_tag(name:"solution", value:"Run Mac Updates. Please see the references for more information.");
script_xref(name:"URL", value:"http://support.apple.com/kb/HT1338");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/68272");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/68274");
script_tag(name:"qod_type", value:"package_unreliable");
script_tag(name:"solution_type", value:"VendorFix");
script_xref(name:"URL", value:"http://support.apple.com/kb/HT6296");
script_xref(name:"URL", value:"http://www.securitytracker.com/id/1030505");
script_xref(name:"URL", value:"http://archives.neohapsis.com/archives/bugtraq/2014-06/0172.html");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2014 Greenbone AG");
script_family("General");
script_dependencies("gather-package-list.nasl");
script_mandatory_keys("ssh/login/osx_name", "ssh/login/osx_version", re:"ssh/login/osx_version=^10\.[89]\.");
exit(0);
}
include("version_func.inc");
osName = get_kb_item("ssh/login/osx_name");
if(!osName)
exit(0);
osVer = get_kb_item("ssh/login/osx_version");
if(!osVer)
exit(0);
if("Mac OS X" >< osName)
{
if(version_in_range(version:osVer, test_version:"10.9.0", test_version2:"10.9.3")||
version_in_range(version:osVer, test_version:"10.8.0", test_version2:"10.8.5"))
{
security_message( port: 0, data: "The target host was found to be vulnerable" );
exit(0);
}
exit(99);
}
exit(0);
Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation
28 Apr 2026 00:00Current
5.1Medium risk
Vulners AI Score5.1
CVSS 210
EPSS0.04166