Lucene search
+L

macOS 26.x < 26.6.2 Multiple Vulnerabilities (148281)

🗓️ 17 Aug 2026 00:00:00Reported by TenableType 
nessus
 nessus
🔗 www.tenable.com👁 1 Views

macOS 26.x prior to 26.6.2 is vulnerable to multiple memory corruption issues enabling privilege escalation.

Related
Refs
Code
ReporterTitlePublishedViews
Family
attackerkb
ATTACKERKB
CVE-2026-65340
17 Aug 202621:31
attackerkb
attackerkb
ATTACKERKB
CVE-2026-64715
17 Aug 202621:29
attackerkb
attackerkb
ATTACKERKB
CVE-2026-65337
17 Aug 202621:31
attackerkb
attackerkb
ATTACKERKB
CVE-2026-65341
17 Aug 202621:30
attackerkb
attackerkb
ATTACKERKB
CVE-2026-65351
17 Aug 202621:31
attackerkb
attackerkb
ATTACKERKB
CVE-2026-65332
17 Aug 202621:29
attackerkb
attackerkb
ATTACKERKB
CVE-2026-65343
17 Aug 202621:29
attackerkb
attackerkb
ATTACKERKB
CVE-2026-65347
17 Aug 202621:31
attackerkb
attackerkb
ATTACKERKB
CVE-2026-65349
17 Aug 202621:29
attackerkb
attackerkb
ATTACKERKB
CVE-2026-65334
17 Aug 202621:30
attackerkb
Rows per page
#%NASL_MIN_LEVEL 80900
##
# (C) Tenable, Inc.
##

include('compat.inc');

if (description)
{
  script_id(335968);
  script_version("1.1");
  script_set_attribute(attribute:"plugin_modification_date", value:"2026/08/17");

  script_cve_id(
    "CVE-2026-43794",
    "CVE-2026-43795",
    "CVE-2026-64715",
    "CVE-2026-64778",
    "CVE-2026-64779",
    "CVE-2026-64780",
    "CVE-2026-64781",
    "CVE-2026-64782",
    "CVE-2026-64784",
    "CVE-2026-64787",
    "CVE-2026-64788",
    "CVE-2026-65330",
    "CVE-2026-65331",
    "CVE-2026-65332",
    "CVE-2026-65333",
    "CVE-2026-65334",
    "CVE-2026-65335",
    "CVE-2026-65336",
    "CVE-2026-65337",
    "CVE-2026-65338",
    "CVE-2026-65339",
    "CVE-2026-65340",
    "CVE-2026-65341",
    "CVE-2026-65343",
    "CVE-2026-65346",
    "CVE-2026-65347",
    "CVE-2026-65349",
    "CVE-2026-65351"
  );
  script_xref(name:"APPLE-SA", value:"148281");

  script_name(english:"macOS 26.x < 26.6.2 Multiple Vulnerabilities (148281)");

  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.6.2. It is, therefore, affected by
multiple vulnerabilities:

  - A memory corruption vulnerability was addressed with improved locking. (CVE-2026-43794, CVE-2026-43795,
    CVE-2026-64715, CVE-2026-64778, CVE-2026-64779, CVE-2026-64780, CVE-2026-64781, CVE-2026-64782,
    CVE-2026-64784, CVE-2026-64787, CVE-2026-64788, CVE-2026-65330, CVE-2026-65331, CVE-2026-65332,
    CVE-2026-65333, CVE-2026-65334, CVE-2026-65335, CVE-2026-65336, CVE-2026-65337, CVE-2026-65338,
    CVE-2026-65339, CVE-2026-65340, CVE-2026-65341, CVE-2026-65343, CVE-2026-65346, CVE-2026-65347,
    CVE-2026-65349, CVE-2026-65351)

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/148281");
  script_set_attribute(attribute:"solution", value:
"Upgrade to macOS 26.6.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-65351");

  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/08/17");
  script_set_attribute(attribute:"patch_publication_date", value:"2026/08/17");
  script_set_attribute(attribute:"plugin_publication_date", value:"2026/08/17");

  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.6.2', 'min_version' : '26.0', 'fixed_display' : 'macOS Tahoe 26.6.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

17 Aug 2026 00:00Current
5.7Medium risk
Vulners AI Score5.7
CVSS 3.18.8
EPSS0.0022
SSVC
1