CVE-2026-61652
Last modified
CVE-2026-61652 is a high-severity vulnerability rated 8.7/10 on the CVSS scale. 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. EPSS estimates a 0.44% chance of exploitation in the next 30 days.
Description
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.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| kap-sh | zapros | < 0.14.0 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-61652?
How severe is CVE-2026-61652?
How do I fix CVE-2026-61652?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-61641Wallos is an open-source, self-hostable personal subscriptio…8.1
- CVE-2026-61643FastGPT is a knowledge-based AI application platform. From 4…5.9
- CVE-2026-61644FastGPT is a knowledge-based AI application platform. From 4…7.7
- CVE-2026-61646FastGPT is a knowledge-based AI application platform. Prior …6.3
- CVE-2026-61647NotebookLM MCP is an MCP server and HTTP service for interac…7.1
- CVE-2026-6165A weakness has been identified in code-projects Vehicle Show…7.3
- CVE-2026-6166A security vulnerability has been detected in code-projects …7.3
- CVE-2026-61663django CMS is an easy-to-use and developer-friendly enterpri…4.3
- CVE-2026-61666websocket-driver is a WebSocket protocol handler with plugga…8.9
- CVE-2026-61667DIRAC is an interware, meaning a software framework for dist…9.9
- CVE-2026-61668DIRAC is an interware, meaning a software framework for dist…8.1
- CVE-2026-6167A vulnerability was detected in code-projects Faculty Manage…7.3
Are you affected by CVE-2026-61652?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
