pgsql: Convert newlines to spaces in names written in pg_dump comments. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Convert newlines to spaces in names written in pg_dump comments.
Date
Msg-id E1S0hiQ-00088X-Pf@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Convert newlines to spaces in names written in pg_dump comments.

pg_dump was incautious about sanitizing object names that are emitted
within SQL comments in its output script.  A name containing a newline
would at least render the script syntactically incorrect.  Maliciously
crafted object names could present a SQL injection risk when the script
is reloaded.

Reported by Heikki Linnakangas, patch by Robert Haas

Security: CVE-2012-0868

Branch
------
REL8_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/d975e166052e5992e1d082273f5680e85239b935

Modified Files
--------------
src/bin/pg_dump/pg_backup_archiver.c |   60 +++++++++++++++++++++++++++++++--
1 files changed, 56 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Require execute permission on the trigger function for CREATE TR
Next
From: Tom Lane
Date:
Subject: pgsql: Last-minute release note updates.