Vulnerability Information
Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.
Vulnerability Title
httplib2: Decompression Bomb Denial of Service via Unbounded gzip/deflate Response Handling
Vulnerability Description
httplib2 is a comprehensive HTTP client library for Python. Prior to 0.32.0, httplib2 performs unbounded decompression of HTTP response bodies encoded with Content-Encoding: gzip or deflate in _decompressContent in httplib2/init.py, allowing a malicious or compromised HTTP server to return a small compressed payload that expands to an arbitrarily large size in memory and causes MemoryError or OOM-kill in the client process. This issue is fixed in version 0.32.0.
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Vulnerability Type
对高度压缩数据的处理不恰当(数据放大攻击)
Vulnerability Title
httplib2 资源管理错误漏洞
Vulnerability Description
httplib2 httplib2是httplib2组织开源的一款处理HTTP请求的客户端库。 httplib2 0.32.0之前版本存在资源管理错误漏洞,该漏洞源于对HTTP响应体进行无限制解压缩,可能导致恶意服务器返回小压缩有效负载,在客户端内存中扩展,造成内存错误或OOM终止。
CVSS Information
N/A
Vulnerability Type
N/A