File: 2051.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 (65 lines) | stat: -rw-r--r-- 1,195 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
Rule:

--
Sid:
2051

--
Summary:
designated root directory of a web server.

--
Impact:
Theft of data and important system information may be disclosed to an 
unauthorized party.

--
Detailed Information:
The script handling file viewing from the vendor moreover.com contains an error that allows files outside the designated root directory to be viewed in a browser.

The script does not perform checks for the characters ".." when supplied
by a user in a URL. This allows a classic directory traversal attack to 
be performaed against the server.

--
Affected Systems:
Version 1.0 from moreover.com

--
Attack Scenarios:
The attacker merely needs to enter a URL using ../ to traverse the file 
system for example:
http://www.foo.com/cgi-bin/cached_feed.cgi?../../../etc/passwd

--
Ease of Attack:
Simple

--
False Positives:
None Known

--
False Negatives:
None Known

--
Corrective Action:
Upgrade to version 2.0 or later

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

--
Additional References:

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

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

--