File: 2462.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 (71 lines) | stat: -rw-r--r-- 1,742 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
Rule:
alert ip any any -> any any (msg:"EXPLOIT IGMP IGAP account
overflow attempt"; ip_proto:2; byte_test:1,>,63,0; byte_test:1,<,67,0;
byte_test:1,>,16,12; reference:cve,CAN-2004-0176; reference:bugtraq,9952;
classtype:attempted-admin; sid:2462; rev:1;)

--
Sid:
2462

--
Summary:
This event is generated when an attempt is made to exploit a buffer overflow
associated with the Ethereal decode of the Internet Group membership Authentication 
Protocol (IGAP).

--
Impact:
A successful attack may allow the execution of arbitrary code as root or
LOCAL_SYSTEM privilege on a vulnerable host.

--
Detailed Information:
There is a vulnerability associated with particular versions of Ethereal that
may cause a buffer overflow when a malformed IGAP packet is decoded using Ethereal
or tethereal.  This may permit the execution of arbitrary code with root or 
LOCAL_SYSTEM privilege.  The buffer overflow occurs when a larger than expected
User Account Size value is discovered in the IGAP payload.

--
Affected Systems:
Any host running Ethereal/tethereal versions 0.10.0 - 0.10.2. 

--
Attack Scenarios:
An attacker can create and send a malformed IGAP packet, and if decoded by
a vulnerable version of Ethereal/tethereal, can cause a buffer overflow and the 
subsequent execution of arbitrary code.

--
Ease of Attack:
Simple. Exploit code is available.

--
False Positives:
None known.

--
False Negatives:
None known.

--
Corrective Action:
Update to version 0.10.3 of Ethereal.

--
Contributors:
Sourcefire Research Team
Brian Caswell <bmc@sourcefire.com>
Judy Novak <judy.novak@sourcefire.com>

--
Additional References

CVE:
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0176

Bugtraq:
http://www.securityfocus.com/bid/9952:

--