CVE-2024-0985

PostgreSQL non-owner REFRESH MATERIALIZED VIEW CONCURRENTLY executes arbitrary SQL

UPDATE (June 19, 2024): Added v16 as impacted. Updated description to clarify the attack vector.

Late privilege drop in REFRESH MATERIALIZED VIEW CONCURRENTLY in PostgreSQL allows an object creator to execute arbitrary SQL functions as the command issuer. The command intends to run SQL functions as the owner of the materialized view, enabling safe refresh of untrusted materialized views. The victim is a superuser or member of one of the attacker's roles. The attack requires luring the victim into running REFRESH MATERIALIZED VIEW CONCURRENTLY on the attacker's materialized view.

Version Information

Affected Version Fixed In Fix Published
16 16.2 Feb. 8, 2024
15 15.6 Feb. 8, 2024
14 14.11 Feb. 8, 2024
13 13.14 Feb. 8, 2024
12 12.18 Feb. 8, 2024

For more information about PostgreSQL versioning, please visit the versioning page.

CVSS 3.0

Overall Score 8.0
Component core server
Vector AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H

Reporting Security Vulnerabilities

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.