Skip to content
Tech News
← Back to articles

Zombie ZIP vulnerability lets compressed malware leisurely stroll past 95% of antivirus apps — security suites are blissfully unaware of security issue

read original get Malware ZIP Scanner → more articles
Why This Matters

The Zombie ZIP vulnerability exposes a significant security gap in nearly all antivirus solutions, allowing malware to bypass detection by disguising compressed data as uncompressed. This simple yet effective trick poses a serious threat to both individual users and organizations, highlighting the ongoing challenges in cybersecurity defenses. It underscores the need for more sophisticated detection methods beyond traditional signature-based antivirus solutions.

Key Takeaways

The ongoing arms race of cybersecurity and countermeasures has become incredibly advanced and complicated. More often than not, finding a software or hardware exploit requires competent crafting of carefully constructed contraptions. However, even in 2026, you'll occasionally find a simple vulnerability like the recently published Zombie ZIP , which allows malware payloads to bypass nearly every common antivirus solution.

The concept is as straightforward as they come. The first part of a ZIP file is called a header, and it contains information about the contents and how they're compressed. If you make a ZIP that lies by saying the contents are uncompressed, but actually contains compressed data, most antivirus solutions won’t even raise an eyebrow.

To that software, the "uncompressed" data just looks like random bytes, and thus doesn't match known malware signatures. Evoking Westworld, "it doesn't look like anything to me." At the time of this writing, six days after the vulnerability went public, 60 out of 63 common antivirus suites don't catch this proverbial sleight-of-hand — a success rate of just over 95%.

Article continues below

The archive file will fail to extract with common tools like 7-Zip or WinRAR because it's technically corrupted. However, it's trivial to combine it with a tiny, seemingly innocuous program that understands the slight mismatch and extracts the actual malware.

The researcher who discovered the vulnerability published a proof-of-concept in Python that requires roughly a dozen lines of code. This is concerning enough for the average user, but it can become a nightmare scenario for corporations with thousands of users and sensitive data to protect.

If you're wondering why AV solutions won't just target the loading scripts, it's because the number of false positives would almost certainly be enormous, since loading zipped data is such a common operation in most software, including but not limited to games.

The CERT is already on the case and has published the VU#976247 advisory . Likewise, CVE-2026-0866 has already been assigned. Until security suites catch up, systems administrators should be particularly wary of ZIP files traveling through their networks.

Stay On the Cutting Edge: Get the Tom's Hardware Newsletter Get Tom's Hardware's best news and in-depth reviews, straight to your inbox. Contact me with news and offers from other Future brands Receive email from us on behalf of our trusted partners or sponsors

Follow Tom's Hardware on Google News, or add us as a preferred source, to get our latest news, analysis, & reviews in your feeds.