Lucene search
+L

Snort 'IPv6' Packet Denial Of Service Vulnerability (Linux)

🗓️ 02 Nov 2009 00:00:00Reported by Copyright (C) 2009 Greenbone Networks GmbHType 
openvas
 openvas
🔗 plugins.openvas.org👁 17 Views

Snort 'IPv6' Packet DoS Vulnerability (Linux). Allowed attacker to crash affected application creating a denial of service condition

Related
Refs
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2009-3641
22 Oct 200900:00
circl
CVE
CVE-2009-3641
28 Oct 200914:00
cve
Cvelist
CVE-2009-3641
28 Oct 200914:00
cvelist
Debian CVE
CVE-2009-3641
28 Oct 200914:00
debiancve
Exploit DB
Snort 2.8.5 - Multiple Denial of Service Vulnerabilities
22 Oct 200900:00
exploitdb
Exploit DB
Snort 2.8.5 - IPv6 Denial of Service
23 Oct 200900:00
exploitdb
Fedora
[SECURITY] Fedora 10 Update: snort-2.8.5.1-1.fc10
24 Nov 200907:35
fedora
Fedora
[SECURITY] Fedora 11 Update: snort-2.8.5.1-1.fc11
24 Nov 200907:51
fedora
Tenable Nessus
Fedora 10 : snort-2.8.5.1-1.fc10 (2009-10751)
25 Nov 200900:00
nessus
Tenable Nessus
Fedora 11 : snort-2.8.5.1-1.fc11 (2009-10783)
25 Nov 200900:00
nessus
Rows per page
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_snort_ipv6_dos_vuln_lin.nasl 4869 2016-12-29 11:01:45Z teissa $
#
# Snort 'IPv6' Packet Denial Of Service Vulnerability (Linux)
#
# Authors:
# Sharath S <[email protected]>
#
# Copyright:
# Copyright (c) 2009 Greenbone Networks GmbH, http://www.greenbone.net
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2
# (or any later version), as published by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
###############################################################################

tag_impact = "Successful exploitation could allow attacker to crash an affected application,
  creating a denial of service condition.
  Impact Level: Application";
tag_affected = "Snort version prior to 2.8.5.1 on Linux.";
tag_insight = "This flaw is caused by an error when processing malformed IPv6 packets when
  the application is compiled with the '--enable-ipv6' option and is running
  in verbose mode (-v).";
tag_solution = "Upgrade to Snort version 2.8.5.1 or later
  For updates, Refer http://www.snort.org/downloads";
tag_summary = "This host has Snort installed and is prone to Denial of Service
  vulnerability.";

if(description)
{
  script_id(801139);
  script_version("$Revision: 4869 $");
  script_tag(name:"last_modification", value:"$Date: 2016-12-29 12:01:45 +0100 (Thu, 29 Dec 2016) $");
  script_tag(name:"creation_date", value:"2009-11-02 14:39:30 +0100 (Mon, 02 Nov 2009)");
  script_tag(name:"cvss_base", value:"4.3");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:N/I:N/A:P");
  script_cve_id("CVE-2009-3641");
  script_bugtraq_id(36795);
  script_name("Snort 'IPv6' Packet Denial Of Service Vulnerability (Linux)");
  script_xref(name : "URL" , value : "http://secunia.com/advisories/37135");
  script_xref(name : "URL" , value : "http://xforce.iss.net/xforce/xfdb/53912");
  script_xref(name : "URL" , value : "http://www.vupen.com/english/advisories/2009/3014");
  script_xref(name : "URL" , value : "https://bugzilla.redhat.com/show_bug.cgi?id=530863");

  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2009 Greenbone Networks GmbH");
  script_family("Denial of Service");
  script_dependencies("gb_snort_detect_lin.nasl");
  script_require_keys("Snort/Linux/Ver");
  script_tag(name : "impact" , value : tag_impact);
  script_tag(name : "affected" , value : tag_affected);
  script_tag(name : "insight" , value : tag_insight);
  script_tag(name : "solution" , value : tag_solution);
  script_tag(name : "summary" , value : tag_summary);
  script_tag(name:"qod_type", value:"executable_version");
  script_tag(name:"solution_type", value:"VendorFix");
  exit(0);
}


include("version_func.inc");

snortVer  = get_kb_item("Snort/Linux/Ver");
if(!snortVer ){
  exit(0);
}

# Check for Snort version < 2.8.5.1
if(version_is_less(version:snortVer , test_version:"2.8.5.1")){
  security_message(0);
}

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

29 Dec 2016 00:00Current
6.3Medium risk
Vulners AI Score6.3
EPSS0.38779
17