Skip to content
Snippets Groups Projects
Select Git revision
  • benchmark-tools
  • postgres-lambda
  • master default
  • REL9_4_25
  • REL9_5_20
  • REL9_6_16
  • REL_10_11
  • REL_11_6
  • REL_12_1
  • REL_12_0
  • REL_12_RC1
  • REL_12_BETA4
  • REL9_4_24
  • REL9_5_19
  • REL9_6_15
  • REL_10_10
  • REL_11_5
  • REL_12_BETA3
  • REL9_4_23
  • REL9_5_18
  • REL9_6_14
  • REL_10_9
  • REL_11_4
23 results

variable.c

  • Tom Lane's avatar
    226a980b
    Fix bug that allowed any logged-in user to SET ROLE to any other database user · 226a980b
    Tom Lane authored
    id (CVE-2006-0553).  Also fix related bug in SET SESSION AUTHORIZATION that
    allows unprivileged users to crash the server, if it has been compiled with
    Asserts enabled.  The escalation-of-privilege risk exists only in 8.1.0-8.1.2.
    However, the Assert-crash risk exists in all releases back to 7.3.
    Thanks to Akio Ishida for reporting this problem.
    226a980b
    History
    Fix bug that allowed any logged-in user to SET ROLE to any other database user
    Tom Lane authored
    id (CVE-2006-0553).  Also fix related bug in SET SESSION AUTHORIZATION that
    allows unprivileged users to crash the server, if it has been compiled with
    Asserts enabled.  The escalation-of-privilege risk exists only in 8.1.0-8.1.2.
    However, the Assert-crash risk exists in all releases back to 7.3.
    Thanks to Akio Ishida for reporting this problem.