Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 905311 (CVE-2023-25149) - <dev-db/timescaledb-2.9.3: user privilege escalation
Summary: <dev-db/timescaledb-2.9.3: user privilege escalation
Status: RESOLVED FIXED
Alias: CVE-2023-25149
Product: Gentoo Security
Classification: Unclassified
Component: Vulnerabilities (show other bugs)
Hardware: All Linux
: Normal trivial (vote)
Assignee: Gentoo Security
URL: https://github.com/timescale/timescal...
Whiteboard: ~3 [noglsa]
Keywords:
Depends on:
Blocks:
 
Reported: 2023-04-29 19:00 UTC by John Helmert III
Modified: 2023-05-01 04:08 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John Helmert III archtester Gentoo Infrastructure gentoo-dev Security 2023-04-29 19:00:47 UTC
CVE-2023-25149:

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 `search_path`, 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 `search_path` 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.
Comment 1 Larry the Git Cow gentoo-dev 2023-04-29 19:05:42 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=418658f7a2fd67a79840419fca7ccd689fae6229

commit 418658f7a2fd67a79840419fca7ccd689fae6229
Author:     John Helmert III <ajak@gentoo.org>
AuthorDate: 2023-04-29 19:05:23 +0000
Commit:     John Helmert III <ajak@gentoo.org>
CommitDate: 2023-04-29 19:05:23 +0000

    dev-db/timescaledb: drop 2.9.2
    
    Bug: https://bugs.gentoo.org/905311
    Signed-off-by: John Helmert III <ajak@gentoo.org>

 dev-db/timescaledb/Manifest                 |  1 -
 dev-db/timescaledb/timescaledb-2.9.2.ebuild | 67 -----------------------------
 2 files changed, 68 deletions(-)