CVE-2024-0985

Summary

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. Versions before PostgreSQL 16.2, 15.6, 14.11, 13.14, and 12.18 are affected.

Affected Software

VendorProductVersion RangeStatus
n/aPostgreSQL16 < 16.2affected
n/aPostgreSQL15 < 15.6affected
n/aPostgreSQL14 < 14.11affected
n/aPostgreSQL13 < 13.14affected
n/aPostgreSQL0 < 12.18affected

Weaknesses

  • CWE-271: Privilege Dropping / Lowering Errors

Workarounds

Use REFRESH MATERIALIZED VIEW without CONCURRENTLY. In a new database connection, authenticate as the materialized view owner.

ADP Enrichment

CVE Program Container

Additional References

CISA ADP Vulnrichment

  • SSVC:
  • Exploitation: none
    • Automatable: no
    • Technical Impact: total

References