summaryrefslogtreecommitdiff
blob: 455cf21cbd64b885fa25789ce489eaf055c60eaf (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
69
70
71
72
73
74
75
76
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200505-12">
  <title>PostgreSQL: Multiple vulnerabilities</title>
  <synopsis>
    PostgreSQL is vulnerable to Denial of Service attacks and possibly allows
    unprivileged users to gain administrator rights.
  </synopsis>
  <product type="ebuild">postgresql</product>
  <announced>2005-05-15</announced>
  <revised count="04">2007-06-26</revised>
  <bug>91231</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="rge">8.0.1-r3</unaffected>
      <unaffected range="ge">8.0.2-r1</unaffected>
      <vulnerable range="lt">7.3.10</vulnerable>
      <vulnerable range="lt">7.4.7-r2</vulnerable>
      <vulnerable range="lt">8.0.2-r1</vulnerable>
    </package>
  </affected>
  <background>
    <p>
    PostgreSQL is a SQL compliant, open source object-relational database
    management system.
    </p>
  </background>
  <description>
    <p>
    PostgreSQL gives public EXECUTE access to a number of character
    conversion routines, but doesn't validate the given arguments
    (CAN-2005-1409). It has also been reported that the contrib/tsearch2
    module of PostgreSQL misdeclares the return value of some functions as
    "internal" (CAN-2005-1410).
    </p>
  </description>
  <impact type="normal">
    <p>
    An attacker could call the character conversion routines with specially
    setup arguments to crash the backend process of PostgreSQL or to
    potentially gain administrator rights. A malicious user could also call
    the misdeclared functions of the contrib/tsearch2 module, resulting in
    a Denial of Service or other, yet uninvestigated, impacts.
    </p>
  </impact>
  <workaround>
    <p>
    There is no known workaround at this time.
    </p>
  </workaround>
  <resolution>
    <p>
    All PostgreSQL users should update to the latest available version and
    follow the guide at <uri link="http://www.postgresql.org/about/news.315">http://www.postgresql.o
    rg/about/news.315</uri>
    </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=2005-1409">CAN-2005-1409</uri>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=2005-1410">CAN-2005-1410</uri>
    <uri link="https://www.postgresql.org/about/news.315">PostgreSQL Announcement</uri>
  </references>
  <metadata tag="submitter" timestamp="2005-05-11T15:07:25Z">
    DerCorny
  </metadata>
  <metadata tag="bugReady" timestamp="2005-05-15T09:19:16Z">
    koon
  </metadata>
</glsa>