File: 2103.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 (66 lines) | stat: -rw-r--r-- 1,311 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
Rule:  

--
Sid: 2103

--
Summary:

A buffer overflow exists in the Samba file and print sharing software 
that can allow a remote attacker to gain root privileges on the target 
script to exploit this vulnerability.

--
Impact:

An attacker can cause the target system running Samba to overflow a 
buffer presenting the attacker with root privileges.

--
Detailed Information:
It is possible for an anonymous user to cause a buffer overflow in a 
character array by sending data greater than 1024 bytes to the variable 
pname. This information is copied by another function causing the buffer
overflow.

Affected Systems:
Samba versions 2.2.5 to 2.2.8

may indicate an attacker verifying the root shell.

--
Attack Scenarios:
The attacker needs to send pname a value larger than 1024 bytes.

--
Ease of Attack:
Simple, an exploit script exists.

--
False Positives:
None known.

--
False Negatives:
No false negatives are known at this time.

--
Corrective Action:
Upgrade to Samba versions 2.2.8a or Samba-TNG.

--
Contributors:
Sourcefire Research Team
Brian Caswell <bmc@sourcefire.com>
Nigel Houghton <nigel.houghton@sourcefire.com>

-- 
Additional References:

Digital Defense
http://www.digitaldefense.net/labs/advisories/DDI-1013.txt

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

--