#
# (C) Tenable Network Security, Inc.
#
include("compat.inc");
if (description)
{
script_id(106381);
script_version("1.5");
script_cvs_date("Date: 2018/11/15 20:50:21");
script_name(english:"Unbound < 1.5.9 daemon/remote.c Diffie-Hellman Key Exchange Value Small Subgroup Confinement Attack Vulnerability");
script_summary(english:"Checks version of Unbound");
script_set_attribute(attribute:"synopsis", value:
"The remote name server is affected by a key confinement attack
vulnerability.");
script_set_attribute(attribute:"description", value:
"According to its self-reported version number, the remote Unbound DNS
resolver contains a flaw in the handling of Diffie-Hellman key
exchange values that can allow a remote attacker to perform a small
subgroup confinement attack.");
script_set_attribute(attribute:"see_also", value:"https://nlnetlabs.nl/projects/unbound/download/");
script_set_attribute(attribute:"see_also", value:"https://www.nlnetlabs.nl/bugs-script/show_bug.cgi?id=770");
script_set_attribute(attribute:"see_also", value:"https://en.wikipedia.org/wiki/Small_subgroup_confinement_attack");
script_set_attribute(attribute:"solution", value:"Upgrade to Unbound version 1.5.9 or later.");
script_set_cvss_base_vector("CVSS2#AV:L/AC:L/Au:N/C:N/I:P/A:N");
script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
script_set_cvss3_base_vector("CVSS:3.0/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N");
script_set_cvss3_temporal_vector("CVSS:3.0/E:U/RL:O/RC:C");
script_set_attribute(attribute:"vuln_publication_date", value:"2016/05/26");
script_set_attribute(attribute:"patch_publication_date", value:"2016/06/09");
script_set_attribute(attribute:"plugin_publication_date", value:"2018/01/26");
script_set_attribute(attribute:"potential_vulnerability", value:"true");
script_set_attribute(attribute:"cpe", value:"cpe:/a:unbound:unbound");
script_set_attribute(attribute:"plugin_type", value:"remote");
script_end_attributes();
script_category(ACT_GATHER_INFO);
script_family(english:"DNS");
script_copyright(english:"This script is Copyright (C) 2018 Tenable Network Security, Inc.");
script_dependencies("unbound_version.nasl");
script_require_keys("Settings/ParanoidReport","unbound/version");
exit(0);
}
include("audit.inc");
include("global_settings.inc");
include("misc_func.inc");
version = get_kb_item_or_exit("unbound/version");
if (report_paranoia < 2) audit(AUDIT_PARANOID);
fixed_version = "1.5.9";
port = 53;
tcp = get_kb_item("DNS/tcp/53");
if (!isnull(tcp)) proto = "tcp";
else proto = "udp"; # default
# if version < 1.5.9 (including patches and rc)
if (
version =~ "^0\." ||
version =~ "^1\.[0-4]($|[^0-9])" ||
version =~ "^1\.5(\.[0-8](\.[0-9]+)*)?(([abp]|rc)[0-9]*)?$" ||
version =~ "^1\.5\.9([ab]|rc)[0-9]*$"
)
{
report =
'\n Installed version : ' + version +
'\n Fixed version : ' + fixed_version +
'\n';
security_report_v4(severity:SECURITY_NOTE, port:port, proto:proto, extra:report);
}
else audit(AUDIT_LISTEN_NOT_VULN, "Unbound", port, 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