File: 1421.txt

package info (click to toggle)
snort 2.7.0-20.4
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 34,512 kB
  • ctags: 18,772
  • sloc: ansic: 115,404; sh: 10,893; makefile: 1,372; perl: 487; sql: 213
file content (73 lines) | stat: -rw-r--r-- 1,565 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
72
73
Rule:

--
Sid:
1421

--
Summary:
This event is generated when an attempt is made to attack a device using
SNMP v1.

--
Impact:
Varies depending on the implementation. Ranges from Denial of Service 
(DoS) to code execution.

--
Detailed Information:
SNMP is a widely adopted protocol for managing IP networks, including 
individual network devices, and devices in aggregate. 

Several network devices come pre-installed with this protocol for 
management and monitoring.

A number of vulnerabilities exist in SNMP v1, including a community 
string buffer overflow, that will allow an attacker to execute arbitrary
code or shutdown the service.

--
Affected Systems:
Any implementation of the SNMP v1 protocol

--
Attack Scenarios:
An attacker needs to send a specially crafted packet to UDP port 705
of a vulnerable device, causing a Denial of Service or possible 
execution of arbitrary code.

--
Ease of Attack:
Simple.

--
False Positives:
None known.

--
False Negatives:
None known.

--
Corrective Action:
Disable the SNMP v1 protocol, use SNMP v2 protocol as an alternative.

Disable the use of SNMP for devices that do not need it.

Use Ingress/Egress filtering on a packet filtering firewall.

--
Contributors:
Sourcefire Research Team
Brian Caswell <bmc@sourcefire.com>
Nigel Houghton <nigel.houghton@sourcefire.com>
Snort documentation contributed by Nawapong Nakjang (tony@ksc.net, tonie@thai.com)

--
Additional References:

CVE:
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2002-0012
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2002-0013

--