Apple Xcode Security Update (HT122380)
🗓️ 03 Apr 2025 00:00:00Reported by Copyright (C) 2025 Greenbone AGType
openvas🔗 plugins.openvas.org👁 16 Views
| Reporter | Title | Published | Views | Family All 34 |
|---|---|---|---|---|
| CVE-2025-31186 | 16 Jan 202617:06 | – | attackerkb | |
| About the security content of Xcode 16.3 | 31 Mar 202500:00 | – | apple | |
| The vulnerability of the integrated development environment Xcode for MacOS operating systems allows a hacker to execute arbitrary code. | 15 May 202500:00 | – | bdu_fstec | |
| The vulnerability of the IDE Assets component in the Xcode development environment allows a hacker to gain unauthorized access to protected information. | 16 Jun 202500:00 | – | bdu_fstec | |
| CVE-2025-24226 | 1 Apr 202514:33 | – | circl | |
| Apple Xcode 安全漏洞 | 31 Mar 202500:00 | – | cnnvd | |
| Apple Xcode 缓冲区错误漏洞 | 31 Mar 202500:00 | – | cnnvd | |
| Apple Xcode security vulnerabilities | 16 Jan 202600:00 | – | cnnvd | |
| Apple Xcode Out-of-Bounds Write Vulnerability | 8 Apr 202500:00 | – | cnvd | |
| CVE-2025-24226 | 31 Mar 202522:23 | – | cve |
10
| Source | Link |
|---|---|
| support | www.support.apple.com/en-us/122380 |
# 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
CPE = "cpe:/a:apple:xcode";
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.836097");
script_version("2026-01-20T05:50:00+0000");
script_cve_id("CVE-2025-24226", "CVE-2025-30441", "CVE-2025-31186");
script_tag(name:"cvss_base", value:"5.0");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:N/A:N");
script_tag(name:"last_modification", value:"2026-01-20 05:50:00 +0000 (Tue, 20 Jan 2026)");
script_tag(name:"creation_date", value:"2025-04-03 10:29:40 +0530 (Thu, 03 Apr 2025)");
script_name("Apple Xcode Security Update (HT122380)");
script_tag(name:"summary", value:"Apple Xcode 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 overwrite arbitrary files and access private information.");
script_tag(name:"affected", value:"Apple Xcode prior to version 16.3 on
macOS Sequoia.");
script_tag(name:"solution", value:"Update to version 16.3 or later for macOS
Sequoia.");
script_tag(name:"solution_type", value:"VendorFix");
script_tag(name:"qod_type", value:"executable_version");
script_xref(name:"URL", value:"https://support.apple.com/en-us/122380");
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", "gb_xcode_detect_macosx.nasl");
script_mandatory_keys("ssh/login/osx_version", "Xcode/MacOSX/Version");
exit(0);
}
include("host_details.inc");
include("version_func.inc");
osVer = get_kb_item("ssh/login/osx_version");
if(!osVer || osVer !~ "^15\.") {
exit(0);
}
if(!infos = get_app_version_and_location(cpe:CPE, exit_no_version:TRUE)) {
exit(0);
}
vers = infos["version"];
path = infos["location"];
if(osVer =~ "^15\." && version_is_greater_equal(version:osVer, test_version:"15.2")) {
if(version_is_less(version:vers, test_version:"16.3")) {
report = report_fixed_ver(installed_version:vers, fixed_version:"16.3", install_path:path);
security_message(port:0, data:report);
exit(0);
}
}
exit(0);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
20 Jan 2026 00:00Current
5.4Medium risk
Vulners AI Score5.4
CVSS 3.15.5
EPSS0.00248
SSVC