Bug 2521838 - CVE-2026-70634 timescaledb: TimescaleDB: Information disclosure via out-of-bounds read in dictionary compression. [epel-all]
Summary: CVE-2026-70634 timescaledb: TimescaleDB: Information disclosure via out-of-bo...
Keywords:
Status: NEW
Alias: None
Product: Fedora EPEL
Classification: Fedora
Component: timescaledb
Version: epel10
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
Assignee: Filip Januš
QA Contact:
URL:
Whiteboard: {"flaws": ["e5d7b840-1a4b-453c-a0e3-c...
Depends On:
Blocks: CVE-2026-70634
TreeView+ depends on / blocked
 
Reported: 2026-08-24 12:36 UTC by Vladimir Vasilev
Modified: 2026-08-24 12:36 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Vladimir Vasilev 2026-08-24 12:36:28 UTC
Disclaimer: Community trackers are created by Red Hat Product Security team on a best effort basis. Package maintainers are required to ascertain if the flaw indeed affects their package, before starting the update process.

TimescaleDB through 2.29.1, fixed in commit 517c13e, contains an out-of-bounds read in the Dictionary compression reverse row iterator (tsl/src/compression/algorithms/dictionary.c). The forward path validates the decoded index; the reverse path uses an assertion compiled out of release builds, leaving the 64-bit Simple8b index unvalidated and the read offset attacker-controlled. Attackers with DML access to a physical compressed relation can store a crafted datum and run a reverse-order scan. With a pass-by-value column type the out-of-bounds Datum is returned to the client as a normal column value, disclosing backend memory including the shared buffer pool, which SQL access control does not cover.


Note You need to log in before you can comment on or make changes to this bug.