summaryrefslogtreecommitdiff
blob: c02a2631bcf011e59b875789e08435b8c64f2ea8 (plain)
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200607-09">
  <title>Wireshark: Multiple vulnerabilities</title>
  <synopsis>
    Wireshark (formerly known as Ethereal) is vulnerable to several security
    issues, potentially allowing the execution of arbitrary code by a remote
    attacker.
  </synopsis>
  <product type="ebuild">wireshark ethereal</product>
  <announced>2006-07-25</announced>
  <revised count="01">2006-07-25</revised>
  <bug>140856</bug>
  <access>remote</access>
  <affected>
    <package name="net-analyzer/wireshark" auto="yes" arch="*">
      <unaffected range="ge">0.99.2</unaffected>
      <vulnerable range="lt">0.99.2</vulnerable>
    </package>
    <package name="net-analyzer/ethereal" auto="yes" arch="*">
      <vulnerable range="le">0.99.0-r1</vulnerable>
    </package>
  </affected>
  <background>
    <p>
    Wireshark, formerly known as Ethereal, is a popular network protocol
    analyzer.
    </p>
  </background>
  <description>
    <p>
    Wireshark dissectors have been found vulnerable to a large number of
    exploits, including off-by-one errors, buffer overflows, format string
    overflows and an infinite loop.
    </p>
  </description>
  <impact type="high">
    <p>
    Running an affected version of Wireshark or Ethereal could allow for a
    remote attacker to execute arbitrary code on the user's computer by
    sending specially crafted packets.
    </p>
  </impact>
  <workaround>
    <p>
    There is no known workaround at this time.
    </p>
  </workaround>
  <resolution>
    <p>
    All Wireshark users should upgrade to the latest version:
    </p>
    <code>
    # emerge --sync
    # emerge --ask --oneshot --verbose "&gt;=net-analyzer/wireshark-0.99.2"</code>
    <p>
    All Ethereal users should migrate to Wireshark:
    </p>
    <code>
    # emerge --sync
    # emerge --ask --unmerge net-analyzer/ethereal
    # emerge --ask --oneshot --verbose "&gt;=net-analyzer/wireshark-0.99.2"</code>
    <p>
    To keep the [saved] configuration from Ethereal and reuse it with
    Wireshark:
    </p>
    <code>
    # mv ~/.ethereal ~/.wireshark</code>
  </resolution>
  <references>
    <uri link="https://www.wireshark.org/security/wnpa-sec-2006-01.html">Wireshark wnpa-sec-2006-01</uri>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3627">CVE-2006-3627</uri>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3628">CVE-2006-3628</uri>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3629">CVE-2006-3629</uri>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3630">CVE-2006-3630</uri>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3631">CVE-2006-3631</uri>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3632">CVE-2006-3632</uri>
  </references>
  <metadata tag="requester" timestamp="2006-07-19T16:53:04Z">
    koon
  </metadata>
  <metadata tag="submitter" timestamp="2006-07-19T18:04:14Z">
    dizzutch
  </metadata>
  <metadata tag="bugReady" timestamp="2006-07-22T20:10:22Z">
    jaervosz
  </metadata>
</glsa>