<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:webfeeds="http://webfeeds.org/rss/1.0"><channel><title>Zapros (&lt; 0.14.0) - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/zapros--0.14.0/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Thu, 24 Sep 2026 01:58:10 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/zapros--0.14.0/feed.xml" rel="self" type="application/rss+xml"/><image><url>https://feed.craftedsignal.io/favicon-32x32.png</url><title>CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/</link><width>32</width><height>32</height></image><webfeeds:icon>https://feed.craftedsignal.io/favicon.svg</webfeeds:icon><item><title>Zapros Decompression Bomb Vulnerability in Streaming Decoders</title><link>https://feed.craftedsignal.io/briefs/2026-09-zapros-memory-exhaustion/</link><pubDate>Thu, 24 Sep 2026 01:58:10 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-zapros-memory-exhaustion/</guid><description>The zapros library fails to enforce memory bounds during response decompression, allowing remote servers to trigger denial-of-service via memory exhaustion (CVE-2026-61652).</description><content:encoded><![CDATA[<p>The zapros library is susceptible to a denial-of-service vulnerability (CVE-2026-61652) caused by improper memory management during the decompression of HTTP response bodies. In affected versions prior to 0.14.0, streaming decoders for gzip, deflate, brotli, and zstd encodings ignore the requested chunk size provided by the caller.</p>
<p>An attacker controlling a malicious server can transmit a specially crafted, highly compressed payload (a decompression bomb) that expands to a significantly larger size upon decoding. Because the library fails to limit the output of each decompression step to the requested chunk size, a single chunk can force the client application to allocate excessive memory, leading to process instability or termination. This is particularly critical for applications that process data from untrusted sources, as the memory exhaustion is triggered automatically upon reading the response stream.</p>
<h2 id="impact">Impact</h2>
<p>The vulnerability results in a denial-of-service condition due to heap memory exhaustion. Applications using zapros to fetch data from untrusted or compromised endpoints are at risk of crashing when handling malicious compressed payloads. The impact is significant for services that rely on zapros for high-frequency or long-running data ingestion, as a single malicious response can terminate the service process.</p>
<h2 id="recommendation">Recommendation</h2>
<p>Prioritized actions for development and security operations:</p>
<ul>
<li>Update the zapros library dependency to version 0.14.0 or later to ensure that decompression output is bounded to the requested chunk size.</li>
<li>For applications that cannot be immediately patched, transition to reading responses using Response.iter_raw() and implement a manual, bounded decompression logic that aborts when a defined size limit is exceeded.</li>
<li>Disable response compression in client requests where possible by sending 'Accept-Encoding: identity' to prevent the library's decoders from processing potentially malicious payloads.</li>
<li>Avoid automated decoding of response bodies received from untrusted or third-party servers.</li>
</ul>
]]></content:encoded><category domain="severity">medium</category><category domain="type">advisory</category></item></channel></rss>