Apple Mac OS X Security Update (HT213825)
🗓️ 11 Jul 2023 00:00:00Reported by Copyright (C) 2023 Greenbone AGType
openvas🔗 plugins.openvas.org👁 26 Views
| Reporter | Title | Published | Views | Family All 131 |
|---|---|---|---|---|
| Safari < 16.5.2 Vulnerability | 12 Jul 202300:00 | – | nessus | |
| Amazon Linux 2 : webkitgtk4 (ALAS-2023-2177) | 14 Aug 202300:00 | – | nessus | |
| Alibaba Cloud Linux 3 : 0078: webkit2gtk3 (ALINUX3-SA-2023:0078) | 14 May 202500:00 | – | nessus | |
| Apple TV < 16.6 Multiple Vulnerabilities (HT213846) | 27 Jul 202300:00 | – | nessus | |
| Apple iOS < 15.7.8 Multiple Vulnerabilities (HT213842) | 26 Jul 202300:00 | – | nessus | |
| Apple iOS < 16.6 Multiple Vulnerabilities (HT213841) | 26 Jul 202300:00 | – | nessus | |
| CentOS 8 : webkit2gtk3 (CESA-2023:4202) | 8 Feb 202400:00 | – | nessus | |
| Debian DSA-5457-1 : webkit2gtk - security update | 23 Jul 202300:00 | – | nessus | |
| GLSA-202401-04 : WebKitGTK+: Multiple Vulnerabilities | 5 Jan 202400:00 | – | nessus | |
| macOS 13.x < 13.4.1 (a) WebKit Code Execution (HT213825) | 13 Jul 202300:00 | – | nessus |
10
# SPDX-FileCopyrightText: 2023 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.832151");
script_version("2024-02-09T14:47:30+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-2023-37450");
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:"2024-02-09 14:47:30 +0000 (Fri, 09 Feb 2024)");
script_tag(name:"severity_vector", value:"CVSS:3.1/AV:N/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:"2023-08-02 00:54:00 +0000 (Wed, 02 Aug 2023)");
script_tag(name:"creation_date", value:"2023-07-11 12:24:50 +0530 (Tue, 11 Jul 2023)");
script_name("Apple Mac OS X Security Update (HT213825)");
script_tag(name:"summary", value:"Apple Mac OS X Arbitrary Code Execution Vulnerability.");
script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");
script_tag(name:"insight", value:"The flaw exists when processing web
content may lead to arbitrary code execution. Apple is aware of a report
that this issue may have been actively exploited.");
script_tag(name:"impact", value:"Successful exploitation will allow attackers
to conduct arbitrary code execution.");
script_tag(name:"affected", value:"Apple macOS Ventura prior to version 13.4.1 build 22F770820b");
script_tag(name:"solution", value:"Upgrade to version 13.4.1 build 22F770820b for macOS Ventura.");
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/HT213825");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2023 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=^13\.");
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 || osVer !~ "^13\." || "Mac OS X" >!< osName){
exit(0);
}
buildVer = get_kb_item("ssh/login/osx_build");
if(version_in_range(version:osVer, test_version:"13", test_version2:"13.4.0")){
fix = "Upgrade to latest OS release and apply patch from vendor";
}
else if(osVer == "13.4.1"){
if(version_is_less(version:buildVer, test_version:"22F770820b")){
fix = "Apply patch from vendor";
osVer = osVer + " Build " + buildVer;
}
}
if(fix){
report = report_fixed_ver(installed_version:osVer, fixed_version:fix);
security_message(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
09 Feb 2024 00:00Current
9.2High risk
Vulners AI Score9.2
CVSS 3.18.8
EPSS0.1895
SSVC