Apple Mac OS X Security Update fixes integer overflow vulnerability allowing arbitrary code execution
Reporter | Title | Published | Views | Family All 32 |
---|---|---|---|---|
Tenable Nessus | macOS 11.x < 11.7.8 (HT213809) | 21 Jun 202300:00 | – | nessus |
Tenable Nessus | macOS 12.x < 12.6.7 (HT213810) | 21 Jun 202300:00 | – | nessus |
Tenable Nessus | macOS 13.x < 13.4.1 Multiple Vulnerabilities (HT213813) | 21 Jun 202300:00 | – | nessus |
Tenable Nessus | Apple iOS < 16.5.1 Multiple Vulnerabilities (HT213814) | 22 Jun 202300:00 | – | nessus |
Tenable Nessus | Apple iOS < 15.7.7 Multiple Vulnerabilities (HT213811) | 28 Jun 202300:00 | – | nessus |
CISA KEV Catalog | Apple Multiple Products Integer Overflow Vulnerability | 23 Jun 202300:00 | – | cisa_kev |
Apple | About the security content of iOS 15.8 and iPadOS 15.8 | 25 Oct 202300:00 | – | apple |
Apple | About the security content of macOS Big Sur 11.7.8 | 21 Jun 202300:00 | – | apple |
Apple | About the security content of watchOS 8.8.1 | 21 Jun 202300:00 | – | apple |
Apple | About the security content of macOS Monterey 12.6.7 | 21 Jun 202300:00 | – | apple |
# 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.832150");
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-32434");
script_tag(name:"cvss_base", value:"7.2");
script_tag(name:"cvss_base_vector", value:"AV:L/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: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:"2023-06-30 07:36:00 +0000 (Fri, 30 Jun 2023)");
script_tag(name:"creation_date", value:"2023-06-27 16:10:49 +0530 (Tue, 27 Jun 2023)");
script_name("Apple Mac OS X Security Update (HT213810)");
script_tag(name:"summary", value:"Apple Mac OS X is prone to an integer
overflow 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 due to an integer overflow when
validating the input");
script_tag(name:"impact", value:"Successful exploitation will allow attackers to
execute arbitrary code with kernel privileges on an affected system.");
script_tag(name:"affected", value:"Apple Mac OS X Monterey versions 12.x before
12.6.7");
script_tag(name:"solution", value:"Upgrade to Apple Mac OS X Monterey version
12.6.7 or later. Please see the references for more information.");
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/HT213810");
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");
exit(0);
}
include("version_func.inc");
include("ssh_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 !~ "^12\." || "Mac OS X" >!< osName){
exit(0);
}
if(version_is_less(version:osVer, test_version:"12.6.7"))
{
report = report_fixed_ver(installed_version:osVer, fixed_version:"12.6.7");
security_message(data:report);
exit(0);
}
exit(99);
Transform Your Security Services
Elevate your offerings with Vulners' advanced Vulnerability Intelligence. Contact us for a demo and discover the difference comprehensive, actionable intelligence can make in your security strategy.
Book a live demo