Zombie ZIP method can fool antivirus during the first scan
嗯,用户让我总结一下这篇文章的内容,控制在一百个字以内,而且不需要用“文章内容总结”或者“这篇文章”这样的开头。直接写描述即可。 首先,我需要快速浏览文章,抓住主要信息。文章讲的是一个叫做“Zombie ZIP”的方法,可以让ZIP文件的头部看起来像是未压缩的,但实际上内容是压缩的。很多杀毒软件信任这个头部信息,导致它们无法检测到隐藏的恶意软件。 然后,测试结果显示大约60%的杀毒软件没能检测到这种恶意软件。不过,这个方法需要一个自定义加载器才能正确打开文件,普通的解压工具会报错。所以,这个漏洞其实只能在系统已经被攻破的情况下才会起作用。 另外,研究人员指出这可能不算真正的漏洞,因为它需要特定条件才能利用。最后提到Malwarebytes的产品能够检测到这种恶意软件。 现在我需要把这些要点浓缩到100字以内。要包括Zombie ZIP是什么、它如何绕过杀毒软件、测试结果、需要自定义加载器、以及Malwarebytes能检测到。 可能的结构是:Zombie ZIP是一种修改ZIP文件头的方法,使其看起来未压缩而实际压缩。多数杀毒软件未能检测隐藏恶意软件。需要自定义加载器打开文件,普通工具会报错。Malwarebytes产品能检测到。 </think> "Zombie ZIP"是一种通过修改ZIP文件头使其声称未压缩但实际压缩的技术,可绕过多数杀毒软件的初次扫描。约95%的杀毒引擎未能检测隐藏恶意软件。该技术需自定义加载器打开文件,普通解压工具会报错。Malwarebytes产品能检测此威胁。 2026-3-16 16:9:8 Author: securityboulevard.com(查看原文) 阅读量:6 收藏

A researcher published “Zombie ZIP,” a simple way to change the first part (header) of a ZIP file so it falsely claims its contents are uncompressed while they are actually compressed.

Many antivirus products trust that header and never properly decompress or inspect the real payload. In tests conducted about a week after disclosure, around 60 of 63 common antivirus suites failed to detect malware hidden this way—roughly 95% of engines let it pass.

Zombie ZIP is essentially a method to create a malformed ZIP file that can bypass detection by most antivirus scanners. The technique has a major caveat, though. The malformed ZIP file requires a custom loader to open it correctly. Any normal archive utility like the built-in Windows extractor, 7-zip, WinRAR, and others will also flag the file as malformed.

The vulnerability is tracked as CVE-2026-0866, although several cybersecurity researchers dispute whether it should be categorized as a vulnerability or assigned a CVE at all. The fact that it requires a custom loader makes it almost impossible for this method to infect a system that is not already compromised.

It still allows anti-malware solutions to detect both the custom loader and any known malware once the payload is properly decompressed. In other words, the bypass only affects the initial inspection of the ZIP file, not the actual execution of already known malware.

Malwarebytes/ThreatDown products detected both files, by the way.

Malwarebytes detects Zombie ZIPs

Technical details

On their GitHub page (currently blocked by Malwarebytes Browser Guard due to a risky pattern), the researchers explain how the Zombie ZIP method works.

By changing the file’s compressiontype to 0 (STORED), tools trying to read the archive assume the file’s contents are simply stored inside the ZIP file and not compressed.

“AV engines trust the ZIP Method field. When Method=0 (STORED), they scan the data as raw uncompressed bytes. But the data is actually DEFLATE compressed — so the scanner sees compressed noise and finds no signatures.

The CRC is set to the uncompressed payload’s checksum, creating an additional mismatch that causes standard extraction tools (7-Zip, unzip, WinRAR) to report errors or extract corrupted output.

However, a purpose-built loader that ignores the declared method and decompresses as DEFLATE recovers the payload perfectly.

The vulnerability is scanner evasion: security controls assert ‘no malware present’ while malware is present and trivially recoverable by attacker tooling.”

Security researcher Didier Stevens published a method to safely examine the content of a malformed Zombie ZIP file. One way to spot the manipulation is by comparing the ZIP header fields compressedsize and uncompressedsize. If they are different, that means the ZIP file is not actually STORED, but compressed.


We don’t just report on threats—we remove them

Cybersecurity risks should never spread beyond a headline. Keep threats off your devices by downloading Malwarebytes today.

*** This is a Security Bloggers Network syndicated blog from Malwarebytes authored by Malwarebytes. Read the original post at: https://www.malwarebytes.com/blog/news/2026/03/zombie-zip-method-can-fool-antivirus-during-the-first-scan


文章来源: https://securityboulevard.com/2026/03/zombie-zip-method-can-fool-antivirus-during-the-first-scan/
如有侵权请联系:admin#unsafe.sh