First published: Tue Jun 19 2007(Updated: )
PostgreSQL 8.1 and probably later versions, when local trust authentication is enabled and the Database Link library (dblink) is installed, allows remote attackers to access arbitrary accounts and execute arbitrary SQL queries via a dblink host parameter that proxies the connection from 127.0.0.1.
Credit: cve@mitre.org
Affected Software | Affected Version | How to fix |
---|---|---|
PostgreSQL | >=7.4<7.4.19 | |
PostgreSQL | >=8.0<8.0.15 | |
PostgreSQL | >=8.1<8.1.11 | |
PostgreSQL | >=8.2<8.2.6 | |
PostgreSQL | >=7.3<7.3.21 | |
Debian | =3.1 | |
Debian | =4.0 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2007-3278 is classified as a medium severity vulnerability due to its potential for unauthorized SQL query execution.
To mitigate CVE-2007-3278, disable local trust authentication or restrict the usage of the dblink library.
CVE-2007-3278 affects PostgreSQL versions 7.3 through 8.2, with local trust authentication enabled and dblink installed.
CVE-2007-3278 allows remote attackers to access arbitrary accounts and execute arbitrary SQL queries.
A possible workaround for CVE-2007-3278 is to configure PostgreSQL to disallow the use of dblink or change authentication methods.