| Reporter | Title | Published | Views | Family All 57 |
|---|---|---|---|---|
| Exploit for Out-of-bounds Write in Apple Ipados | 2 Dec 202512:22 | – | githubexploit | |
| Exploit for Out-of-bounds Write in Apple Ipados | 3 Sep 202518:34 | – | githubexploit | |
| Exploit for Out-of-bounds Write in Apple Ipados | 24 Aug 202515:48 | – | githubexploit | |
| Exploit for Integer Overflow or Wraparound in Apple Ipados | 2 Nov 202312:56 | – | githubexploit | |
| Exploit for Out-of-bounds Write in Apple Ipados | 30 Sep 202514:07 | – | githubexploit | |
| Exploit for Out-of-bounds Write in Apple Ipados | 14 Feb 202613:49 | – | githubexploit | |
| zero-click-exploit-analysis | 24 Apr 202623:10 | – | githubexploit | |
| About the security content of macOS Ventura 13.7.8 | 20 Aug 202500:00 | – | apple | |
| About the security content of macOS Sonoma 14.7.8 | 20 Aug 202500:00 | – | apple | |
| About the security content of macOS Sequoia 15.6.1 | 20 Aug 202500:00 | – | apple |
# 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.836618");
script_version("2025-09-26T15:41:32+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-2025-43300");
script_tag(name:"cvss_base", value:"6.8");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:P/I:P/A:P");
script_tag(name:"last_modification", value:"2025-09-26 15:41:32 +0000 (Fri, 26 Sep 2025)");
script_tag(name:"creation_date", value:"2025-08-21 12:01:05 +0530 (Thu, 21 Aug 2025)");
script_name("Apple MacOSX Security Update (HT124927)");
script_tag(name:"summary", value:"Apple Mac OS X is prone to an out of bounds write
vulnerability.");
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 and cause denial of service.");
script_tag(name:"affected", value:"Apple macOS Sequoia prior to version 15.6.1.");
script_tag(name:"solution", value:"Update macOS Sequoia to version 15.6.1 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/124927");
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.6.1")) {
report = report_fixed_ver(installed_version:osVer, fixed_version:"15.6.1");
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