diff options
author | Noah Misch <noah@leadboat.com> | 2023-08-07 06:05:56 -0700 |
---|---|---|
committer | Noah Misch <noah@leadboat.com> | 2023-08-07 06:05:56 -0700 |
commit | cd5f2a357014d5ed8205191f8e1fb180f1439599 (patch) | |
tree | 5594c02f39e3eee78c16521037d730e8239c6a21 /src/backend/utils/adt/jsonb_util.c | |
parent | 2bdd7b262f7af28dec11684bd8998f7dc2acc793 (diff) | |
download | postgresql-cd5f2a357014d5ed8205191f8e1fb180f1439599.tar.gz postgresql-cd5f2a357014d5ed8205191f8e1fb180f1439599.zip |
Reject substituting extension schemas or owners matching ["$'\].
Substituting such values in extension scripts facilitated SQL injection
when @extowner@, @extschema@, or @extschema:...@ appeared inside a
quoting construct (dollar quoting, '', or ""). No bundled extension was
vulnerable. Vulnerable uses do appear in a documentation example and in
non-bundled extensions. Hence, the attack prerequisite was an
administrator having installed files of a vulnerable, trusted,
non-bundled extension. Subject to that prerequisite, this enabled an
attacker having database-level CREATE privilege to execute arbitrary
code as the bootstrap superuser. By blocking this attack in the core
server, there's no need to modify individual extensions. Back-patch to
v11 (all supported versions).
Reported by Micah Gate, Valerie Woolard, Tim Carey-Smith, and Christoph
Berg.
Security: CVE-2023-39417
Diffstat (limited to 'src/backend/utils/adt/jsonb_util.c')
0 files changed, 0 insertions, 0 deletions