Time-of-check Time-of-use (TOCTOU) race condition in pg_dump in PostgreSQL allows an object creator to execute arbitrary SQL functions as the user running pg_dump, which is often a superuser. The attack involves replacing another relation type with a view or foreign table. The attack requires waiting for pg_dump to start, but winning the race condition is trivial if the attacker retains an open transaction. Versions before PostgreSQL 16.4, 15.8, 14.13, 13.16, and 12.20 are affected.
The PostgreSQL project thanks Noah Misch for reporting this problem.
Affected Version | Fixed In | Fix Published |
---|---|---|
16 | 16.4 | Aug. 8, 2024 |
15 | 15.8 | Aug. 8, 2024 |
14 | 14.13 | Aug. 8, 2024 |
13 | 13.16 | Aug. 8, 2024 |
12 | 12.20 | Aug. 8, 2024 |
For more information about PostgreSQL versioning, please visit the versioning page.
Overall Score | 8.8 |
---|---|
Component | core server |
Vector | AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H |
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.