PatchSiren cyber security CVE debrief
CVE-2026-70633 timescale CVE debrief
Authenticated attackers with DML access to a compressed hypertable in TimescaleDB can cause a denial of service via an out-of-bounds read vulnerability in the Gorilla compression reverse row iterator. This occurs when a crafted compressed datum with an internally inconsistent BitArray is stored, triggering an unsigned integer wraparound in the reverse iterator bucket index computation. The vulnerability, fixed in commit 517c13e, allows for a SIGSEGV crash that can be repeatedly triggered on each subsequent reverse-order scan.
- Vendor
- timescale
- Product
- timescaledb
- CVSS
- HIGH 7.1
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-06
- Original CVE updated
- 2026-08-31
- Advisory published
- 2026-08-06
- Advisory updated
- 2026-08-31
Who should care
Organizations using TimescaleDB, particularly those with DML access to compressed hypertables, should be aware of this vulnerability and take steps to mitigate it. This includes applying the patch from commit 517c13e and restricting access to compressed hypertables.
Technical summary
The out-of-bounds read vulnerability in TimescaleDB's Gorilla compression reverse row iterator allows authenticated attackers to cause a denial of service. The vulnerability is triggered by storing a crafted compressed datum with an internally inconsistent BitArray, which causes an unsigned integer wraparound in the reverse iterator bucket index computation. This results in a SIGSEGV crash that can be repeatedly triggered on each subsequent reverse-order scan.
Defensive priority
High-priority defensive actions are required to address the out-of-bounds read vulnerability in TimescaleDB. Organizations should prioritize patching and updating to the fixed version to prevent potential denial-of-service attacks.
Recommended defensive actions
- Apply the patch from commit 517c13e to update TimescaleDB to a fixed version.
- Restrict DML access to compressed hypertables to trusted users.
- Monitor for and limit reverse-order scans on compressed hypertables.
- Implement compensating controls, such as Web Application Firewalls, to detect and prevent potential attacks.
- Regularly review and update TimescaleDB to ensure the latest security patches are applied.
Evidence notes
Evidence is based on official CVE Program and NVD records, as well as source references from [email protected]. The CVE description and NVD vulnerability detail provide information on the out-of-bounds read vulnerability in TimescaleDB. However, further details on the vulnerability's impact and affected systems are limited.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-70633 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-70633
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-70633 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-70633
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/timescale/timescaledb/commit/517c13e7cc6afadb4a7deaa7a5a5a29065e5b5a3
-
Source reference
Unverified legacy reference
URL: https://github.com/timescale/timescaledb/pull/10360
-
Source reference
Unverified legacy reference
URL: https://www.vulncheck.com/advisories/timescaledb-out-of-bounds-read-dos-via-gorilla-compression-reverse-iterator
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.