Lucene search
+L

Knot DNS Server Security Bypass Vulnerability (Jun 2017)

🗓️ 11 Jul 2017 00:00:00Reported by Copyright (C) 2017 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 23 Views

KNOT DNS Server Security Bypass Vulnerability in version 2.4.5 and 2.5.

Related
Refs
Code
ReporterTitlePublishedViews
Family
alpinelinux
AlpineLinux
CVE-2017-11104
8 Jul 201710:00
alpinelinux
cnvd
CNVD
Knot DNS TSIG Authentication Bypass Vulnerability
10 Jul 201700:00
cnvd
cve
CVE
CVE-2017-11104
8 Jul 201710:00
cve
cvelist
Cvelist
CVE-2017-11104
8 Jul 201710:00
cvelist
debian
Debian
[SECURITY] [DSA 3910-1] knot security update
14 Jul 201719:34
debian
debiancve
Debian CVE
CVE-2017-11104
8 Jul 201710:00
debiancve
nessus
Tenable Nessus
Debian DSA-3910-1 : knot - security update
17 Jul 201700:00
nessus
nessus
Tenable Nessus
Fedora 26 : knot (2017-d3d38a53f9)
21 Jul 201700:00
nessus
nessus
Tenable Nessus
Knot DNS 2.4.x < 2.4.4 / 2.5.x < 2.5.2 TSIG Authentication Bypass Vulnerability (CVE-2017-11104)
19 Jan 201800:00
nessus
nessus
Tenable Nessus
openSUSE Security Update : knot (openSUSE-2018-494)
24 May 201800:00
nessus
Rows per page
# SPDX-FileCopyrightText: 2017 Greenbone AG
# Some text descriptions might be excerpted from (a) referenced
# source(s), and are Copyright (C) by the respective right holder(s).
#
# SPDX-License-Identifier: GPL-2.0-only

CPE = "cpe:/a:knot:dns";

if (description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.106938");
  script_version("2025-10-31T05:40:56+0000");
  script_tag(name:"last_modification", value:"2025-10-31 05:40:56 +0000 (Fri, 31 Oct 2025)");
  script_tag(name:"creation_date", value:"2017-07-11 11:31:58 +0700 (Tue, 11 Jul 2017)");
  script_tag(name:"cvss_base", value:"4.3");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:N/I:P/A:N");
  script_tag(name:"severity_vector", value:"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N");
  script_tag(name:"severity_origin", value:"NVD");
  script_tag(name:"severity_date", value:"2023-01-20 15:23:00 +0000 (Fri, 20 Jan 2023)");

  script_cve_id("CVE-2017-11104");

  script_tag(name:"qod_type", value:"remote_banner_unreliable");

  script_tag(name:"solution_type", value:"VendorFix");

  script_name("Knot DNS Server Security Bypass Vulnerability (Jun 2017)");

  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2017 Greenbone AG");
  script_family("General");
  script_dependencies("gb_knot_dns_detect.nasl");
  script_mandatory_keys("knotdns/detected");

  script_tag(name:"summary", value:"A flaw was found in the way Knot handled TSIG authentication for
  dynamic updates.");

  script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");

  script_tag(name:"impact", value:"A remote attacker able to communicate with an authoritative KNOT
  server could use this flaw to manipulate the contents of a zone, by forging a valid TSIG or SIG(0)
  signature for a dynamic update request.");

  script_tag(name:"affected", value:"Knot DNS Server prior to version 2.4.5 and 2.5.2.");

  script_tag(name:"solution", value:"Update to version 2.4.5, 2.5.2 or later.");

  script_xref(name:"URL", value:"https://lists.nic.cz/pipermail/knot-dns-users/2017-June/001144.html");

  exit(0);
}

include("host_details.inc");
include("version_func.inc");

if (!port = get_app_port(cpe: CPE))
  exit(0);

if (!infos = get_app_version_and_proto(cpe: CPE, port: port))
  exit(0);

version = infos["version"];
proto = infos["proto"];

if (version_is_less(version: version, test_version: "2.4.5")) {
  report = report_fixed_ver(installed_version: version, fixed_version: "2.4.5");
  security_message(data: report, port: port, proto: proto);
  exit(0);
}

if (version_in_range(version: version, test_version: "2.5.0", test_version2: "2.5.1")) {
  report = report_fixed_ver(installed_version: version, fixed_version: "2.5.2");
  security_message(data: report, port: port, proto: proto);
  exit(0);
}

exit(99);

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

31 Oct 2025 00:00Current
5.7Medium risk
Vulners AI Score5.7
CVSS 24.3
CVSS 3.15.9
EPSS0.02681
23