summaryrefslogtreecommitdiff
blob: 5136e90bfa49433fef435b8d6312b0ea903bd552 (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
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200401-02">
  <title>Honeyd remote detection vulnerability via a probe packet</title>
  <synopsis>
    Identification of Honeyd installations allows an adversary to launch
    attacks specifically against Honeyd.  No remote root exploit is currently
    known.
  </synopsis>
  <product type="ebuild">honeyd</product>
  <announced>2004-01-21</announced>
  <revised count="01">2004-01-21</revised>
  <bug>38934</bug>
  <access>remote</access>
  <affected>
    <package name="net-analyzer/honeyd" auto="yes" arch="*">
      <unaffected range="ge">0.8</unaffected>
      <vulnerable range="lt">0.8</vulnerable>
    </package>
  </affected>
  <background>
    <p>
    Honeyd is a virtual honeypot daemon that can simulate virtual hosts on
    unallocated IP addresses.
    </p>
  </background>
  <description>
    <p>
    A bug in handling NMAP fingerprints caused Honeyd to reply to TCP
    packets with both the SYN and RST flags set.  Watching for replies, it is
    possible to detect IP addresses simulated by Honeyd.
    </p>
  </description>
  <impact type="low">
    <p>
    Although there are no public exploits known for Honeyd, the detection
    of Honeyd IP addresses may in some cases be undesirable.
    </p>
  </impact>
  <workaround>
    <p>
    Honeyd 0.8 has been released along with an advisory to address this 
    issue. In addition, Honeyd 0.8 drops privileges if permitted by the 
    configuration file and contains command line flags to force dropping 
    of privileges.
    </p>
  </workaround>
  <resolution>
    <p>
    All users are recommended to update to honeyd version 0.8:
    </p>
    <code>
    $&gt; emerge sync
    $&gt; emerge -pv "&gt;=net-analyzer/honeyd-0.8"
    $&gt; emerge "&gt;=net-analyzer/honeyd-0.8"</code>
  </resolution>
  <references>
    <uri link="http://www.honeyd.org/adv.2004-01.asc">Honeyd Security Advisory 2004-001</uri>
  </references>
</glsa>