CVE-2026-55195: py7zr: Decompression bomb (zip bomb) denial of service via unchecked extraction size
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
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 →