diff options
author | Remko Lodder <remko@FreeBSD.org> | 2006-08-13 15:25:17 +0000 |
---|---|---|
committer | Remko Lodder <remko@FreeBSD.org> | 2006-08-13 15:25:17 +0000 |
commit | d0e01d69d3e8ef4d078fadc45394fd476aa5f576 (patch) | |
tree | e0c021edc9b5ecee743e8e25b632721da1ec2d47 /security/vuxml/vuln.xml | |
parent | 3112fe0e98a754470f8fbb24a2c9f1c1748e9c7b (diff) | |
download | ports-d0e01d69d3e8ef4d078fadc45394fd476aa5f576.tar.gz ports-d0e01d69d3e8ef4d078fadc45394fd476aa5f576.zip |
Notes
Diffstat (limited to 'security/vuxml/vuln.xml')
-rw-r--r-- | security/vuxml/vuln.xml | 44 |
1 files changed, 43 insertions, 1 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index a259d44909ae..9e8033697217 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -34,6 +34,48 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="65c8ecf9-2adb-11db-a6e2-000e0c2e438a"> + <topic>postgresql -- multiple vulnerabilities</topic> + <affects> + <package> + <name>postgresql</name> + <name>postgresql-server</name> + <name>ja-postgresql</name> + <range><ge>7.2</ge><lt>7.2.7</lt></range> + <range><ge>7.3</ge><lt>7.3.9</lt></range> + <range><ge>7.4</ge><lt>7.4.7</lt></range> + <range><ge>8.0.0</ge><lt>8.0.1</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Multiple vulnerabilities had been reported in various + versions of PostgreSQL:</p> + <ul> + <li>The EXECUTE restrictions can be bypassed by using the + AGGREGATE function, which is missing a permissions check.</li> + <li>A buffer overflow exists in gram.y which could allow an + attacker to execute arbitrary code by sending a large + number of arguments to a refcursor function, found in + gram.y</li> + <li>The intagg contributed module allows an attacker to crash + the server (Denial of Service) by constructing a malicious + crafted array.</li> + </ul> + </body> + </description> + <references> + <cvename>CVE-2005-0244</cvename> + <cvename>CVE-2005-0245</cvename> + <cvename>CVE-2005-0246</cvename> + <url>http://secunia.com/advisories/12948</url> + </references> + <dates> + <discovery>2005-02-01</discovery> + <entry>2006-08-13</entry> + </dates> + </vuln> + <vuln vid="fcb90eb0-2ace-11db-a6e2-000e0c2e438a"> <topic>mysql -- format string vulnerability</topic> <affects> @@ -4155,7 +4197,7 @@ Note: Please add new entries to the beginning of this file. <affects> <package> <name>postgresql-server</name> - <range><ge>8.1.0.</ge><lt>8.1.3</lt></range> + <range><ge>8.1.0</ge><lt>8.1.3</lt></range> </package> </affects> <description> |