Advisory Database
  • Advisories
  • Dependency Scanning
  1. pypi
  2. ›
  3. zapros
  4. ›
  5. CVE-2026-61652

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

September 23, 2026

Denial of service via memory exhaustion. 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.

import gzip, zapros

References

  • github.com/advisories/GHSA-6cp7-3m3c-5x5c
  • github.com/kap-sh/zapros/commit/9b59fa65857734599c34b0b3dff4c2b62293a68d
  • github.com/kap-sh/zapros/releases/tag/v0.14.0
  • github.com/kap-sh/zapros/security/advisories/GHSA-6cp7-3m3c-5x5c
  • nvd.nist.gov/vuln/detail/CVE-2026-61652

Code Behaviors & Features

Detect and mitigate CVE-2026-61652 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 0.14.0

Fixed versions

  • 0.14.0

Solution

Upgrade to version 0.14.0 or above.

Impact 7.5 HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Learn more about CVSS

Weakness

  • CWE-770: Allocation of Resources Without Limits or Throttling

Source file

pypi/zapros/CVE-2026-61652.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Thu, 24 Sep 2026 12:24:49 +0000.