// 1 CRITICAL · 7 ZERO-DAY · 9 CVE · 8 EXPLOIT · 3 ADVISORY IN THE LAST 24H
Trend Micro's Zero Day Initiative disclosed advisory ZDI-26-583 on August 13, 2026, detailing an integer overflow in ClamAV's 7z parser that enables remote code execution in the scanning process. The coordinated disclosure closes an 85-day window opened May 20, 2026, with patches already released. The very function that protects the perimeter — automatic scanning of every 7z archive in transit — becomes the attack surface.

Trend Micro's Zero Day Initiative made public today, August 13, 2026, advisory ZDI-26-583: an integer overflow in Clam AntiVirus's 7z parser allows remote code execution in the context of the scanning process. The coordinated disclosure closes an 85-day window opened May 20, 2026, with patches already released by the vendor. The same function that protects the perimeter — automatic scanning of every 7z archive in transit — turns into an attack surface.

Key Takeaways
  • Advisory ZDI-26-583 documents an integer overflow in ClamAV's 7z parser leading to an undersized buffer and out-of-bounds memory corruption
  • Trend Micro ZDI classifies the impact as Remote Code Execution in the ClamAV process; CVE-2026-20215 instead records DoS with "possibly other expanded impacts"
  • The Common Vulnerabilities and Exposures assigns CVSS 3.1 7.5 HIGH with a network vector and no privileges required: the attack is remotely exploitable without user interaction
  • Cisco confirms elevated risk for legacy 32-bit Windows platforms, where similar vulnerabilities have historically led to practical RCE

The Mechanism: From Integer Overflow to Memory Corruption

The flaw lies in parsing streams within 7z archives. According to the advisory's technical description, "The specific flaw exists within the parsing of streams within 7z files. The issue results from the lack of proper validation of user-supplied data, which can result in an integer overflow before allocating a buffer." Attacker-controlled data, inserted into a 7z stream's size field, is not validated before the arithmetic operation that calculates the space to allocate.

The wrap-around produces an undersized buffer. The subsequent out-of-bounds write corrupts adjacent memory. ZDI states that "an attacker can leverage this vulnerability to execute code in the context of the ClamAV process." The scanning process typically runs with privileges sufficient to read, analyze, and sometimes quarantine system files: compromise opens the path to internal pivoting.

The Assessment Gap: RCE for ZDI, DoS with Caveat for CVE and Cisco

The divergence between sources is significant and should be read as an indicator of technical uncertainty, not contradiction. The CVE Record CVE-2026-20215 describes "a DoS condition, or possibly other expanded impacts, resulting from memory corruption." The same source classifies the vulnerability as CWE-120, Buffer Copy without Checking Size of Input, and assigns CVSS 7.5 HIGH with vector AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H. The impact on the CIA triad is limited to availability in the official string, but "possibly other expanded impacts" leaves the door open to more severe scenarios.

Cisco Security Advisory, published July 2026, maps the same CVE-2026-20215 with identical score and vector. The distinctive note emerges on Windows: "On Windows-based platforms, attackers have used similar vulnerabilities to achieve remote code execution. However, no evidence exists proving the potential for remote code execution for the vulnerabilities that are described in this advisory." Cisco does not rule out RCE: it documents that it has no evidence for this specific instance on modern 64-bit architectures, while legacy 32-bit systems remain in the historical risk bracket.

"This vulnerability allows remote attackers to execute arbitrary code on affected installations of Clam AntiVirus." — ZDI Advisory ZDI-26-583

Attack Surface and ClamAV Deployment

Clam AntiVirus is the most widely deployed open-source engine in email gateways, Linux servers, and enterprise endpoint protection solutions. Integration in Cisco Secure Endpoint amplifies the reach: the same infrastructure that blocks threats becomes an infection vector if a crafted 7z file passes through scanning. The absence of a user-interaction requirement in the CVSS vector — UI:N — means an email attachment or automatic download is sufficient to trigger the vulnerable parser.

The "guardian's paradox" angle is not rhetorical. The antivirus has privileged filesystem access, intercepts every data stream, and operates in a man-in-the-middle position between external network and internal storage. An RCE in this context is not equivalent to a flaw in a user application: the attacker gains a beachhead with total visibility into files in transit, potentially including corporate archives, backups, or sensitive documents. The source does not specify the exact nature of data exposed post-compromise.

Immediate Actions

The following actions are drawn directly from official documents and coordinated disclosure logic:

  • Verify the ClamAV version in production: advisory ZDI-26-583 confirms that "Clam AntiVirus has issued an update to correct this vulnerability." The source does not list specific affected versions; verification requires cross-referencing the vendor's official release notes
  • Prioritize legacy 32-bit Windows systems: the Cisco Security Advisory explicitly flags that similar platforms have historically allowed practical RCE for vulnerabilities of the same class. The absence of evidence on 64-bit does not exempt from updating, but shifts the quantified risk
  • Isolate scanning of 7z archives from untrusted sources: the network vector without authentication and without user interaction makes a crafted 7z file equivalent to a self-executing payload the moment it touches the scanning engine. Filtering or delaying scanning of 7z from external origins reduces the blast radius
  • Monitor for ClamAV process anomalies: repeated crashes, memory consumption spikes, or abnormal terminations of the scanning daemon on 7z archives may indicate attempts to trigger the flaw. The source does not document specific indicators of compromise; monitoring is limited to known deviant behaviors

The Value of Coordinated Disclosure and the Dossier's Limits

The nearly 85 days between reporting (May 20) and publication (August 13) represent an industry-average coordinated disclosure window, sufficient for patch release without publicly exposing exploitable details before the fix. ZDI does not attribute discovery to a specific researcher in the advisory text. No infrastructure overlaps emerge linking the actor to known campaigns at this time.

The dossier does not specify affected ClamAV versions, does not publish payload or PoC details, and does not document in-the-wild exploits. The patch URL indicated by the ZDI advisory points to the advisory itself, not to a specific changelog or commit: the administrator must reconstruct the fix point through the project's official release channels.

FAQ

Why does ZDI say RCE while Cisco says DoS?

ZDI analyzed the full technical path — integer overflow, failed allocation, out-of-bounds write — and concludes feasible RCE. CVE and Cisco focus on verified or declared impact: certain DoS, "possibly other expanded impacts" as a reserve. The distinction reflects different assessment practices, not a substantive contradiction on the mechanism.

How dangerous is it on Linux servers?

The CVSS 7.5 HIGH with network vector applies regardless of platform. Cisco has no evidence of practical RCE on modern 64-bit architectures, but this absence of evidence does not equal absence of risk. The brief does not document impact differences between operating systems beyond the Windows 32-bit note.

Is there a public exploit?

None of the cited sources indicate availability of in-the-wild exploits or public PoC. The ZDI advisory describes the mechanism at a conceptual level without releasing code.

Sources

Information verified against cited sources and current as of publication.

Sources


Sources and references
  1. zerodayinitiative.com
  2. cve.org
  3. sec.cloudapps.cisco.com
  4. trendmicro.com