summaryrefslogtreecommitdiff
blob: e80c53dc8e7b61efd8bedc7d6691c7c0536293dd (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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="201406-23">
  <title>DenyHosts: Denial of service</title>
  <synopsis>A vulnerability in DenyHosts could allow a remote attacker to
    create a Denial of Service condition.
  </synopsis>
  <product type="ebuild">denyhost</product>
  <announced>2014-06-25</announced>
  <revised count="1">2014-06-25</revised>
  <bug>495130</bug>
  <access>remote</access>
  <affected>
    <package name="app-admin/denyhosts" auto="yes" arch="*">
      <unaffected range="ge">2.6-r9</unaffected>
      <vulnerable range="lt">2.6-r9</vulnerable>
    </package>
  </affected>
  <background>
    <p>DenyHosts is a script intended to be run by Linux system administrators
      to help thwart SSH server attacks.
    </p>
  </background>
  <description>
    <p>DenyHosts does not properly define the regular expressions used when
      parsing SSH authentication logs.
    </p>
  </description>
  <impact type="normal">
    <p>A remote attacker could possibly cause a Denial of Service condition via
      a crafted login name.
    </p>
  </impact>
  <workaround>
    <p>There is no known workaround at this time.</p>
  </workaround>
  <resolution>
    <p>All DenyHost users should upgrade to the latest version:</p>
    
    <code>
      # emerge --sync
      # emerge --ask --oneshot --verbose "&gt;=app-admin/denyhosts-2.6-r9"
    </code>
    
  </resolution>
  <references>
    <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2013-6890">CVE-2013-6890</uri>
  </references>
  <metadata tag="requester" timestamp="2014-06-16T04:56:45Z">
    BlueKnight
  </metadata>
  <metadata tag="submitter" timestamp="2014-06-25T20:54:12Z">Zlogene</metadata>
</glsa>