summaryrefslogtreecommitdiff
blob: d843912b175ffb8dd81d05bcccd1b27bdbd09fba (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="200607-04">
  <title>PostgreSQL: SQL injection</title>
  <synopsis>
    A flaw in the multibyte character handling allows execution of arbitrary
    SQL statements.
  </synopsis>
  <product type="ebuild">postgresql</product>
  <announced>2006-07-09</announced>
  <revised count="03">2007-06-26</revised>
  <bug>134168</bug>
  <access>remote</access>
  <affected>
    <package name="dev-db/postgresql" auto="yes" arch="*">
      <unaffected range="ge">8.0.8</unaffected>
      <unaffected range="eq">7.4*</unaffected>
      <vulnerable range="lt">8.0.8</vulnerable>
      <vulnerable range="lt">7.4.13</vulnerable>
    </package>
  </affected>
  <background>
    <p>
    PostgreSQL is an open source object-relational database management
    system.
    </p>
  </background>
  <description>
    <p>
    PostgreSQL contains a flaw in the string parsing routines that allows
    certain backslash-escaped characters to be bypassed with some multibyte
    character encodings. This vulnerability was discovered by Akio Ishida
    and Yasuo Ohgaki.
    </p>
  </description>
  <impact type="normal">
    <p>
    An attacker could execute arbitrary SQL statements on the PostgreSQL
    server. Be aware that web applications using PostgreSQL as a database
    back-end might be used to exploit this vulnerability.
    </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 in the
    respective branch they are using:
    </p>
    <code>
    # emerge --sync
    # emerge --ask --oneshot --verbose dev-db/postgresql</code>
    <p>
    Note: While a fix exists for the 7.3 branch it doesn't currently work
    on Gentoo. All 7.3.x users of PostgreSQL should consider updating their
    installations to the 7.4 (or higher) branch as soon as possible!
    </p>
  </resolution>
  <references>
    <uri link="https://www.postgresql.org/docs/techdocs.50">PostgreSQL technical information</uri>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2313">CVE-2006-2313</uri>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2314">CVE-2006-2314</uri>
  </references>
  <metadata tag="requester" timestamp="2006-06-01T07:08:33Z">
    falco
  </metadata>
  <metadata tag="submitter" timestamp="2006-06-07T19:43:38Z">
    frilled
  </metadata>
  <metadata tag="bugReady" timestamp="2006-07-09T16:30:11Z">
    jaervosz
  </metadata>
</glsa>