>> PostgreSQL Character Conversion and tsearch2 Vulnerabilities
Title : PostgreSQL Character Conversion and tsearch2 Vulnerabilities VUPEN ID : VUPEN/ADV-2005-0453 CVE ID : CVE-2005-1409 - CVE-2005-1410 CWE ID : CWE-
Rated as : Moderate Risk
Remotely Exploitable : No Locally Exploitable : Yes Release Date : 2005-05-03
Technical Description
Two vulnerabilities were identified in PostgreSQL, which may be exploited by local attackers to obtain elevated privileges or cause a denial of service. The first issue resides in the functions that support client-to-server character set conversion, and occurs when handling specially crafted arguments, which may be exploited by unprivileged users to execute arbitrary commands with elevated privileges. The second vulnerability resides in the "contrib/tsearch2" module, which incorrectly declares some functions as returning type "internal" when the functions do not have any "internal" argument. This issue may be exploited by local attackers to cause a denial of service by constructing SQL commands that invoke other functions accepting "internal" arguments.