File: 1042.txt

package info (click to toggle)
snort 2.3.3-11
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 22,512 kB
  • ctags: 11,344
  • sloc: ansic: 70,967; sh: 4,848; makefile: 748; perl: 478; sql: 212
file content (69 lines) | stat: -rw-r--r-- 1,996 bytes parent folder | download | duplicates (2)
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
Rule:

--
Sid:
1042

--
Summary:
This event is generated when an attempt is made to craft a URL containing the text 'Translate: f' in an attempt to view file source code.

--
Impact:
Intelligence gathering.  This attack may permit disclosure of the source code of files not normally available for viewing.

--
Detailed Information:
Microsoft Internet Information Services (IIS) 5.0 contains scripting engines to support various advanced files types such as .ASP and .HTR files.  This permits the execution of server-side processing.  IIS determines which scripting engine is appropriate to use depending on the file extension.  If an attacker crafts a URL request ending in 'Translate: f' and followed by a slash '/', IIS fails to send the file to the appropriate scripting engine for processing.  Instead, it returns the source code of the referenced file to the browser.

--
Affected Systems:
Microsoft IIS 5.0

--
Attack Scenarios:
An attacker can craft a URL to include the 'Translate: f' and followed by a '/' to disclose source code on the vulnerable server. 

--
Ease of Attack:
Simple.  Attack scripts are freely available.

--
False Positives:
Some Microsoft applications make use of the 'Translate: f' header and
may cause this rule to generate an event. These include applications that use WebDAV
for publishing content on a webserver such as Microsoft Outlook Web Access (OWA)

--
False Negatives:
None Known.

--
Corrective Action:
Apply the appropriate vendor supplied patch.

--
Contributors:
Original rule writer kinch@visto.com 
Modified by Brian Caswell <bmc@sourcefire.com>
Sourcefire Research Team
Judy Novak <judy.novak@sourcefire.com>
False positive information contributed by Javier Fernandez-Sanguino

--
Additional References:

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

Microsoft
http://www.microsoft.com/technet/security/bulletin/MS00-058.asp

Arachnids
http://www.whitehats.com/info/IDS305

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


--