blob: f3e5697226f7295b5b6fe44889b89a27d9ab2cdc (
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
|
<?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>2008-05-09</announced>
<revised>2008-05-09: 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 ">=dev-db/firebird-2.0.3.12981.0-r6"</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="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-1880">CVE-2008-1880</uri>
</references>
<metadata tag="submitter" timestamp="2008-04-14T02:05:02Z">
rbu
</metadata>
<metadata tag="bugReady" timestamp="2008-04-15T09:22:33Z">
vorlon
</metadata>
</glsa>
|