ISC BIND Denial Of Service and Security Bypass Vulnerability
🗓️ 30 Sep 2010 00:00:00Reported by Copyright (C) 2010 Greenbone AGType
openvas🔗 plugins.openvas.org👁 34 Views
| Reporter | Title | Published | Views | Family All 74 |
|---|---|---|---|---|
| Security fix for the ALT Linux 9 package bind version 9.3.6-alt7 | 16 Dec 201100:00 | – | altlinux | |
| Security fix for the ALT Linux 7 package bind version 9.3.6-alt7 | 16 Dec 201100:00 | – | altlinux | |
| Security fix for the ALT Linux 8 package bind version 9.3.6-alt7 | 16 Dec 201100:00 | – | altlinux | |
| Security fix for the ALT Linux 6 package bind version 9.3.6-alt7 | 16 Dec 201100:00 | – | altlinux | |
| ISC BIND 9.7 < 9.7.2 P2 Multiple Vulnerabilities | 29 Sep 201000:00 | – | nessus | |
| ISC BIND 9 9.7.2 < 9.7.2-P2 Multiple Vulnerabilities | 6 Oct 201000:00 | – | nessus | |
| CentOS 5 : bind (CESA-2010:0976) | 14 Dec 201000:00 | – | nessus | |
| Debian DSA-2130-1 : bind9 - several vulnerabilities | 12 Dec 201000:00 | – | nessus | |
| F5 Networks BIG-IP : BIND vulnerability (SOL15172) | 18 Sep 201500:00 | – | nessus | |
| GLSA-201206-01 : BIND: Multiple vulnerabilities | 21 Jun 201200:00 | – | nessus |
10
# SPDX-FileCopyrightText: 2010 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:isc:bind";
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.100831");
script_version("2025-01-17T15:39:18+0000");
script_tag(name:"last_modification", value:"2025-01-17 15:39:18 +0000 (Fri, 17 Jan 2025)");
script_tag(name:"creation_date", value:"2010-09-30 13:18:50 +0200 (Thu, 30 Sep 2010)");
script_tag(name:"cvss_base", value:"5.0");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:N/A:N");
script_cve_id("CVE-2010-0218", "CVE-2010-3762");
script_name("ISC BIND Denial Of Service and Security Bypass Vulnerability");
script_category(ACT_GATHER_INFO);
script_family("Denial of Service");
script_copyright("Copyright (C) 2010 Greenbone AG");
script_dependencies("gb_isc_bind_consolidation.nasl");
script_mandatory_keys("isc/bind/detected");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/43573");
script_xref(name:"URL", value:"http://ftp.isc.org/isc/bind9/9.7.2-P2/RELEASE-NOTES-BIND-9.7.2-P2.html");
script_xref(name:"URL", value:"https://lists.isc.org/pipermail/bind-announce/2010-September/000655.html");
script_tag(name:"solution", value:"Vendor updates are available. Please see the references for more
information.");
script_tag(name:"summary", value:"ISC BIND is prone to a security bypass vulnerability and a denial-of-
service vulnerability.");
script_tag(name:"impact", value:"Successfully exploiting these issues allows remote attackers to crash
affected DNS servers, denying further service to legitimate users, bypass certain security restrictions
and perform unauthorized actions. Other attacks are also possible.");
script_tag(name:"affected", value:"ISC BIND versions 9.7.2 through 9.7.2-P1 are vulnerable.");
script_tag(name:"qod_type", value:"remote_banner_unreliable");
script_tag(name:"solution_type", value:"VendorFix");
exit(0);
}
include("version_func.inc");
include("host_details.inc");
if( isnull( port = get_app_port( cpe:CPE ) ) )
exit( 0 );
if( ! infos = get_app_full( cpe:CPE, port:port, exit_no_version:TRUE ) )
exit( 0 );
version = infos["version"];
proto = infos["proto"];
location = infos["location"];
if( version =~ "^9\.7\.2" ) {
if( version_is_less( version:version, test_version:"9.7.2p2" ) ) {
report = report_fixed_ver( installed_version:version, fixed_version:"9.7.2-P2", install_path: location );
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
17 Jan 2025 00:00Current
6.2Medium risk
Vulners AI Score6.2
CVSS 25
EPSS0.08086