GHSA-9f3p-792w-mhv3HighCVSS 6.5
TimescaleDB through 2.29.1, fixed in commit 517c13e, contains an out-of-bounds read vulnerability...
🔗 CVE IDs covered (1)
📋 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.
🔗 References (5)
- https://nvd.nist.gov/vuln/detail/CVE-2026-70633
- https://github.com/timescale/timescaledb/pull/10360
- https://github.com/timescale/timescaledb/commit/517c13e7cc6afadb4a7deaa7a5a5a29065e5b5a3
- https://www.vulncheck.com/advisories/timescaledb-out-of-bounds-read-dos-via-gorilla-compression-reverse-iterator
- https://github.com/advisories/GHSA-9f3p-792w-mhv3