A serious PostgreSQL security fix
[Posted April 4, 2013 by corbet]
The PostgreSQL project has
announced the release
of versions 9.2.4, 9.1.9, 9.0.13 and 8.4.17 containing a number of security
fixes, including this one: "
CVE-2013-1899, makes it possible for a
connection request containing a database name that begins with '-' to be
crafted that can damage or destroy files within a server's data
directory. Anyone with access to the port the PostgreSQL server listens on
can initiate this request." The developers recommend an immediate
upgrade.
Update: See also the
2013-04-04 security release FAQ. "This is a good general rule
for database security: do not allow port access to the database server from
untrusted networks unless it is absolutely necessary. This is as true, or
more true, of other database systems as it is of PostgreSQL."
(
Log in to post comments)