Improper handling of highly compressed data in httplib2 - #VU135769
Published: June 29, 2026
httplib2
Detailed vulnerability description
The vulnerability allows a remote attacker to cause a denial of service.
The vulnerability exists due to improper handling of highly compressed data in the _decompressContent() function when processing HTTP responses with Content-Encoding: gzip or deflate. A remote attacker can send a specially crafted compressed HTTP response to cause a denial of service.
The issue is triggered automatically during httplib2.Http().request() and requires no user interaction.