| Reporter | Title | Published | Views | Family All 4 |
|---|---|---|---|---|
| CVE-2004-0873 | 24 Sep 200404:00 | – | cve | |
| CVE-2004-0873 | 24 Sep 200404:00 | – | cvelist | |
| EUVD-2004-0871 | 7 Oct 202500:30 | – | euvd | |
| CVE-2004-0873 | 23 Dec 200405:00 | – | nvd |
| Source | Link |
|---|---|
| nessus | www.nessus.org/u |
| cve | www.cve.mitre.org/cgi-bin/cvename.cgi |
#
# (C) Tenable Network Security, Inc.
#
if ( ! defined_func("bn_random") ) exit(0);
include("compat.inc");
if(description)
{
script_id(14768);
script_version("1.15");
script_cve_id("CVE-2004-0873");
script_bugtraq_id(11207);
script_name(english:"Mac OS X iChat Link Handling Arbitrary Command Execution (Security Update 2004-09-16)");
script_summary(english:"Check for Security Update 2004-09-16");
script_set_attribute( attribute:"synopsis", value:
"The remote host is missing a Mac OS X update that fixes a security
issue." );
script_set_attribute( attribute:"description", value:
"The remote host is missing Security Update 2004-09-16.
This security update is for iChat. There is a bug in older versions
of iChat where an attacker may execute commands on the local system
by sending malformed links which will execute local commands to an
iChat user on the remote host." );
# http://web.archive.org/web/20080915104713/http://support.apple.com/kb/HT1646?
script_set_attribute(
attribute:"see_also",
value:"http://www.nessus.org/u?210abeb5"
);
script_set_attribute(
attribute:"solution",
value:"Install Security Update 2004-09-16."
);
script_set_cvss_base_vector("CVSS2#AV:N/AC:M/Au:N/C:P/I:P/A:P");
script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");
script_set_attribute(attribute:"exploit_available", value:"false");
script_set_attribute(attribute:"plugin_publication_date", value: "2004/09/17");
script_set_attribute(attribute:"vuln_publication_date", value: "2004/09/16");
script_set_attribute(attribute:"patch_publication_date", value: "2004/09/16");
script_set_attribute(attribute:"plugin_modification_date", value:"2024/05/28");
script_set_attribute(attribute:"plugin_type", value:"local");
script_set_attribute(attribute:"cpe", value:"cpe:/o:apple:mac_os_x:10.2");
script_set_attribute(attribute:"cpe", value:"cpe:/o:apple:mac_os_x:10.3");
script_end_attributes();
script_category(ACT_GATHER_INFO);
script_family(english:"MacOS X Local Security Checks");
script_copyright(english:"This script is Copyright (C) 2004-2024 Tenable Network Security, Inc.");
script_dependencies("ssh_get_info.nasl");
script_require_keys("Host/MacOSX/packages");
exit(0);
}
#
packages = get_kb_item("Host/MacOSX/packages");
if ( ! packages ) exit(0);
uname = get_kb_item("Host/uname");
# MacOS X 10.2.8, 10.3.4 and 10.3.5 only
if ( egrep(pattern:"Darwin.* (6\.8\.|7\.[45]\.)", string:uname) )
{
if ( ! egrep(pattern:"^SecUpd(Srvr)?2004-09-16", string:packages) ) security_warning(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