Apple Mac OS X Multiple Vulnerabilities -02 (Mar 2015)
🗓️ 05 Mar 2015 00:00:00Reported by Copyright (C) 2015 Greenbone AGType
openvas🔗 plugins.openvas.org👁 38 Views
| Reporter | Title | Published | Views | Family All 16 |
|---|---|---|---|---|
| Mac OS X < 10.10.2 Multiple Vulnerabilities | 4 Mar 201500:00 | – | nessus | |
| Mac OS X 10.10.x < 10.10.2 Multiple Vulnerabilities (POODLE) | 29 Jan 201500:00 | – | nessus | |
| Apple MAC OS X Yosemite Arbitrary Code Execution Vulnerability | 28 Jan 201500:00 | – | cnvd | |
| Apple MAC OS X Yosemite Information Disclosure Vulnerability (CNVD-2015-00761) | 28 Jan 201500:00 | – | cnvd | |
| CVE-2014-8836 | 30 Jan 201511:00 | – | cve | |
| CVE-2014-8839 | 30 Jan 201511:00 | – | cve | |
| CVE-2014-8836 | 30 Jan 201511:00 | – | cvelist | |
| CVE-2014-8839 | 30 Jan 201511:00 | – | cvelist | |
| EUVD-2014-8666 | 7 Oct 202500:30 | – | euvd | |
| EUVD-2014-8669 | 7 Oct 202500:30 | – | euvd |
10
| Source | Link |
|---|---|
| securityfocus | www.securityfocus.com/bid/72328 |
| support | www.support.apple.com/en-us/HT204244 |
# SPDX-FileCopyrightText: 2015 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.805484");
script_version("2026-04-28T06:28:06+0000");
script_cve_id("CVE-2014-8839", "CVE-2014-8836");
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:"2015-03-05 17:54:00 +0530 (Thu, 05 Mar 2015)");
script_name("Apple Mac OS X Multiple Vulnerabilities -02 (Mar 2015)");
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 are due to:
- The flaw in Spotlight that is triggered as the status of Mails
'load remote content in messages' setting is not properly checked
- The flaw in the Bluetooth driver that is triggered can allow a specially
crafted application to control the size of a write to kernel memory.");
script_tag(name:"impact", value:"Successful exploitation will allow remote
attackers to determine the IP address of the recipient of an email, a local
attacker to gain elevated privileges.");
script_tag(name:"affected", value:"Apple Mac OS X version 10.10.x through
10.10.1");
script_tag(name:"solution", value:"Upgrade to Apple Mac OS X version 10.10.2");
script_tag(name:"solution_type", value:"VendorFix");
script_tag(name:"qod_type", value:"package");
script_xref(name:"URL", value:"https://support.apple.com/en-us/HT204244");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/72328");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2015 Greenbone AG");
script_family("Mac OS X Local Security Checks");
script_dependencies("gather-package-list.nasl");
script_mandatory_keys("ssh/login/osx_name", "ssh/login/osx_version", re:"ssh/login/osx_version=^10\.10\.");
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.10", test_version2:"10.10.1"))
{
fix = "10.10.2";
VULN = TRUE ;
}
if(VULN)
{
report = 'Installed Version: ' + osVer + '\nFixed Version: ' + fix + '\n';
security_message(data:report);
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.03355