Denial of Service Vulnerability in Zapros Python HTTP Client by Kap-Sh
CVE-2026-61652

8.7HIGH

Key Information:

Vendor

Kap-sh

Status
Vendor
CVE Published:
21 September 2026

What is CVE-2026-61652?

The Zapros Python HTTP client prior to version 0.14.0 is susceptible to a denial of service attack through memory exhaustion. This vulnerability arises when users stream compressed responses that depend on chunk size, either explicitly or by default. The decoding process fails to respect the specified memory bounds, allowing for improperly sized chunks that may result in overflowing memory. Users can mitigate this issue by using the alternative methods provided in the official documentation, such as utilizing the Response.iter_raw() function to manage the decompression process manually. Additionally, adjusting the Accept-Encoding header to 'identity' can prevent client-side decompression, thus avoiding risks when interacting with untrusted servers.

Affected Version(s)

zapros < 0.14.0

References

CVSS V4

Score:
8.7
Severity:
HIGH
Confidentiality:
None
Integrity:
None
Availability:
High
Attack Vector:
Network
Attack Complexity:
Low
Attack Required:
None
Privileges Required:
Undefined
User Interaction:
None

Timeline

  • Vulnerability published

  • Vulnerability Reserved

.