Description
TimescaleDB through 2.29.1, fixed in commit 517c13e, contains an out-of-bounds read vulnerability in the Gorilla compression reverse row iterator that allows authenticated attackers to cause a denial of service by storing a crafted compressed datum with an internally inconsistent BitArray. Attackers with DML access to a compressed hypertable can trigger an unsigned integer wraparound in the reverse iterator bucket index computation, causing a read beyond the end of the bucket array, resulting in a SIGSEGV crash that can be repeatedly triggered on each subsequent reverse-order scan.
Published: 2026-08-06
Score: 7.1 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

TimescaleDB versions up to 2.29.1 contain a flaw in the Gorilla compression reverse row iterator that allows an authenticated attacker with DML rights to a compressed hypertable to trigger an unsigned integer wraparound during bucket index calculation. This overflow causes an out‑of‑bounds read of the internal bucket array, resulting in a SIGSEGV crash. The crash can be repeatedly triggered on each subsequent reverse‑order scan, leading to a denial of service.

Affected Systems

The vulnerability affects the TimescaleDB product from Timescale, specifically version 2.29.1. The issue was addressed in commit 517c13e; any release that incorporates that commit or later versions is considered fixed.

Risk and Exploitability

The CVSS score of 7.1 categorizes the issue as medium severity. The EPSS score is not available, suggesting the likelihood of exploitation is uncertain but not high. The vulnerability is not currently listed in CISA KEV and requires authenticated DML access to a compressed hypertable, implying it is a privilege‑dependent attack.

Generated by OpenCVE AI on August 7, 2026 at 01:07 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade TimescaleDB to a version that includes commit 517c13e or later (recommended to use the latest release).
  • After upgrading, rebuild any compressed hypertables or reload data to ensure the affected compressed structures are reconstructed with the fixed logic.
  • Limit or disable reverse‑order scans on compressed hypertables for users who lack critical privileges until a patch can be applied.

Generated by OpenCVE AI on August 7, 2026 at 01:07 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 14 Aug 2026 17:15:00 +0000

Type Values Removed Values Added
CPEs cpe:2.3:a:timescale:timescaledb:*:*:*:*:*:*:*:*

Fri, 07 Aug 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Fri, 07 Aug 2026 17:30:00 +0000


Fri, 07 Aug 2026 02:30:00 +0000

Type Values Removed Values Added
First Time appeared Timescale
Timescale timescaledb
Vendors & Products Timescale
Timescale timescaledb

Thu, 06 Aug 2026 22:15:00 +0000

Type Values Removed Values Added
Description TimescaleDB through 2.29.1, fixed in commit 517c13e, contains an out-of-bounds read vulnerability in the Gorilla compression reverse row iterator that allows authenticated attackers to cause a denial of service by storing a crafted compressed datum with an internally inconsistent BitArray. Attackers with DML access to a compressed hypertable can trigger an unsigned integer wraparound in the reverse iterator bucket index computation, causing a read beyond the end of the bucket array, resulting in a SIGSEGV crash that can be repeatedly triggered on each subsequent reverse-order scan.
Title TimescaleDB 2.29.1 Out-of-Bounds Read DoS via Gorilla Compression Reverse Iterator
Weaknesses CWE-125
CWE-191
References
Metrics cvssV3_1

{'score': 6.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}

cvssV4_0

{'score': 7.1, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N'}


Subscriptions

Timescale Timescaledb
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-14T16:51:34.799Z

Reserved: 2026-08-04T20:17:18.297Z

Link: CVE-2026-70633

cve-icon Vulnrichment

Updated: 2026-08-07T15:32:51.771Z

cve-icon NVD

Status : Received

Published: 2026-08-06T22:18:27.710

Modified: 2026-08-07T18:17:22.440

Link: CVE-2026-70633

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-07T02:15:04Z

Weaknesses
  • CWE-125

    Out-of-bounds Read

  • CWE-191

    Integer Underflow (Wrap or Wraparound)