summaryrefslogtreecommitdiff
blob: 9a05146455b0670a8f5dbc042124e6498f4537a7 (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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="201201-18">
  <title>bip: Multiple vulnerabilities</title>
  <synopsis>Multiple vulnerabilities in bip might allow remote unauthenticated
    attackers to cause a Denial of Service or possibly execute arbitrary code.
  </synopsis>
  <product type="ebuild">bip</product>
  <announced>2012-01-30</announced>
  <revised count="1">2012-01-30</revised>
  <bug>336321</bug>
  <bug>400599</bug>
  <access>remote</access>
  <affected>
    <package name="net-irc/bip" auto="yes" arch="*">
      <unaffected range="ge">0.8.8-r1</unaffected>
      <vulnerable range="lt">0.8.8-r1</vulnerable>
    </package>
  </affected>
  <background>
    <p>bip is a multi-user IRC proxy with SSL support.</p>
  </background>
  <description>
    <p>Multiple vulnerabilities have been discovered in bip:</p>
    
    <ul>
      <li>Uli Schlachter reported that bip does not properly handle invalid
        data during authentication, resulting in a daemon crash
        (CVE-2010-3071).
      </li>
      <li>Julien Tinnes reported that bip does not check the number of open
        file descriptors against FD_SETSIZE, resulting in a stack buffer
        overflow (CVE-2012-0806).
      </li>
    </ul>
  </description>
  <impact type="high">
    <p>A remote attacker could exploit these vulnerabilities to execute
      arbitrary code with the privileges of the user running the bip daemon, or
      cause a Denial of Service condition.
    </p>
  </impact>
  <workaround>
    <p>There is no known workaround at this time.</p>
  </workaround>
  <resolution>
    <p>All bip users should upgrade to the latest version:</p>
    
    <code>
      # emerge --sync
      # emerge --ask --oneshot --verbose "&gt;=net-irc/bip-0.8.8-r1"
    </code>
    
    <p>NOTE: The CVE-2010-3071 flaw was already corrected in an earlier version
      of bip and is included in this advisory for completeness.
    </p>
  </resolution>
  <references>
    <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2010-3071">CVE-2010-3071</uri>
    <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2012-0806">CVE-2012-0806</uri>
  </references>
  <metadata timestamp="2011-10-07T23:37:17Z" tag="requester">
    underling
  </metadata>
  <metadata timestamp="2012-01-30T12:28:13Z" tag="submitter">a3li</metadata>
</glsa>