blob: ba653d46d03fdcb95e755564b3bcae0ba5a9218a (
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="200405-18">
<title>Buffer Overflow in Firebird</title>
<synopsis>
A buffer overflow via environmental variables in Firebird may allow a local
user to manipulate or destroy local databases and trojan the Firebird
binaries.
</synopsis>
<product type="ebuild">firebird</product>
<announced>May 23, 2004</announced>
<revised>May 22, 2006: 02</revised>
<bug>20837</bug>
<access>local</access>
<affected>
<package name="dev-db/firebird" auto="yes" arch="*">
<unaffected range="ge">1.5</unaffected>
<vulnerable range="lt">1.5</vulnerable>
</package>
</affected>
<background>
<p>
Firebird is an open source relational database that runs on Linux,
Windows, and various UNIX systems.
</p>
</background>
<description>
<p>
A buffer overflow exists in three Firebird binaries (gds_inet_server,
gds_lock_mgr, and gds_drop) that is exploitable by setting a large
value to the INTERBASE environment variable.
</p>
</description>
<impact type="high">
<p>
An attacker could control program execution, allowing privilege
escalation to the UID of Firebird, full access to Firebird databases,
and trojaning the Firebird binaries. An attacker could use this to
compromise other user or root accounts.
</p>
</impact>
<workaround>
<p>
There is no known workaround.
</p>
</workaround>
<resolution>
<p>
All users should upgrade to the latest version of Firebird:
</p>
<code>
# emerge sync
# emerge -pv ">=dev-db/firebird-1.5"
# emerge ">=dev-db/firebird-1.5"</code>
</resolution>
<references>
<uri link="http://securityfocus.com/bid/7546/info/">Bugtraq Security Announcement</uri>
<uri link=" http://sourceforge.net/tracker/?group_id=9028&atid=109028&func=detail&aid=739480">Sourceforge BugTracker Announcement</uri>
<uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2003-0281">CVE-2003-0281</uri>
</references>
<metadata tag="submitter">
dmargoli
</metadata>
</glsa>
|