AI description
CVE-2026-59939 is a denial of service vulnerability found in `httplib2`, a Python HTTP client library. This flaw, present in versions prior to 0.32.0, stems from the library's `_decompressContent` function, which performs unbounded decompression of HTTP response bodies encoded with `Content-Encoding: gzip` or `deflate`. A malicious or compromised HTTP server can exploit this by sending a small compressed payload that expands to an arbitrarily large size in memory. This can lead to memory exhaustion, causing a `MemoryError` or an out-of-memory (OOM) kill of the client process using `httplib2`. The vulnerability is described as a "decompression bomb" pattern, where a few kilobytes of compressed data can expand to gigabytes in memory.
- 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.
- Source
- security-advisories@github.com
- NVD status
- Analyzed
- Products
- httplib2
CVSS 3.1
- Type
- Secondary
- Base score
- 7.5
- Impact score
- 3.6
- Exploitability score
- 3.9
- Vector string
- CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
- Severity
- HIGH
- security-advisories@github.com
- CWE-409
Hype score is a measure of social media activity compared against trending CVEs from the past 12 months. Max score 100.
- Hype score
1
csirt_it: La Settimana Cibernetica del 12 luglio 2026 🔹aggiornamenti per molteplici prodotti 🔹 Langflow: rilevato lo sfruttamento in rete della CVE-2026-55255 🔹 Httplib2: PoC pubblico per lo sfruttamento della CVE-2026-59939 ⚠️#EPSS 🔗 … https://t.co/6pYEwcABF
@Vulcanux_
13 Jul 2026
39 Impressions
0 Retweets
0 Likes
0 Bookmarks
0 Replies
0 Quotes
La Settimana Cibernetica del 12 luglio 2026 🔹aggiornamenti per molteplici prodotti 🔹 Langflow: rilevato lo sfruttamento in rete della CVE-2026-55255 🔹 Httplib2: PoC pubblico per lo sfruttamento della CVE-2026-59939 ⚠️#EPSS 🔗 https://t.co/ausgDdb1lU https://t.co
@csirt_it
13 Jul 2026
513 Impressions
0 Retweets
4 Likes
0 Bookmarks
0 Replies
0 Quotes
[
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:httplib2_project:httplib2:*:*:*:*:*:python:*:*",
"matchCriteriaId": "8B283618-4565-47DA-9F75-7E0C0D63D3A9",
"versionEndExcluding": "0.32.0",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
]