#VU95605 Time-of-check Time-of-use (TOCTOU) Race Condition in PostgreSQL - CVE-2024-7348

 

#VU95605 Time-of-check Time-of-use (TOCTOU) Race Condition in PostgreSQL - CVE-2024-7348

Published: August 8, 2024


Vulnerability identifier: #VU95605
Vulnerability risk: Low
CVSSv4.0: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N/E:U/U:Clear
CVE-ID: CVE-2024-7348
CWE-ID: CWE-367
Exploitation vector: Remote access
Exploit availability: No public exploit available
Vulnerable software:
PostgreSQL
Software vendor:
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).


Remediation

Install updates from vendor's website.

External links