Using an INSERT ... ON CONFLICT ... DO UPDATE
command on a purpose-crafted table, an attacker can read arbitrary bytes of server memory. In the default configuration, any authenticated database user can create prerequisite objects and complete this attack at will. A user lacking the CREATE
and TEMPORARY
privileges on all databases and the CREATE
privilege on all schemas cannot use this attack at will.
The PostgreSQL project thanks Andres Freund for reporting this problem.
Affected Version | Fixed In | Fix Published |
---|---|---|
13 | 13.3 | May 13, 2021 |
12 | 12.7 | May 13, 2021 |
11 | 11.12 | May 13, 2021 |
10 | 10.17 | May 13, 2021 |
9.6 | 9.6.22 | May 13, 2021 |
For more information about PostgreSQL versioning, please visit the versioning page.
Overall Score | 6.5 |
---|---|
Component | core server |
Vector | AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N |
If you wish to report a new security vulnerability in PostgreSQL, please send an email to security@postgresql.org.
For reporting non-security bugs, please see the Report a Bug page.