| Source | Link |
|---|---|
| irfanview | www.irfanview.com/plugins.htm |
| nessus | www.nessus.org/u |
#
# (C) Tenable Network Security, Inc.
#
include("compat.inc");
if (description)
{
script_id(59847);
script_version("1.5");
script_cvs_date("Date: 2018/11/15 20:50:27");
script_bugtraq_id(53756);
script_xref(name:"EDB-ID", value:"18972");
script_name(english:"IrfanView Formats Plugin TTF File Buffer Overflow Vulnerability");
script_summary(english:"Checks version of Formats.dll");
script_set_attribute(
attribute:"synopsis",
value:
"The remote host has an application installed that is affected by a
buffer overflow vulnerability."
);
script_set_attribute(
attribute:"description",
value:
"The version of the IrfanView Formats plugin (Formats.dll) was found to
be less than 4.34. Such versions are affected by a stack-based buffer
overflow caused by insufficient bounds checking when parsing TTF font
names. An attacker could exploit this vulnerability to execute
arbitrary code by tricking a user into opening a specially crafted
.ttf file."
);
script_set_attribute(attribute:"see_also",value:"https://www.irfanview.com/plugins.htm");
script_set_attribute(attribute:"see_also",value:"http://www.nessus.org/u?3fcba641");
script_set_attribute(
attribute:"solution",
value:"Upgrade the Formats plugin to version 4.3.4.0 (4.34) or higher."
);
script_set_cvss_base_vector("CVSS2#AV:N/AC:M/Au:N/C:C/I:C/A:C");
script_set_cvss_temporal_vector("CVSS2#E:POC/RL:OF/RC:C");
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:"2012/06/01");
script_set_attribute(attribute:"patch_publication_date",value:"2012/05/31");
script_set_attribute(attribute:"plugin_publication_date",value:"2012/07/05");
script_set_attribute(attribute:"plugin_type",value:"local");
script_set_attribute(attribute:"cpe",value:"cpe:/a:irfanview:irfanview");
script_end_attributes();
script_category(ACT_GATHER_INFO);
script_family(english:"Windows");
script_copyright(english:"This script is Copyright (C) 2012-2018 Tenable Network Security, Inc.");
script_dependencies("irfanview_installed.nasl");
script_require_keys("SMB/IrfanView/Version");
exit(0);
}
include("global_settings.inc");
include("misc_func.inc");
include("audit.inc");
plugin = "Formats.dll";
fix = '4.3.4.0';
kb_base = 'SMB/IrfanView/';
appname = "IrfanView " + plugin + " plugin";
path = get_kb_item_or_exit(kb_base + 'Path');
path += "\Plugins\" + plugin;
plugin_version = get_kb_item_or_exit(kb_base + 'Plugin_Version/' + plugin);
if (ver_compare(ver:plugin_version, fix:fix) == -1)
{
if (report_verbosity > 0)
{
report =
'\n Path : ' + path +
'\n Installed version : ' + plugin_version +
'\n Fixed version : ' + fix + ' (4.34)\n';
security_hole(port:get_kb_item('SMB/transport'), extra:report);
}
else security_hole(get_kb_item('SMB/transport'));
exit(0);
}
else audit(AUDIT_INST_VER_NOT_VULN, appname, plugin_version);
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