| Reporter | Title | Published | Views | Family All 8 |
|---|---|---|---|---|
| Intel Driver Update Utility Information Disclosure Vulnerability | 22 Jan 201600:00 | – | cnvd | |
| Intel Driver Update Utility MiTM | 19 Jan 201600:00 | – | coresecurity | |
| CVE-2016-1493 | 29 Jan 201620:00 | – | cve | |
| CVE-2016-1493 | 29 Jan 201620:00 | – | cvelist | |
| EUVD-2016-2592 | 7 Oct 202500:30 | – | euvd | |
| CVE-2016-1493 | 29 Jan 201620:59 | – | nvd | |
| Intel Driver Update Utility 2.2.0.5 Man-In-The-Middle | 19 Jan 201600:00 | – | packetstorm | |
| Code injection | 29 Jan 201620:59 | – | prion |
| Source | Link |
|---|---|
| nessus | www.nessus.org/u |
| nessus | www.nessus.org/u |
| cve | www.cve.mitre.org/cgi-bin/cvename.cgi |
#
# (C) Tenable Network Security, Inc.
#
include("compat.inc");
if (description)
{
script_id(88577);
script_version("1.8");
script_set_attribute(attribute:"plugin_modification_date", value:"2025/02/18");
script_cve_id("CVE-2016-1493");
script_name(english:"Intel Driver Update Utility 2.x < 2.4 Cleartext Download MitM");
script_summary(english:"Checks the version of Intel Driver Update Utility.");
script_set_attribute(attribute:"synopsis", value:
"The Intel Driver Update Utility installed on the remote Windows host
is affected by a man-in-the-middle vulnerability.");
script_set_attribute(attribute:"description", value:
"The version of the Intel Driver Update Utility installed on the remote
host is 2.x prior to 2.4. It is, therefore, affected by a
man-in-the-middle vulnerability due to the transmission of driver
updates in cleartext. A man-in-the-middle attacker can exploit this to
disclose or manipulate data, potentially resulting in the execution of
arbitrary code via a crafted malicious update.");
# https://security-center.intel.com/advisory.aspx?intelid=INTEL-SA-00048&languageid=en-fr
script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?ddad21f6");
# https://www.secureauth.com/labs/advisories/intel-driver-update-utility-mitm
script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?7a54609e");
script_set_attribute(attribute:"solution", value:
"Upgrade to Intel Driver Update Utility version 2.4 or later.");
script_set_cvss_base_vector("CVSS2#AV:N/AC:H/Au:N/C:C/I:C/A:C");
script_set_cvss_temporal_vector("CVSS2#E:POC/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:P/RL:O/RC:C");
script_set_attribute(attribute:"cvss_score_source", value:"CVE-2016-1493");
script_set_attribute(attribute: "cvss3_score_source", value: "manual");
script_set_attribute(attribute:"cvss3_score_rationale", value:"Scoring adjustsed to align with CVSS 3.1 attack complexity guidance.");
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:"2016/01/19");
script_set_attribute(attribute:"patch_publication_date", value:"2016/01/19");
script_set_attribute(attribute:"plugin_publication_date", value:"2016/02/04");
script_set_attribute(attribute:"plugin_type", value:"local");
script_set_attribute(attribute:"cpe", value:"cpe:/a:intel:driver_update_utility");
script_end_attributes();
script_category(ACT_GATHER_INFO);
script_family(english:"Windows");
script_copyright(english:"This script is Copyright (C) 2016-2025 and is owned by Tenable, Inc. or an Affiliate thereof.");
script_dependencies("intel_duu_installed.nbin");
script_require_keys("SMB/Registry/Enumerated", "installed_sw/Intel Driver Update Utility");
exit(0);
}
include("audit.inc");
include("global_settings.inc");
include("misc_func.inc");
include("install_func.inc");
get_kb_item_or_exit("SMB/Registry/Enumerated");
app_name = "Intel Driver Update Utility";
install = get_single_install(app_name:app_name);
version = install['version'];
path = install['path'];
if (version =~ "^2\." && ver_compare(ver:version, fix:"2.4.0.5", strict:FALSE) < 0)
{
port = get_kb_item("SMB/transport");
if (empty_or_null(port))
port = 445;
if (report_verbosity > 0)
{
report = '\n Path : ' + path +
'\n Installed version : ' + version +
'\n Fixed version : 2.4.0.5' +
'\n';
security_hole(port:port, extra:report);
}
else security_hole(port);
exit(0);
}
else audit(AUDIT_INST_PATH_NOT_VULN, app_name, version, 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