summaryrefslogtreecommitdiff
blob: 0e5e5a1602d73afceb2bdabd98594a27bf5f0666 (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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="201406-07">
  <title>Echoping: Buffer Overflow Vulnerabilities</title>
  <synopsis>A buffer overflow in Echoping might allow remote attackers to cause
    a Denial of Service condition.
  </synopsis>
  <product type="ebuild">echoping</product>
  <announced>June 06, 2014</announced>
  <revised>June 06, 2014: 1</revised>
  <bug>349569</bug>
  <access>remote</access>
  <affected>
    <package name="net-analyzer/echoping" auto="yes" arch="*">
      <unaffected range="ge">6.0.2_p434</unaffected>
      <vulnerable range="lt">6.0.2_p434</vulnerable>
    </package>
  </affected>
  <background>
    <p>Echoping is a small program to test performances of a
      remote host by sending it TCP packets.
    </p>
  </background>
  <description>
    <p>A boundary error exists within the “TLS_readline()” function, which
      can be exploited to overflow a global buffer by sending an overly long
      encrypted HTTP reply to Echoping. Also, a similar boundary error exists
      within the “SSL_readline()” function, which can be exploited in the
      same manner.
    </p>
  </description>
  <impact type="normal">
    <p>A remote attacker could send a specially crafted HTTP reply, possibly
      resulting in a Denial of Service condition.
    </p>
  </impact>
  <workaround>
    <p>There is no known workaround at this time.</p>
  </workaround>
  <resolution>
    <p>All Echoping users should upgrade to the latest version:</p>
    
    <code>
      # emerge --sync
      # emerge --ask --oneshot --verbose
      "&gt;=net-analyzer/echoping-6.0.2_p434"
    </code>
    
  </resolution>
  <references>
    <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2010-5111">CVE-2010-5111</uri>
  </references>
  <metadata tag="requester" timestamp="Thu, 17 Oct 2013 11:46:53 +0000">
    pinkbyte
  </metadata>
  <metadata tag="submitter" timestamp="Fri, 06 Jun 2014 12:23:36 +0000">
    pinkbyte
  </metadata>
</glsa>