diff options
author | remko <remko@FreeBSD.org> | 2006-08-13 23:25:17 +0800 |
---|---|---|
committer | remko <remko@FreeBSD.org> | 2006-08-13 23:25:17 +0800 |
commit | cae355e4d71a861301499933d284b6163e4661f2 (patch) | |
tree | 3b64273abaf6b75ef4bc9a1d3b55352a467a642e /security | |
parent | f4a1d45f5e875063292938aad5623fb4c240aef3 (diff) | |
download | freebsd-ports-gnome-cae355e4d71a861301499933d284b6163e4661f2.tar.gz freebsd-ports-gnome-cae355e4d71a861301499933d284b6163e4661f2.tar.zst freebsd-ports-gnome-cae355e4d71a861301499933d284b6163e4661f2.zip |
Document postgresql -- multiple vulnerabilities.
These are all older vulnerabilities which had not yet been documented
by the Security Team.
Also fix a minor mistake in an older PostgreSQL entry.
Diffstat (limited to 'security')
-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> |