| Source | Link |
|---|---|
| f-secure | www.f-secure.com/en/web/labs_global/fsc-2014-3 |
#
# (C) Tenable Network Security, Inc.
#
include("compat.inc");
if (description)
{
script_id(76789);
script_version("1.5");
script_cvs_date("Date: 2018/12/05 20:31:22");
script_bugtraq_id(68552);
script_name(english:"F-Secure Key Plaintext Information Disclosure (Mac OS X)");
script_summary(english:"Checks version of F-Secure Key on Mac OS X");
script_set_attribute(attribute:"synopsis", value:
"The remote host contains an application that is affected by an
information disclosure vulnerability.");
script_set_attribute(attribute:"description", value:
"The version of F-Secure Key installed on the remote Mac OS X host is
older than 1.5.146. It is, therefore, affected by an unspecified error
that could allow a local attacker to dump the contents of memory and
obtain sensitive plaintext information.");
script_set_attribute(attribute:"see_also", value:"http://www.f-secure.com/en/web/labs_global/fsc-2014-3");
script_set_attribute(attribute:"solution", value:"Upgrade to F-Secure Key 1.5.146 or later.");
script_set_cvss_base_vector("CVSS2#AV:L/AC:M/Au:N/C:C/I:N/A:N");
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:"vuln_publication_date", value:"2014/05/09");
script_set_attribute(attribute:"patch_publication_date", value:"2014/05/09");
script_set_attribute(attribute:"plugin_publication_date", value:"2014/07/25");
script_set_attribute(attribute:"plugin_type", value:"local");
script_set_attribute(attribute:"cpe", value:"x-cpe:/a:f-secure:key");
script_end_attributes();
script_category(ACT_GATHER_INFO);
script_family(english:"MacOS X Local Security Checks");
script_copyright(english:"This script is Copyright (C) 2014-2018 and is owned by Tenable, Inc. or an Affiliate thereof.");
script_dependencies("macosx_fsecure_key_installed.nbin");
script_require_keys("installed_sw/F-Secure Key.app");
exit(0);
}
include("audit.inc");
include("global_settings.inc");
include("misc_func.inc");
include("install_func.inc");
app_name = 'F-Secure Key.app';
get_install_count(app_name:app_name, exit_if_zero:TRUE);
# Only 1 install is possible.
install = get_installs(app_name:app_name);
if (install[0] == IF_NOT_FOUND) audit(AUDIT_NOT_INST, app_name);
install = install[1][0];
version = install['version'];
install_path = install['path'];
if (version == UNKNOWN_VER) audit(AUDIT_UNKNOWN_APP_VER, app_name);
fixed_version = '1.5.146';
if (ver_compare(ver:version, fix:fixed_version, strict:FALSE) < 0)
{
if (report_verbosity > 0)
{
report =
'\n Path : ' + install_path +
'\n Installed version : ' + version +
'\n Fixed version : ' + fixed_version +
'\n';
security_warning(extra:report, port:0);
}
else security_warning(0);
exit(0);
}
else audit(AUDIT_INST_PATH_NOT_VULN, app_name, version, install_path);
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