summaryrefslogtreecommitdiff
blob: ef3665b1f934bb8f364a3afa5e9c913403f52a80 (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
67
68
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200804-24">
  <title>DBmail: Data disclosure</title>
  <synopsis>
    A vulnerability in DBMail could allow for passwordless login to any account
    under certain configurations.
  </synopsis>
  <product type="ebuild">dbmail</product>
  <announced>2008-04-18</announced>
  <revised count="01">2008-04-18</revised>
  <bug>218154</bug>
  <access>remote</access>
  <affected>
    <package name="net-mail/dbmail" auto="yes" arch="*">
      <unaffected range="ge">2.2.9</unaffected>
      <vulnerable range="lt">2.2.9</vulnerable>
    </package>
  </affected>
  <background>
    <p>
    DBMail is a mail storage and retrieval daemon that uses SQL databases
    as its data store. IMAP and POP3 can be used to retrieve mails from the
    database.
    </p>
  </background>
  <description>
    <p>
    A vulnerability in DBMail's authldap module when used in conjunction
    with an Active Directory server has been reported by vugluskr. When
    passing a zero length password to the module, it tries to bind
    anonymously to the LDAP server. If the LDAP server allows anonymous
    binds, this bind succeeds and results in a successful authentication to
    DBMail.
    </p>
  </description>
  <impact type="low">
    <p>
    By passing an empty password string to the server, an attacker could be
    able to log in to any account.
    </p>
  </impact>
  <workaround>
    <p>
    There is no known workaround at this time.
    </p>
  </workaround>
  <resolution>
    <p>
    All DBMail users should upgrade to the latest version:
    </p>
    <code>
    # emerge --sync
    # emerge --ask --oneshot --verbose "&gt;=net-mail/dbmail-2.2.9"</code>
  </resolution>
  <references>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-6714">CVE-2007-6714</uri>
  </references>
  <metadata tag="requester" timestamp="2008-04-18T08:54:02Z">
    vorlon
  </metadata>
  <metadata tag="submitter" timestamp="2008-04-18T09:20:04Z">
    vorlon
  </metadata>
  <metadata tag="bugReady" timestamp="2008-04-18T14:01:09Z">
    rbu
  </metadata>
</glsa>