#VU95605 Time-of-check Time-of-use (TOCTOU) Race Condition in PostgreSQL - CVE-2024-7348
Published: August 8, 2024
PostgreSQL
PostgreSQL Global Development Group
Description
The vulnerability allows a remote user to escalate privileges within the database.
The vulnerability exists due to a race condition when executing concurrent pg_dump sessions. A remote user with privileges to create and drop non-temporary objects can execute arbitrary SQL commands with the privileges of the role running pg_dump (which is often a superuser).