๐Ÿ” CVE Alert

CVE-2026-61652

UNKNOWN 0.0

Zapros: Streaming decoders ignored the requested chunk size, allowing a single compressed response chunk to allocate unbounded memory (decompression bomb)

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

Zapros, a Python HTTP client, prior to version 0.14.0 is vulnerable to denial of service via memory exhaustion. The issue affects all callers who streamed compressed responses relying on the chunk size โ€” explicit (`iter_bytes(chunk_size=...)`) or the default โ€” to bound memory. The decoder ignored that bound, so a chunk could be far larger than requested and a single compressed response could overflow memory. Version 0.14.0 contains a patch. Some workarounds are available. Read the still-compressed body with `Response.iter_raw()` / `Response.async_iter_raw()`, which bypass the built-in decoders, and decompress it yourself with an explicit output-size bound (e.g. `zlib`'s `max_length`), aborting once a configured limit is exceeded. Where feasible, send `Accept-Encoding: identity` to disable response compression so bodies are not decompressed client-side. Avoid decoding response bodies from untrusted servers.

CWE CWE-770
Vendor kap-sh
Product zapros
Published Sep 21, 2026
Stay Ahead of the Next One

Get instant alerts for kap-sh zapros

Be the first to know when new unknown vulnerabilities affecting kap-sh zapros are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

kap-sh / zapros
< 0.14.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/kap-sh/zapros/security/advisories/GHSA-6cp7-3m3c-5x5c