Summary
Ubuntu Update for Linux kernel vulnerabilities USN-454-1
Solution
Please Install the Updated Packages.
Insight
PostgreSQL did not handle the "
search_path"
configuration option in a
secure way for functions declared as "
SECURITY DEFINER"
.
Previously, an attacker could override functions and operators used by the security definer function to execute arbitrary SQL commands with the privileges of the user who created the security definer function.
The updated version does not search the temporary table schema for functions and operators any more.
Similarly, an attacker could put forged tables into the temporary table schema to trick the security definer function into using attacker defined data for processing. This was possible because the temporary schema was always implicitly searched first before all other entries in "
search_path"
. The updated version now supports explicit
placement of the temporary schema. Please see the HTML documentation or the manual page for "
CREATE FUNCTION"
for details and an example
how to write security definer functions in a secure way.
Affected
postgresql-8.1, postgresql-8.2 vulnerability on Ubuntu 6.06 LTS , Ubuntu 6.10 ,
Ubuntu 7.04
References
Updated on 2015-03-25
Severity
Classification
-
CVE CVE-2007-2138 -
CVSS Base Score: 6.0
AV:N/AC:M/Au:S/C:P/I:P/A:P
Related Vulnerabilities