summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRepository QA checks <repo-qa-checks@gentoo.org>2016-04-14 08:02:22 +0000
committerRepository QA checks <repo-qa-checks@gentoo.org>2016-04-14 08:02:22 +0000
commit670f14532cf81a4e02d989bcb1254e1e48bcb4e4 (patch)
tree68ef72d9e802ec198860f87b94402f4ca3aae287 /metadata/glsa/glsa-200502-08.xml
parentAdd 'metadata/dtd/' from commit 'f8325042cda078a7fa29be8dcb9a092219332112' (diff)
parentAdd GLSA 201604-03 - Fix (diff)
downloadgentoo-670f14532cf81a4e02d989bcb1254e1e48bcb4e4.tar.gz
gentoo-670f14532cf81a4e02d989bcb1254e1e48bcb4e4.tar.bz2
gentoo-670f14532cf81a4e02d989bcb1254e1e48bcb4e4.zip
Add 'metadata/glsa/' from commit 'aacff3c55fb52643f95332002ecdb7d439b8e4df'
git-subtree-dir: metadata/glsa git-subtree-mainline: 3149e13ab601ad3a8f925656fd88567d2626de47 git-subtree-split: aacff3c55fb52643f95332002ecdb7d439b8e4df
Diffstat (limited to 'metadata/glsa/glsa-200502-08.xml')
-rw-r--r--metadata/glsa/glsa-200502-08.xml82
1 files changed, 82 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-200502-08.xml b/metadata/glsa/glsa-200502-08.xml
new file mode 100644
index 000000000000..64d6fd8a3029
--- /dev/null
+++ b/metadata/glsa/glsa-200502-08.xml
@@ -0,0 +1,82 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
+
+<glsa id="200502-08">
+ <title>PostgreSQL: Multiple vulnerabilities</title>
+ <synopsis>
+ PostgreSQL contains several vulnerabilities which could lead to execution
+ of arbitrary code, Denial of Service and security bypass.
+ </synopsis>
+ <product type="ebuild">postgresql</product>
+ <announced>February 07, 2005</announced>
+ <revised>June 26, 2007: 06</revised>
+ <bug>80342</bug>
+ <access>remote and local</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</unaffected>
+ <vulnerable range="lt">7.3.10</vulnerable>
+ <vulnerable range="lt">7.4.7</vulnerable>
+ <vulnerable range="lt">8.0.1</vulnerable>
+ </package>
+ </affected>
+ <background>
+ <p>
+ PostgreSQL is a SQL compliant, open source object-relational database
+ management system.
+ </p>
+ </background>
+ <description>
+ <p>
+ PostgreSQL's contains several vulnerabilities:
+ </p>
+ <ul>
+ <li>John Heasman discovered that the LOAD extension is vulnerable to
+ local privilege escalation (CAN-2005-0227).</li>
+ <li>It is possible to bypass the EXECUTE permission check for functions
+ (CAN-2005-0244).</li>
+ <li>The PL/PgSQL parser is vulnerable to heap-based buffer overflow
+ (CAN-2005-0244).</li>
+ <li>The intagg contrib module is vulnerable to a Denial of Service
+ (CAN-2005-0246).</li>
+ </ul>
+ </description>
+ <impact type="normal">
+ <p>
+ An attacker could exploit this to execute arbitrary code with the
+ privileges of the PostgreSQL server, bypass security restrictions and
+ crash the server.
+ </p>
+ </impact>
+ <workaround>
+ <p>
+ There is no know 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="http://archives.postgresql.org/pgsql-announce/2005-02/msg00000.php">PostgreSQL Announcement</uri>
+ <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-0227">CAN-2005-0227</uri>
+ <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-0244">CAN-2005-0244</uri>
+ <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-0245">CAN-2005-0245</uri>
+ <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-0246">CAN-2005-0246</uri>
+ </references>
+ <metadata tag="requester" timestamp="Wed, 2 Feb 2005 18:15:02 +0000">
+ koon
+ </metadata>
+ <metadata tag="submitter" timestamp="Wed, 2 Feb 2005 18:50:22 +0000">
+ DerCorny
+ </metadata>
+ <metadata tag="bugReady" timestamp="Sun, 6 Feb 2005 17:27:47 +0000">
+ koon
+ </metadata>
+</glsa>