Apple Mac OS X Security Update (HT211946)
🗓️ 17 Nov 2020 00:00:00Reported by Copyright (C) 2020 Greenbone AGType
openvas🔗 plugins.openvas.org👁 37 Views
| Reporter | Title | Published | Views | Family All 78 |
|---|---|---|---|---|
| Exploit for Improper Initialization in Apple Ipados | 1 Dec 202015:49 | – | githubexploit | |
| CVE-2020-27930 | 8 Dec 202000:00 | – | attackerkb | |
| CVE-2020-27950 | 8 Dec 202000:00 | – | attackerkb | |
| CVE-2020-27932 | 8 Dec 202000:00 | – | attackerkb | |
| About the security content of watchOS 6.2.9 | 5 Nov 202000:00 | – | apple | |
| About the security content of watchOS 7.1 | 5 Nov 202000:00 | – | apple | |
| About the security content of Security Update 2020-006 High Sierra, Security Update 2020-006 Mojave | 12 Nov 202000:00 | – | apple | |
| About the security content of macOS Catalina 10.15.7 Supplemental Update, macOS Catalina 10.15.7 Update | 5 Nov 202000:00 | – | apple | |
| About the security content of watchOS 5.3.9 | 5 Nov 202000:00 | – | apple | |
| About the security content of macOS Big Sur 11.0.1 | 12 Nov 202000:00 | – | apple |
10
# SPDX-FileCopyrightText: 2020 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.817840");
script_version("2026-06-11T07:15:11+0000");
script_xref(name:"CISA", value:"Known Exploited Vulnerability (KEV) catalog");
script_xref(name:"URL", value:"https://www.cisa.gov/known-exploited-vulnerabilities-catalog");
script_cve_id("CVE-2020-27950", "CVE-2020-27932", "CVE-2020-27930");
script_tag(name:"cvss_base", value:"9.3");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:C/I:C/A:C");
script_tag(name:"last_modification", value:"2026-06-11 07:15:11 +0000 (Thu, 11 Jun 2026)");
script_tag(name:"severity_vector", value:"CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H");
script_tag(name:"severity_origin", value:"NVD");
script_tag(name:"severity_date", value:"2021-02-11 19:50:00 +0000 (Thu, 11 Feb 2021)");
script_tag(name:"creation_date", value:"2020-11-17 13:09:38 +0530 (Tue, 17 Nov 2020)");
script_name("Apple Mac OS X Security Update (HT211946)");
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:
- A memory initialization issue.
- A type confusion issue related to improper state handling.
- A memory corruption issue related to improper input validation.");
script_tag(name:"impact", value:"Successful exploitation allow attackers to
execute arbitrary code and disclose sensitive information.");
script_tag(name:"affected", value:"Apple Mac OS X versions High Sierra 10.13.6
before Security Update 2020-006 High Sierra, Mojave 10.14.6 before
Security Update 2020-006 Mojave");
script_tag(name:"solution", value:"Update to Apple Mac OS X 10.13.6 build
17G14042 or 10.14.6 build 18G6042 or later.");
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/HT211946");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2020 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");
exit(0);
}
include("version_func.inc");
include("ssh_func.inc");
if(!osName = get_kb_item("ssh/login/osx_name"))
exit(0);
osVer = get_kb_item("ssh/login/osx_version");
if(!osVer || osVer !~ "^10\.1[34]" || "Mac OS X" >!< osName){
exit(0);
}
buildVer = get_kb_item("ssh/login/osx_build");
if(version_in_range(version:osVer, test_version:"10.13", test_version2:"10.13.5")){
fix = "Upgrade to latest OS release and apply patch from vendor";
}
else if(osVer == "10.13.6")
{
if(version_is_less(version:buildVer, test_version:"17G14042"))
{
fix = "Apply patch from vendor";
osVer = osVer + " Build " + buildVer;
}
}
else if(version_in_range(version:osVer, test_version:"10.14", test_version2:"10.14.5")){
fix = "Upgrade to latest OS release and apply patch from vendor";
}
else if(osVer == "10.14.6")
{
if(version_is_less(version:buildVer, test_version:"18G6042"))
{
fix = "Apply patch from vendor";
osVer = osVer + " Build " + buildVer;
}
}
if(fix)
{
report = report_fixed_ver(installed_version:osVer, fixed_version:fix);
security_message(port:0, data:report);
exit(0);
}
exit(99);
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
11 Jun 2026 00:00Current
6.9Medium risk
Vulners AI Score6.9
CVSS 29.3
CVSS 3.17.8
EPSS0.22009
SSVC