blob: 4bd7537f5167247903d002896e9fb9dfd7945893 (
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="200502-19">
<title>PostgreSQL: Buffer overflows in PL/PgSQL parser</title>
<synopsis>
PostgreSQL is vulnerable to several buffer overflows in the PL/PgSQL parser
leading to execution of arbitrary code.
</synopsis>
<product type="ebuild">postgresql</product>
<announced>2005-02-14</announced>
<revised count="04">2007-06-26</revised>
<bug>81350</bug>
<access>remote</access>
<affected>
<package name="dev-db/postgresql" auto="yes" arch="*">
<unaffected range="eq">7.3*</unaffected>
<unaffected range="eq">7.4*</unaffected>
<unaffected range="ge">8.0.1-r1</unaffected>
<vulnerable range="lt">7.3.9-r1</vulnerable>
<vulnerable range="lt">7.4.13</vulnerable>
<vulnerable range="lt">8.0.1-r1</vulnerable>
</package>
</affected>
<background>
<p>
PostgreSQL is a SQL compliant, open source object-relational database
management system.
</p>
</background>
<description>
<p>
PostgreSQL is vulnerable to several buffer overflows in the PL/PgSQL
parser.
</p>
</description>
<impact type="high">
<p>
A remote attacker could send a malicious query resulting in the
execution of arbitrary code with the permissions of the user running
PostgreSQL.
</p>
</impact>
<workaround>
<p>
There is no known workaround at this time.
</p>
</workaround>
<resolution>
<p>
All PostgreSQL users should upgrade to the latest version:
</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose dev-db/postgresql</code>
</resolution>
<references>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-0247">CAN-2005-0247</uri>
</references>
<metadata tag="requester" timestamp="2005-02-11T15:37:29Z">
koon
</metadata>
<metadata tag="submitter" timestamp="2005-02-11T20:39:12Z">
jaervosz
</metadata>
<metadata tag="bugReady" timestamp="2005-02-14T20:03:42Z">
koon
</metadata>
</glsa>
|