tor before 0.4.9.9 was prone to an infinite loop when decompressing a truncated zlib/gzip stream with done=1. A truncated stream never reaches Z_STREAM_END, causing zlib to return Z_BUF_ERROR with no input remaining, which buf_add_compress() mistook for a full output buffer and retried forever. Fixed by returning TOR_COMPRESS_ERROR in that case so the caller can abort cleanly. This is TROVE-2026-021.
References
| Link | Resource |
|---|---|
| https://gitlab.torproject.org/tpo/core/tor/-/raw/tor-0.4.9.9/ChangeLog | Permissions Required Release Notes Vendor Advisory |
Configurations
History
No history.
Information
Published : 2026-08-20 21:17
Updated : 2026-09-08 18:26
NVD link : CVE-2026-77640
Mitre link : CVE-2026-77640
CVE.ORG link : CVE-2026-77640
JSON object : View
Products Affected
torproject
- tor
CWE
CWE-1284
Improper Validation of Specified Quantity in Input
