Bug 2521288 - CVE-2026-77640 tor: Tor: Denial of Service via truncated zlib/gzip stream decompression [epel-all]
Summary: CVE-2026-77640 tor: Tor: Denial of Service via truncated zlib/gzip stream dec...
Keywords:
Status: NEW
Alias: None
Product: Fedora EPEL
Classification: Fedora
Component: tor
Version: epel10
Hardware: Unspecified
OS: Unspecified
low
low
Target Milestone: ---
Assignee: Marcel Haerry
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: {"flaws": ["ee9ac655-d010-4845-93b2-f...
Depends On:
Blocks: CVE-2026-77640
TreeView+ depends on / blocked
 
Reported: 2026-08-22 11:47 UTC by Vladimir Vasilev
Modified: 2026-08-22 11:47 UTC (History)
4 users (show)

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


Attachments (Terms of Use)

Description Vladimir Vasilev 2026-08-22 11:47:54 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.

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.


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