aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorSimon L. B. Nielsen <simon@FreeBSD.org>2005-02-08 21:33:54 +0000
committerSimon L. B. Nielsen <simon@FreeBSD.org>2005-02-08 21:33:54 +0000
commit98933fd4879dd58429138a9ff4268b334d58c4a6 (patch)
tree535eb7d832a94abacad63a7d51a5f66ee924c8db /security
parentfc72cc4d24361684b0e288b029171f1775a710da (diff)
downloadports-98933fd4879dd58429138a9ff4268b334d58c4a6.tar.gz
ports-98933fd4879dd58429138a9ff4268b334d58c4a6.zip
Document privilege escalation vulnerability in postgresql.
Notes
Notes: svn path=/head/; revision=128318
Diffstat (limited to 'security')
-rw-r--r--security/vuxml/vuln.xml38
1 files changed, 38 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml
index 6db6ff9b36ba..350abdb3d4c9 100644
--- a/security/vuxml/vuln.xml
+++ b/security/vuxml/vuln.xml
@@ -32,6 +32,44 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-->
<vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+ <vuln vid="5d425189-7a03-11d9-a9e7-0001020eed82">
+ <topic>postgresql -- privilege escalation vulnerability</topic>
+ <affects>
+ <package>
+ <name>postgresql</name>
+ <name>postgresql-server</name>
+ <name>ja-postgresql</name>
+ <range><lt>7.3.9</lt></range>
+ <range><gt>7.4.*</gt><lt>7.4.7</lt></range>
+ <range><gt>8.*</gt><lt>8.0.1</lt></range>
+ </package>
+ <package>
+ <name>postgresql-devel</name>
+ <range><le>8.0.1,1</le></range>
+ </package>
+ </affects>
+ <description>
+ <body xmlns="http://www.w3.org/1999/xhtml">
+ <p>John Heasman and others disovered that non-privileged users
+ could use the <q>LOAD</q> extension to load arbitrary
+ libraries into the postgres server process space. This
+ could be used by non-privileged local users to execute
+ arbitrary code with the privileges of the postgresql
+ server.</p>
+ </body>
+ </description>
+ <references>
+ <bid>12411</bid>
+ <cvename>CAN-2005-0227</cvename>
+ <mlist>http://archives.postgresql.org/pgsql-announce/2005-02/msg00000.php</mlist>
+ <mlist>http://archives.postgresql.org/pgsql-bugs/2005-01/msg00269.php</mlist>
+ </references>
+ <dates>
+ <discovery>2005-01-21</discovery>
+ <entry>2005-02-08</entry>
+ </dates>
+ </vuln>
+
<vuln vid="831a6a66-79fa-11d9-a9e7-0001020eed82">
<topic>ethereal -- multiple protocol dissectors vulnerabilities</topic>
<affects>