Security Advisory

CVE-2022-24128

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2022-03-13 00:00:00
Last updated 2024-08-03 03:59:23
Assigner mitre
State PUBLISHED

Description

Timescale TimescaleDB 1.x and 2.x before 2.5.2 may allow privilege escalation during extension installation. The installation process uses commands such as CREATE x IF NOT EXIST that allow an unprivileged user to precreate objects. These objects will be used by the installer (which executes as Superuser), leading to privilege escalation. In order to be able to take advantage of this, an unprivileged user would need to be able to create objects in a database and then get a Superuser to install TimescaleDB into their database. (In the fixed versions, the installation aborts when it finds that an object already exists.)