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

CVE-2026-55195: py7zr: Decompression bomb (zip bomb) denial of service via unchecked extraction size

June 19, 2026

py7zr’s Worker.decompress() extracts archive entries without tracking total decompressed size. A crafted .7z file can exhaust disk or memory before the extraction completes.

Measured: 15.6 KB archive → 100 MB output (6,556:1 ratio).

Proof of concept:

import py7zr, tempfile, os

References

  • github.com/advisories/GHSA-gjrg-mpp7-g774
  • github.com/miurahr/py7zr/releases/tag/v1.1.3
  • github.com/miurahr/py7zr/security/advisories/GHSA-gjrg-mpp7-g774
  • nvd.nist.gov/vuln/detail/CVE-2026-55195

Code Behaviors & Features

Detect and mitigate CVE-2026-55195 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 1.1.3

Fixed versions

  • 1.1.3

Solution

Upgrade to version 1.1.3 or above.

Impact 6.2 MEDIUM

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

Learn more about CVSS

Weakness

  • CWE-409: Improper Handling of Highly Compressed Data (Data Amplification)

Source file

pypi/py7zr/CVE-2026-55195.yml

Spotted a mistake? Edit the file on GitLab.

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

Page generated Tue, 23 Jun 2026 12:23:30 +0000.