summaryrefslogtreecommitdiff
blob: cd76dbd6057e255e6a9d1a19aeeecb2d0a5290ee (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="200805-06">
  <title>Firebird: Data disclosure</title>
  <synopsis>
    Firebird allows remote connections to the administrative account without
    verifying credentials.
  </synopsis>
  <product type="ebuild">firebird</product>
  <announced>May 09, 2008</announced>
  <revised>May 09, 2008: 01</revised>
  <bug>216158</bug>
  <access>remote</access>
  <affected>
    <package name="dev-db/firebird" auto="yes" arch="*">
      <unaffected range="ge">2.0.3.12981.0-r6</unaffected>
      <vulnerable range="lt">2.0.3.12981.0-r6</vulnerable>
    </package>
  </affected>
  <background>
    <p>
    Firebird is a multi-platform, open source relational database.
    </p>
  </background>
  <description>
    <p>
    Viesturs reported that the default configuration for Gentoo's init
    script ("/etc/conf.d/firebird") sets the "ISC_PASSWORD" environment
    variable when starting Firebird. It will be used when no password is
    supplied by a client connecting as the "SYSDBA" user.
    </p>
  </description>
  <impact type="normal">
    <p>
    A remote attacker can authenticate as the "SYSDBA" user without
    providing the credentials, resulting in complete disclosure of all
    databases except for the user and password database (security2.fdb).
    </p>
  </impact>
  <workaround>
    <p>
    There is no known workaround at this time.
    </p>
  </workaround>
  <resolution>
    <p>
    All Firebird users should upgrade to the latest version:
    </p>
    <code>
    # emerge --sync
    # emerge --ask --oneshot --verbose &quot;&gt;=dev-db/firebird-2.0.3.12981.0-r6&quot;</code>
    <p>
    Note: /etc/conf.d is protected by Portage as a configuration directory.
    Do not forget to use "<i>etc-update</i>" or "<i>dispatch-conf</i>" to
    overwrite the "firebird" configuration file, and then restart Firebird.
    </p>
  </resolution>
  <references>
    <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-1880">CVE-2008-1880</uri>
  </references>
  <metadata tag="submitter" timestamp="Mon, 14 Apr 2008 02:05:02 +0000">
    rbu
  </metadata>
  <metadata tag="bugReady" timestamp="Tue, 15 Apr 2008 09:22:33 +0000">
    vorlon
  </metadata>
</glsa>