| Reporter | Title | Published | Views | Family All 292 |
|---|---|---|---|---|
| Exploit for CVE-2026-43700 | 30 Jun 202603:06 | – | githubexploit | |
| CVE-2026-43721 | 29 Jun 202619:43 | – | attackerkb | |
| CVE-2026-28979 | 29 Jun 202619:42 | – | attackerkb | |
| CVE-2026-43734 | 29 Jun 202619:42 | – | attackerkb | |
| CVE-2026-43742 | 29 Jun 202619:42 | – | attackerkb | |
| CVE-2026-43722 | 29 Jun 202619:42 | – | attackerkb | |
| CVE-2026-43726 | 29 Jun 202619:43 | – | attackerkb | |
| CVE-2026-43676 | 29 Jun 202619:42 | – | attackerkb | |
| CVE-2026-43706 | 29 Jun 202619:43 | – | attackerkb | |
| CVE-2026-43700 | 29 Jun 202619:43 | – | attackerkb |
#%NASL_MIN_LEVEL 80900
##
# (C) Tenable, Inc.
##
include('compat.inc');
if (description)
{
script_id(323673);
script_version("1.1");
script_set_attribute(attribute:"plugin_modification_date", value:"2026/06/29");
script_cve_id(
"CVE-2026-28979",
"CVE-2026-39868",
"CVE-2026-39872",
"CVE-2026-43663",
"CVE-2026-43676",
"CVE-2026-43699",
"CVE-2026-43700",
"CVE-2026-43701",
"CVE-2026-43703",
"CVE-2026-43704",
"CVE-2026-43705",
"CVE-2026-43706",
"CVE-2026-43707",
"CVE-2026-43708",
"CVE-2026-43709",
"CVE-2026-43712",
"CVE-2026-43713",
"CVE-2026-43715",
"CVE-2026-43716",
"CVE-2026-43717",
"CVE-2026-43718",
"CVE-2026-43720",
"CVE-2026-43721",
"CVE-2026-43722",
"CVE-2026-43724",
"CVE-2026-43725",
"CVE-2026-43726",
"CVE-2026-43727",
"CVE-2026-43731",
"CVE-2026-43732",
"CVE-2026-43734",
"CVE-2026-43735",
"CVE-2026-43740",
"CVE-2026-43742",
"CVE-2026-43743",
"CVE-2026-43745",
"CVE-2026-43746"
);
script_xref(name:"APPLE-SA", value:"127595");
script_name(english:"macOS 26.x < 26.5.2 Multiple Vulnerabilities (127595)");
script_set_attribute(attribute:"synopsis", value:
"The remote host is missing a macOS update that fixes multiple vulnerabilities");
script_set_attribute(attribute:"description", value:
"The remote host is running a version of macOS / Mac OS X that is 26.x prior to 26.5.2. It is, therefore, affected by
multiple vulnerabilities:
- A use-after-free issue was addressed with improved memory management. (CVE-2026-28979, CVE-2026-39868,
CVE-2026-39872, CVE-2026-43663, CVE-2026-43676, CVE-2026-43699, CVE-2026-43700, CVE-2026-43701,
CVE-2026-43703, CVE-2026-43704, CVE-2026-43705, CVE-2026-43706, CVE-2026-43707, CVE-2026-43708,
CVE-2026-43709, CVE-2026-43712, CVE-2026-43713, CVE-2026-43715, CVE-2026-43716, CVE-2026-43717,
CVE-2026-43718, CVE-2026-43720, CVE-2026-43721, CVE-2026-43722, CVE-2026-43724, CVE-2026-43725,
CVE-2026-43726, CVE-2026-43727, CVE-2026-43731, CVE-2026-43732, CVE-2026-43734, CVE-2026-43735,
CVE-2026-43740, CVE-2026-43742, CVE-2026-43743, CVE-2026-43745, CVE-2026-43746)
Note that Nessus has not tested for these issues but has instead relied only on the operating system's self-reported
version number.");
script_set_attribute(attribute:"see_also", value:"https://support.apple.com/en-us/127595");
script_set_attribute(attribute:"solution", value:
"Upgrade to macOS 26.5.2 or later.");
script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:P/I:P/A:P");
script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
script_set_cvss3_base_vector("CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H");
script_set_cvss3_temporal_vector("CVSS:3.0/E:U/RL:O/RC:C");
script_set_attribute(attribute:"cvss_score_source", value:"CVE-2026-43746");
script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");
script_set_attribute(attribute:"exploit_available", value:"false");
script_set_attribute(attribute:"vuln_publication_date", value:"2026/06/29");
script_set_attribute(attribute:"patch_publication_date", value:"2026/06/29");
script_set_attribute(attribute:"plugin_publication_date", value:"2026/06/29");
script_set_attribute(attribute:"plugin_type", value:"local");
script_set_attribute(attribute:"cpe", value:"cpe:/o:apple:mac_os_x:26.0");
script_set_attribute(attribute:"cpe", value:"cpe:/o:apple:macos:26.0");
script_set_attribute(attribute:"generated_plugin", value:"current");
script_end_attributes();
script_category(ACT_GATHER_INFO);
script_family(english:"MacOS X Local Security Checks");
script_copyright(english:"This script is Copyright (C) 2026 and is owned by Tenable, Inc. or an Affiliate thereof.");
script_dependencies("ssh_get_info.nasl");
script_require_ports("Host/MacOSX/Version", "Host/local_checks_enabled", "Host/MacOSX/packages/boms");
exit(0);
}
include('vcf.inc');
include('vcf_extras_apple.inc');
var app_info = vcf::apple::macos::get_app_info();
var constraints = [
{ 'fixed_version' : '26.5.2', 'min_version' : '26.0', 'fixed_display' : 'macOS Tahoe 26.5.2' }
];
vcf::apple::macos::check_version_and_report(
app_info:app_info,
constraints:constraints,
severity:SECURITY_HOLE
);
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