diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 12:18:08 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 12:18:08 +0000 |
commit | 4f1bfee806cb1283232109114f0e3b4ee17bb0d0 (patch) | |
tree | ba0ee3247be9936d167993e66978e1635d977f3c | |
parent | Merging upstream version 15.6. (diff) | |
download | postgresql-15-4f1bfee806cb1283232109114f0e3b4ee17bb0d0.tar.xz postgresql-15-4f1bfee806cb1283232109114f0e3b4ee17bb0d0.zip |
Adding debian version 15.6-0+deb12u1.debian/15.6-0+deb12u1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/changelog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index a138d1e..dfb1d44 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,22 @@ +postgresql-15 (15.6-0+deb12u1) bookworm-security; urgency=medium + + * New upstream version. + + * Tighten security restrictions within REFRESH MATERIALIZED VIEW + CONCURRENTLY (Heikki Linnakangas) + + One step of a concurrent refresh command was run under weak security + restrictions. If a materialized view's owner could persuade a superuser + or other high-privileged user to perform a concurrent refresh on that + view, the view's owner could control code executed with the privileges + of the user running REFRESH. Fix things so that all user-determined code + is run as the view's owner, as expected. + + The PostgreSQL Project thanks Pedro Gallegos for reporting this problem. + (CVE-2024-0985) + + -- Christoph Berg <myon@debian.org> Tue, 06 Feb 2024 13:37:19 +0100 + postgresql-15 (15.5-0+deb12u1) bookworm-security; urgency=medium * New upstream version. |