summaryrefslogtreecommitdiff
blob: 7064d10028a2fd8d6cba302e5a062a506167946f (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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="201502-05">
  <title>tcpdump: Multiple vulnerabilities</title>
  <synopsis>Multiple vulnerabilities in tcpdump could result in execution of
    arbitrary code or Denial of Service.
  </synopsis>
  <product type="ebuild">tcpdump</product>
  <announced>2015-02-07</announced>
  <revised count="1">2015-02-07</revised>
  <bug>534660</bug>
  <access>remote</access>
  <affected>
    <package name="net-analyzer/tcpdump" auto="yes" arch="*">
      <unaffected range="ge">4.6.2-r1</unaffected>
      <vulnerable range="lt">4.6.2-r1</vulnerable>
    </package>
  </affected>
  <background>
    <p>tcpdump is a tool for capturing and inspecting network traffic.</p>
  </background>
  <description>
    <p>Multiple vulnerabilities have been discovered in tcpdump:</p>
    
    <ul>
      <li>The olsr_print function function contains an integer underflow error
        (CVE-2014-8767)
      </li>
      <li>The geonet_print function function contains multiple integer
        underflow errors (CVE-2014-8768)
      </li>
      <li>The decoder for the Ad hoc On-Demand Distance Vector protocol
        contains an out-of-bounds memory access error (CVE-2014-8769)
      </li>
      <li>The ppp_hdlc function contains a buffer overflow error
        (CVE-2014-9140)
      </li>
    </ul>
  </description>
  <impact type="normal">
    <p>A remote attacker may be able to send a specially crafted packet,
      possibly resulting in execution of arbitrary code or a Denial of Service
      condition.
    </p>
  </impact>
  <workaround>
    <p>There is no known workaround at this time.</p>
  </workaround>
  <resolution>
    <p>All tcpdump users should upgrade to the latest version:</p>
    
    <code>
      # emerge --sync
      # emerge --ask --oneshot --verbose "&gt;=net-analyzer/tcpdump-4.6.2-r1"
    </code>
  </resolution>
  <references>
    <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-8767">CVE-2014-8767</uri>
    <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-8768">CVE-2014-8768</uri>
    <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-8769">CVE-2014-8769</uri>
    <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-9140">CVE-2014-9140</uri>
  </references>
  <metadata tag="requester" timestamp="2015-01-17T19:41:40Z">ackle</metadata>
  <metadata tag="submitter" timestamp="2015-02-07T20:04:53Z">ackle</metadata>
</glsa>