Lucene search

K
nessusThis script is Copyright (C) 2000-2018 Tenable Network Security, Inc.BIND_ZXFR_BUG.NASL
HistoryNov 12, 2000 - 12:00 a.m.

ISC BIND < 8.2.2-P7 Compressed ZXFR Name Service Query DoS

2000-11-1200:00:00
This script is Copyright (C) 2000-2018 Tenable Network Security, Inc.
www.tenable.com
23

CVSS2

5

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

NONE

Integrity Impact

NONE

Availability Impact

PARTIAL

AV:N/AC:L/Au:N/C:N/I:N/A:P

EPSS

0.101

Percentile

94.9%

The remote BIND server, according to its version number, is vulnerable to the ‘ZXFR bug’ that could allow an attacker to crash this service remotely.

#
# (C) Tenable Network Security, Inc.
#


include("compat.inc");

if (description)
{
 script_id(10549);
 script_version("1.22");
 script_cvs_date("Date: 2018/06/27 18:42:25");

 script_cve_id("CVE-2000-0887");
 script_bugtraq_id(1923);
 
 script_name(english:"ISC BIND < 8.2.2-P7 Compressed ZXFR Name Service Query DoS");
 script_summary(english:"Checks the remote BIND version");
 
 script_set_attribute(attribute:"synopsis", value:
"It is possible to disable the remote name server remotely." );
 script_set_attribute(attribute:"description", value:
"The remote BIND server, according to its version number, is vulnerable 
to the 'ZXFR bug' that could allow an attacker to crash this service
remotely." );
 script_set_attribute(attribute:"solution", value:
"Upgrade to BIND 8.2.2-P7" );
 script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:N/I:N/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:"plugin_publication_date", value: "2000/11/12");
 script_set_attribute(attribute:"vuln_publication_date", value: "2000/11/07");
 script_set_attribute(attribute:"plugin_type", value:"remote");
 script_set_attribute(attribute:"cpe", value:"cpe:/a:isc:bind");
 script_end_attributes();
 
 script_category(ACT_GATHER_INFO);
 script_copyright(english:"This script is Copyright (C) 2000-2018 Tenable Network Security, Inc.");
 script_family(english: "DNS");
 script_dependencie("bind_version.nasl");
 script_require_keys("bind/version");
 exit(0);
}





vers = get_kb_item("bind/version");
if(!vers)exit(0);
if(ereg(string:vers,
	 pattern:"^8\.2\.2(\-P[1-6])*$"))security_hole(53);

CVSS2

5

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

NONE

Integrity Impact

NONE

Availability Impact

PARTIAL

AV:N/AC:L/Au:N/C:N/I:N/A:P

EPSS

0.101

Percentile

94.9%

Related for BIND_ZXFR_BUG.NASL