HIGH 7.5

CVE-2026-20243: ClamAV ALZ Parser Memory Corruption DoS Vulnerability

ClamAV's parser for ALZ archive files contains a flaw that fails to properly validate file boundaries during scanning. This allows an attacker to craft a malicious ALZ file that, when scanned, causes the antivirus engine to write data outside allocated memory regions. The result is typically a crash of the scanning process, disrupting the ability of the affected system to scan files until the service is restarted. While the vulnerability is currently characterized as causing denial of service, memory corruption of this nature can sometimes enable deeper system compromise depending on the specifics of exploitation.

Source data · NVD / CISA · public domain

CVSS
3.1 · 7.5 HIGH · CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Weaknesses (CWE)
CWE-120
Affected products
4 configuration(s)
Published / Modified
2026-07-01 / 2026-07-09

NVD description (verbatim)

A vulnerability in the ALZ file format parser of ClamAV could allow an unauthenticated, remote attacker to cause a DoS condition, or possibly other expanded impacts, resulting from memory corruption on an affected device. This vulnerability is due to improper boundary checks for content in ALZ files during scanning, which may result in an out-of-bounds buffer write. An attacker could exploit this vulnerability by submitting a crafted file that contains ALZ content to be scanned by ClamAV on an affected device. A successful exploit could allow the attacker to cause the ClamAV scanning process to terminate, resulting in a DoS condition on the affected software.

1 reference(s) · View on NVD →

SEC.co analysis · AI-assisted, reviewed against source

Technical summary

CVE-2026-20243 stems from insufficient boundary checking in ClamAV's ALZ file format parser. When processing a specially crafted ALZ file, the parser fails to enforce proper limits on buffer writes, leading to an out-of-bounds write condition (CWE-120). The ALZ format, commonly used in East Asia, is scanned as part of ClamAV's multi-format archive handling. The vulnerability manifests during the scanning phase—attackers do not need authentication or special privileges; they simply submit a malicious file to a target running ClamAV, triggering the flaw when the scanner attempts to parse it.

Business impact

Organizations using ClamAV or Cisco Secure Endpoint as their primary antivirus or mail gateway solution face a direct availability risk. Successful exploitation causes the scanning process to crash, which can leave systems temporarily unable to scan incoming files until manual intervention restarts the service. In email-critical environments, this creates a window where inbound threats may bypass detection. The reputational impact depends on deployment context—email gateways may silently defer mail processing, while endpoint agents may stop protecting the host. Recovery requires either manual service restart or automatic failover mechanisms, neither of which addresses the root cause until patching occurs.

Affected systems

ClamAV versions prior to the patched release are affected, as are Cisco Secure Endpoint deployments that bundle a vulnerable ClamAV engine. Organizations should identify all instances where ClamAV is running or embedded (file servers, mail gateways, endpoint agents, containerized scanning services). Cisco Secure Endpoint customers should verify their product version against Cisco's advisory, as patch delivery may follow a phased schedule by release branch.

Exploitability

Exploitability is straightforward from an attacker's perspective: no authentication is required, no user interaction is needed, and the attack vector is network-accessible. An attacker simply needs to cause a crafted ALZ file to reach a ClamAV scanner—this could be via email attachment, web upload, or any mechanism that triggers file scanning. The low complexity of attack (AC:L) reflects that no special conditions or timing is required. No exploit kit or advanced tool development is necessary; a properly malformed ALZ file is sufficient. However, practical impact varies by deployment: an email gateway crash is highly visible and likely logged, whereas an endpoint agent crash on one machine may go temporarily unnoticed.

Remediation

Patch ClamAV to the version addressing CVE-2026-20243 and redeploy across all endpoints, gateways, and scanning servers. Cisco Secure Endpoint users should apply the corresponding firmware update; staggered rollout is advisable for large deployments to catch any post-patch operational issues. As an interim measure, organizations with alternative antivirus solutions could temporarily suppress ALZ file scanning if operationally feasible, though this introduces a scanning gap. Restart all ClamAV processes after patching to ensure the new version is active.

Patch guidance

Consult Cisco's official advisory for Secure Endpoint patch versions and deployment windows. For standalone ClamAV, check the project's official GitHub releases and advisories for the patched version number and upgrade path. Test patches in a lab environment replicating your scanning infrastructure before broad deployment. If you deploy ClamAV via container or package manager, verify the base image or repository has been updated to include the fix. Post-patch, confirm that scanning functionality is restored and that test files (including benign ALZ files) scan without incident.

Detection guidance

Log and monitor for unexpected termination or high restart rates of ClamAV processes or Secure Endpoint scanning services. File integrity monitoring on ALZ files staged for security testing can reveal whether crafted samples are present in your environment. Network monitoring may detect clusters of unusual file submissions (many ALZ files to a scanning service in a short period), which could indicate an active exploit attempt. Review scanning logs for errors or warnings related to ALZ format handling. Correlation with the published CVE date (2026-07-01) can help identify whether any scanning failures in that timeframe were potentially exploit-related.

Why prioritize this

This vulnerability scores 7.5 (HIGH) because it combines unauthenticated remote exploitability with a significant availability impact. No authentication, low complexity, and network accessibility place it in the upper tier of risk. While the primary impact is denial of service rather than confidentiality or integrity breach, disruption of a security control (the antivirus scanner itself) is operationally critical in most organizations. Any organization running ClamAV or Cisco Secure Endpoint should treat this as a priority patch candidate, especially if the systems protect email, web gateways, or other perimeter access points.

Risk score, explained

The CVSS v3.1 score of 7.5 reflects: (1) Network attack vector—no physical access required; (2) Low attack complexity—a straightforward malformed file triggers the flaw; (3) No privileges or user interaction needed; (4) High impact to availability—the scanning service crashes, rendering it unavailable; (5) No impact to confidentiality or integrity of the scanned data itself, hence a partial rather than critical rating. The score does not account for the indirect impact of losing a critical security control, which may elevate operational priority beyond the numeric score alone.

Frequently asked questions

Does this vulnerability require user action to exploit?

No. The attacker simply needs to submit or stage a crafted ALZ file to be scanned by ClamAV. If the file reaches the scanner—whether via email, web upload, or file sync service—the parser will attempt to process it and trigger the flaw. No user must open the file, click a link, or perform any action.

If ClamAV crashes, is my system fully compromised?

The primary documented impact is denial of service—the scanning process terminates, halting file inspection until the service is restarted. The vulnerability is an out-of-bounds memory write, which in principle could enable deeper exploitation, but no evidence of code execution has been published. Until patched, your system cannot scan files, which is a significant risk in itself, but does not mean other systems on the network are immediately at risk.

Does this affect ClamAV in a containerized environment differently?

Containerized ClamAV deployments are equally vulnerable if the image is not updated. A crash of the container process triggers the same denial of service. Some container orchestration platforms (Kubernetes, Docker Compose) may auto-restart failed containers, reducing downtime; however, a restart loop consumes resources and may impact other services sharing the same host or cluster.

What is an ALZ file, and why should I care about this format?

ALZ is a compression format popular in East Asia, particularly South Korea. ClamAV supports it because global organizations receive ALZ files from partners or customers in those regions. If you receive no ALZ files, the practical risk is lower, but you cannot assume this indefinitely—patching remains necessary to close the attack surface.

This analysis is based on publicly available information current as of the CVE publication date. Patch availability, version numbers, and deployment timelines should be verified against Cisco's official advisory and ClamAV's GitHub repository. The vulnerability assessment assumes default ClamAV configuration; custom configurations or security controls may alter risk. This document does not constitute professional security advice; organizations should conduct internal risk assessment and testing before patching. Future research or exploit development may reveal additional impacts beyond denial of service; monitor vendor advisories for updates. Source: NVD (public-domain), retrieved 2026-08-10. Analysis generated by SEC.co (claude-haiku-4-5).