File: 2488.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 (63 lines) | stat: -rw-r--r-- 1,391 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
Rule:

--
Sid:
2488

--
Summary:
This event is generated when an attempt is made to exploit a buffer overflow 
associated with winzip's processing of certain MIME archive files. 

--
Impact:
A successful attack may permit a buffer overflow that allows the execution
of arbitrary code at the privilege level of the user running winzip.

--
Detailed Information:
Winzip is a program that is used for file compression on Windows hosts.
A buffer overflow exists when parsing specific header fields for certain 
MIME file types.  An overly long value passed to the Content-Disposition
name field may trigger the buffer overflow and allow the execution of 
arbitrary code in the context of the user running winzip.

--
Affected Systems:
Winzip 6.x, 7.x, 8.0, 8.1 SR-1, 8.1, Winzip 9.0 beta versions

--
Attack Scenarios:
An attacker can entice a user to open a malformed MIME file that will
invoke winzip to process it, possibly causing a a buffer overflow 
and the subsequent execution of arbitrary code on the vulnerable host.

--
Ease of Attack:
Simple.

--
False Positives:
None known.

--
False Negatives:
None known.

--
Corrective Action:
Upgrade to the latest non-affected version of the software.

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

--
Additional References

Bugtraq:
http://securityfocus.com/bid/9758

--