CVE-2023-25149: TimescaleDB has incorrect access control
TimescaleDB, an open-source time-series SQL database, has a privilege escalation vulnerability in versions 2.8.0 through 2.9.2. During installation, TimescaleDB creates a telemetry job that is runs as the installation user. The queries run as part of the telemetry data collection were not run with a locked down searchpath, allowing malicious users to create functions that would be executed by the telemetry job, leading to privilege escalation. In order to be able to take advantage of this vulnerability, a user would need to be able to create objects in a database and then get a superuser to install TimescaleDB into their database. When TimescaleDB is installed as trusted extension, non-superusers can install the extension without help from a superuser.
Version 2.9.3 fixes this issue. As a mitigation, the searchpath of the user running the telemetry job can be locked down to not include schemas writable by other users. The vulnerability is not exploitable on instances in Timescale Cloud and Managed Service for TimescaleDB due to additional security provisions in place on those platforms.
Affected Software
Remediation
Patch Available
Event History
Frequently Asked Questions
What is CVE-2023-25149?
CVE-2023-25149 is a privilege escalation vulnerability in TimescaleDB, an open-source time-series SQL database, versions 2.8.0 through 2.9.2.
What is the severity of CVE-2023-25149?
The severity of CVE-2023-25149 is rated as high with a CVSS score of 8.8.
How does CVE-2023-25149 affect TimescaleDB?
CVE-2023-25149 affects TimescaleDB versions 2.8.0 through 2.9.2, allowing privilege escalation.
How can I fix CVE-2023-25149?
To fix CVE-2023-25149, you should update TimescaleDB to version 2.9.3 or later.
Where can I find more information about CVE-2023-25149?
You can find more information about CVE-2023-25149 in the TimescaleDB GitHub repository and the associated security advisories.