Technical Analysis of Non-Recursive Zip Bomb Construction Using File Overlapping
By
kekqqq
Hot, fresh, and worth queueing round the block for.
Summary
This technical article by David Fifield details the construction of a non-recursive zip bomb that achieves extremely high compression ratios through file overlapping within the zip container. Unlike traditional recursive zip bombs that rely on nested archives, this approach exploits the zip format's ability to reference the same compressed data multiple times, creating a small file that expands to enormous sizes when decompressed. The article provides technical explanations, implementation details, and analysis of compression techniques, focusing on the technical aspects of zip file structure and compression algorithms.
Key quotes
· 3 pulledThis article shows how to construct a non-recursive zip bomb that achieves a high compression ratio by overlapping files inside the zip container.
"Non-recursive" means that it does not rely on a decompressor's recursively unpacking zip files nested within zip files:
The technique exploits the zip format's ability to reference the same compressed data multiple times, creating a small file that expands to enormous sizes when decompressed.
You might also wanna read
North Korean Chollima Group Targets PHP Developers via Malicious Packagist Package
A malicious obfuscated JavaScript payload was discovered appended to tailwind.js in the Packagist development version dev-drewroberts/featur
Microsoft uncovers supply chain attack: Compromised @antv npm packages steal CI/CD credentials via Mini Shai-Hulud malware
Microsoft has identified an active supply chain attack targeting the @antv npm package ecosystem. A threat actor compromised an @antv mainta
npm malware targeting Claude users leaks own GitHub token, reaches 676 downloads
An npm package called "mouse5212-super-formatter" targeting Claude users acted as information-stealing malware, reaching 676 downloads befor
Attacker publishes 14 malicious npm packages impersonating OpenSearch and Elasticsearch libraries
A single npm user published 14 malicious packages over four hours, impersonating popular OpenSearch, Elasticsearch, DevOps, and environment-
Extending Wazuh Detection with Clickdetect, OpenSearch PPL, and Sigma Rules
This blog post by "souzo" introduces clickdetect, a repository/tool designed to extend Wazuh's detection capabilities by integrating with Op
infosecwriteups.com·3d agoFuzzingBrain V2: Multi-Agent LLM System Achieves 90% Vulnerability Detection Rate and Discovers 29 Zero-Day Flaws
FuzzingBrain V2 is a multi-agent LLM system for automated vulnerability discovery and reproduction in software. It addresses three key chall
