File: 260.txt

package info (click to toggle)
snort 2.9.15.1-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 59,656 kB
  • sloc: ansic: 310,441; sh: 13,260; makefile: 2,943; yacc: 497; perl: 496; lex: 261; sed: 14
file content (56 lines) | stat: -rw-r--r-- 1,278 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Rule:

--
Sid:
261

--
Summary:
This event is generated by an attempted buffer overflow associated with improperly formatted DNS inverse queries. 

--
Impact:
Severe. The DNS server can be compromised allowing the attacker access at the privilege level at which BIND runs.  

--
Detailed Information:
Certain versions of BIND do no perform correct bounds checking when responding to an inverse query. A maliciously formatted inverse query can cause the DNS server to crash and allow remote access with the privileges of the user running BIND.  Inverse queries are disabled by default; this attack can affect DNS servers that have been configured to enable them.

--
Affected Systems:
BIND 4.9 releases prior to 4.9.7 and BIND 8 releases prior to 8.1.2. 

--
Attack Scenarios:
An attacker can launch this exploit to gain remote access to the DNS server.

--
Ease of Attack:
Simple.  Code exists to exploit the buffer overflow.

--
False Positives:
None Known

--
False Negatives:
None Known

--
Corrective Action:
Upgrade to a version of BIND that is not vulnerable to this attack.

--
Contributors:
Original rule writer unknown
Sourcefire Research Team
Judy Novak <judy.novak@sourcefire.com>

--
Additional References:

CERT:
http://www.cert.org/advisories/CA-1998-05.html


--