Lucene search

K
nessusThis script is Copyright (C) 2002-2023 Tenable Network Security, Inc.BIND_SIG_CACHED_RR_OVERFLOW.NASL
HistoryNov 12, 2002 - 12:00 a.m.

ISC BIND named SIG Resource Server Response RR Overflow

2002-11-1200:00:00
This script is Copyright (C) 2002-2023 Tenable Network Security, Inc.
www.tenable.com
33

7.5 High

CVSS2

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

PARTIAL

Availability Impact

PARTIAL

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

0.136 Low

EPSS

Percentile

95.6%

The remote BIND server, according to its version number, is affected by the ‘SIG cached RR overflow’ vulnerability.

An attacker may use this flaw to gain a shell on this system.

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

include('compat.inc');

if (description)
{
  script_id(11152);
  script_version("1.30");
  script_set_attribute(attribute:"plugin_modification_date", value:"2023/09/21");

  script_cve_id("CVE-2002-1219");
  script_bugtraq_id(6160);
  script_xref(name:"Secunia", value:"7494");
  script_xref(name:"SuSE", value:"SUSE-SA:2002:044");
  script_xref(name:"IAVA", value:"2023-A-0320-S");

  script_name(english:"ISC BIND named SIG Resource Server Response RR Overflow");

  script_set_attribute(attribute:"synopsis", value:
"It is possible to use the remote name server to execute arbitrary code on
the remote host.");
  script_set_attribute(attribute:"description", value:
"The remote BIND server, according to its version number, is affected
by the 'SIG cached RR overflow' vulnerability. 

An attacker may use this flaw to gain a shell on this system.");
  script_set_attribute(attribute:"solution", value:
"Upgrade to BIND 8.2.7, 8.3.4 or 4.9.11.");
  script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:C/I:C/A:C");
  script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");

  script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");
  script_set_attribute(attribute:"exploit_available", value:"false");

  script_set_attribute(attribute:"vuln_publication_date", value:"2002/11/12");
  script_set_attribute(attribute:"plugin_publication_date", value:"2002/11/12");

  script_set_attribute(attribute:"plugin_type", value:"remote");
  script_set_attribute(attribute:"cpe", value:"cpe:/a:isc:bind");
  script_set_attribute(attribute:"stig_severity", value:"I");
  script_end_attributes();

  script_category(ACT_GATHER_INFO);
  script_family(english:"DNS");

  script_copyright(english:"This script is Copyright (C) 2002-2023 Tenable Network Security, Inc.");

  script_dependencies("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\.[0-6][^0-9]*$"))security_hole(53);
	 
if(ereg(string:vers,
	 pattern:"^8\.3\.[0-3][^0-9]*$"))security_hole(53);
	 
if(ereg(string:vers,
	 pattern:"^4\.9\.([0-9][^0-9]*$|10)"))security_hole(53);	 	 
VendorProductVersionCPE
iscbindcpe:/a:isc:bind

7.5 High

CVSS2

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

PARTIAL

Availability Impact

PARTIAL

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

0.136 Low

EPSS

Percentile

95.6%