Apple MacOSX Security Update (HT122716)
🗓️ 13 May 2025 00:00:00Reported by Copyright (C) 2025 Greenbone AGType
openvas🔗 plugins.openvas.org👁 35 Views
| Reporter | Title | Published | Views | Family All 1446 |
|---|---|---|---|---|
| OpenSSH 9.9p1 Denial of Service / Man-In-The-Middle Vulnerability | 18 Feb 202500:00 | – | zdt | |
| UBUNTU-CVE-2025-31204 | 12 May 202522:15 | – | osv | |
| UBUNTU-CVE-2025-31205 | 12 May 202522:15 | – | osv | |
| UBUNTU-CVE-2025-31206 | 12 May 202522:15 | – | osv | |
| UBUNTU-CVE-2025-31215 | 12 May 202522:15 | – | osv | |
| UBUNTU-CVE-2025-31223 | 12 May 202522:15 | – | osv | |
| UBUNTU-CVE-2025-31257 | 12 May 202522:15 | – | osv | |
| USN-7270-1 openssh vulnerabilities | 18 Feb 202513:04 | – | osv | |
| USN-7270-2 openssh vulnerability | 18 Feb 202518:00 | – | osv | |
| USN-7424-1 expat vulnerability | 8 Apr 202511:46 | – | osv |
10
| Source | Link |
|---|---|
| support | www.support.apple.com/en-us/122716 |
# SPDX-FileCopyrightText: 2025 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.836198");
script_version("2025-11-26T05:40:08+0000");
script_cve_id("CVE-2025-31246", "CVE-2025-31240", "CVE-2025-31237", "CVE-2025-31260",
"CVE-2025-31251", "CVE-2025-31235", "CVE-2025-24222", "CVE-2025-31212",
"CVE-2025-31208", "CVE-2025-31209", "CVE-2025-31239", "CVE-2025-31233",
"CVE-2025-31236", "CVE-2025-30443", "CVE-2025-31226", "CVE-2025-31232",
"CVE-2025-31241", "CVE-2025-31219", "CVE-2024-8176", "CVE-2025-30440",
"CVE-2025-31222", "CVE-2025-24274", "CVE-2025-31218", "CVE-2025-31256",
"CVE-2025-24142", "CVE-2025-26465", "CVE-2025-26466", "CVE-2025-31234",
"CVE-2025-31245", "CVE-2025-31244", "CVE-2025-31258", "CVE-2025-31249",
"CVE-2025-31224", "CVE-2025-31221", "CVE-2025-31213", "CVE-2025-31247",
"CVE-2025-31259", "CVE-2025-31242", "CVE-2025-31250", "CVE-2025-31220",
"CVE-2025-24213", "CVE-2025-31223", "CVE-2025-31238", "CVE-2025-31215",
"CVE-2025-31204", "CVE-2025-24223", "CVE-2025-31206", "CVE-2025-31217",
"CVE-2025-31205", "CVE-2025-31257", "CVE-2025-31266", "CVE-2025-31248",
"CVE-2025-43374");
script_tag(name:"cvss_base", value:"7.8");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:N/I:N/A:C");
script_tag(name:"last_modification", value:"2025-11-26 05:40:08 +0000 (Wed, 26 Nov 2025)");
script_tag(name:"severity_vector", value:"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H");
script_tag(name:"severity_origin", value:"NVD");
script_tag(name:"severity_date", value:"2025-03-14 09:15:14 +0000 (Fri, 14 Mar 2025)");
script_tag(name:"creation_date", value:"2025-05-13 22:03:43 +0530 (Tue, 13 May 2025)");
script_name("Apple MacOSX Security Update (HT122716)");
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:"impact", value:"Successful exploitation allows an attacker
to run arbitrary code, disclose information, elevate privileges, bypass
security restrictions and cause denial of service.");
script_tag(name:"affected", value:"Apple macOS Sequoia prior to version 15.5.");
script_tag(name:"solution", value:"Update macOS Sequoia to version 15.5 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/122716");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2025 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=^15\.");
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 !~ "^15\." || "Mac OS X" >!< osName) {
exit(0);
}
if(version_is_less(version:osVer, test_version:"15.5")) {
report = report_fixed_ver(installed_version:osVer, fixed_version:"15.5");
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
26 Nov 2025 00:00Current
7.4High risk
Vulners AI Score7.4
CVSS 3.16.8 - 8.8
EPSS0.39845
SSVC