mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #555] invalid zip file with overlapped components (possible zip bomb) for downloaded folders #330
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dkaparis on GitHub (Mar 13, 2025).
Original GitHub issue: https://github.com/sigoden/dufs/issues/555
Problem
Any folders downloaded as zip files give
error: invalid zip file with overlapped components (possible zip bomb)when attempting to extract withunzip6.00. Only the first file is extracted.Extracting with
UNZIP_DISABLE_ZIPBOMB_DETECTION=TRUEset as advised appears to extract all files without issue.Configuration
Environment Information
@sigoden commented on GitHub (Mar 14, 2025):
Cannot confirm the bug. I have tested that the dufs generated zip works on windows/macos/linux.
@dkaparis commented on GitHub (Mar 18, 2025):
dufs-test.zip
The attached file is generated by my dufs instance. Does it work with your tests on Linux? What tool are you using to extract it?
@sigoden commented on GitHub (Mar 18, 2025):
@wsdookadr commented on GitHub (Mar 21, 2025):
The issue persists. I've compressed directories with dufs and have received complaints from people I've sent them to.
The error has been the same many times.
It's probably a false positive or some type of bug, but the effect is a bit embarrassing.