Information disclosure in PostgreSQL - CVE-2021-3393
Published: February 11, 2021
PostgreSQL
PostgreSQL Global Development Group
Description
The vulnerability allows a remote user to gain access to potentially sensitive information.
The vulnerability exists due to excessive data output in the error message. A remote user having an UPDATE privilege on a partitioned table but lacking the
SELECT privilege on some column may be able to acquire denied-column values
from an error message. This vulnerability is similar to #VU30418.