Description
A vulnerability in the FSG 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 FSG 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 portable executable content compressed with FSG 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.
Published: 2026-07-01
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability arises from improper boundary checks in the FSG file format parser of ClamAV, leading to an out-of-bounds buffer write when a malicious FSG file containing portable executable content is scanned. An attacker can submit such a crafted file remotely to trigger this flaw, causing the ClamAV scanning process to crash and resulting in a denial-of-service condition. The description indicates that the memory corruption may allow further exploitation, but no additional impacts are documented.

Affected Systems

Cisco Secure Endpoint deployments that include the vulnerable ClamAV FSG parser are affected. Specific version details have not been published; therefore any installation of the endpoint software that incorporates the FSG parsing routine could be at risk.

Risk and Exploitability

The CVSS score of 7.5 classifies this issue as high severity, while the EPSS score of less than 1% suggests a very low probability of exploitation at this time. The vulnerability is not listed in the CISA KEV catalog. The attack vector is inferred to be remote and unauthenticated, with the attacker providing malicious FSG files for scanning. Successful exploitation results in a crash of the scanning process, producing a denial-of-service for the host system and the antivirus application.

Generated by OpenCVE AI on July 21, 2026 at 13:48 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest Cisco Secure Endpoint update that contains the ClamAV FSG parser fix addressing the buffer overflow and out-of-bounds write conditions (CWE-120, CWE-787).
  • If no patch is available yet, reconfigure ClamAV or the endpoint to reject or ignore FSG files, thereby removing the vulnerable parsing path (CWE-120, CWE-787).
  • Enforce stricter input validation for FSG files by implementing size limits and boundary bounds verification before parsing to prevent buffer overruns (CWE-120, CWE-787).
  • Monitor ClamAV logs and system stability for signs of crashes or abnormal activity, and configure alerts to detect possible exploitation attempts.

Generated by OpenCVE AI on July 21, 2026 at 13:48 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Ubuntu USN Ubuntu USN USN-8517-1 ClamAV vulnerabilities
History

Sat, 04 Jul 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-787
References
Metrics threat_severity

None

threat_severity

Important


Wed, 01 Jul 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 01 Jul 2026 17:15:00 +0000

Type Values Removed Values Added
Description A vulnerability in the FSG 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 FSG 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 portable executable content compressed with FSG 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.
Title ClamAV FSG File Format Processing Out-of-Bounds Memory Corruption Vulnerability
Weaknesses CWE-120
References
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: cisco

Published:

Updated: 2026-07-01T17:25:09.148Z

Reserved: 2025-10-08T11:59:15.398Z

Link: CVE-2026-20214

cve-icon Vulnrichment

Updated: 2026-07-01T17:21:06.682Z

cve-icon NVD

No data.

cve-icon Redhat

Severity : Important

Publid Date: 2026-07-01T16:27:33Z

Links: CVE-2026-20214 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-07-21T14:00:05Z

Weaknesses
  • CWE-120

    Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')

  • CWE-787

    Out-of-bounds Write