| Reporter | Title | Published | Views | Family All 190 |
|---|---|---|---|---|
| Exploit for CVE-2024-44308 | 7 Apr 202522:03 | – | githubexploit | |
| CVE-2024-44309 | 20 Nov 202400:00 | – | attackerkb | |
| CVE-2024-44308 | 20 Nov 202400:00 | – | attackerkb | |
| Amazon Linux 2 : webkitgtk4, --advisory ALAS2-2025-2869 (ALAS-2025-2869) | 29 May 202500:00 | – | nessus | |
| Alibaba Cloud Linux 3 : 0002: webkit2gtk3 (ALINUX3-SA-2025:0002) | 14 May 202500:00 | – | nessus | |
| AlmaLinux 9 : webkit2gtk3 (ALSA-2024:10472) | 3 Dec 202400:00 | – | nessus | |
| AlmaLinux 8 : webkit2gtk3 (ALSA-2024:10481) | 3 Dec 202400:00 | – | nessus | |
| Apple iOS < 17.7.2 Multiple Vulnerabilities (121754) | 21 Nov 202400:00 | – | nessus | |
| Apple iOS < 18.1.1 Multiple Vulnerabilities (121752) | 21 Nov 202400:00 | – | nessus | |
| Debian dla-3982 : gir1.2-javascriptcoregtk-4.0 - security update | 3 Dec 202400:00 | – | nessus |
#%NASL_MIN_LEVEL 80900
##
# (C) Tenable, Inc.
##
include('compat.inc');
if (description)
{
script_id(213045);
script_version("1.2");
script_set_attribute(attribute:"plugin_modification_date", value:"2024/12/17");
script_cve_id("CVE-2024-44308", "CVE-2024-44309");
script_xref(name:"CISA-KNOWN-EXPLOITED", value:"2024/12/12");
script_name(english:"Apple Safari 18.1.1 Multiple Vulnerabilities (121756)");
script_set_attribute(attribute:"synopsis", value:
"The remote host is missing one or more security updates.");
script_set_attribute(attribute:"description", value:
"The version of Apple Safari installed on the remote host is prior to 18.1.1. It is, therefore, affected by multiple
vulnerabilities as referenced in the 121756 advisory.
- The issue was addressed with improved checks. This issue is fixed in Safari 18.1.1, iOS 17.7.2 and iPadOS
17.7.2, macOS Sequoia 15.1.1, iOS 18.1.1 and iPadOS 18.1.1, visionOS 2.1.1. Processing maliciously crafted
web content may lead to arbitrary code execution. Apple is aware of a report that this issue may have been
actively exploited on Intel-based Mac systems. (CVE-2024-44308)
- A cookie management issue was addressed with improved state management. This issue is fixed in Safari
18.1.1, iOS 17.7.2 and iPadOS 17.7.2, macOS Sequoia 15.1.1, iOS 18.1.1 and iPadOS 18.1.1, visionOS 2.1.1.
Processing maliciously crafted web content may lead to a cross site scripting attack. Apple is aware of a
report that this issue may have been actively exploited on Intel-based Mac systems. (CVE-2024-44309)
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.");
script_set_attribute(attribute:"see_also", value:"https://support.apple.com/en-us/121756");
script_set_attribute(attribute:"solution", value:
"Upgrade to Apple Safari version 18.1.1 or later.");
script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:C/I:C/A:C");
script_set_cvss_temporal_vector("CVSS2#E:F/RL:OF/RC:C");
script_set_cvss3_base_vector("CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H");
script_set_cvss3_temporal_vector("CVSS:3.0/E:F/RL:O/RC:C");
script_set_attribute(attribute:"cvss_score_source", value:"CVE-2024-44308");
script_set_attribute(attribute:"exploitability_ease", value:"Exploits are available");
script_set_attribute(attribute:"exploit_available", value:"true");
script_set_attribute(attribute:"vuln_publication_date", value:"2024/11/19");
script_set_attribute(attribute:"patch_publication_date", value:"2024/11/19");
script_set_attribute(attribute:"plugin_publication_date", value:"2024/12/16");
script_set_attribute(attribute:"plugin_type", value:"local");
script_set_attribute(attribute:"cpe", value:"cpe:/a:apple:safari");
script_end_attributes();
script_category(ACT_GATHER_INFO);
script_family(english:"MacOS X Local Security Checks");
script_copyright(english:"This script is Copyright (C) 2024 and is owned by Tenable, Inc. or an Affiliate thereof.");
script_dependencies("macosx_apple_safari_installed.nbin");
script_require_keys("installed_sw/Apple Safari", "Host/MacOSX/Version");
exit(0);
}
include('vcf.inc');
get_kb_item_or_exit('Host/MacOSX/Version');
var app_info = vcf::get_app_info(app:'Apple Safari');
var constraints = [
{ 'fixed_version' : '18.1.1' }
];
vcf::check_version_and_report(
app_info:app_info,
constraints:constraints,
severity:SECURITY_HOLE,
flags:{'xss':TRUE}
);
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