ClamAV gets 4 parser bugs at once, plus a Plesk SQL injection worth watching
Cisco dropped 4 ClamAV crashes (all CVSS 7.5, no auth required) across XAR, Mach-O, GPT, and PESpin parsers, some with code execution potential. Plesk Obsidian also has a 7.7 authenticated SQL injection that exposes the entire panel database.
Light day, nothing exploited in the wild, but don't sleep on it. A SQL injection in Plesk Obsidian (CVE-2026-64636, CVSS 7.7) lets any authenticated user dump the entire panel database, credentials included. If you run shared hosting with customer Plesk logins, patch that first, then deal with 4 ClamAV parser bugs that can crash your scanners with zero authentication.
Today's CVEs
Sorted by urgencyCVE-2026-64636
NVDAn authenticated user on Plesk Obsidian can inject SQL queries and read anything in the panel's database. That means credentials, customer data, and server configs are all fair game for anyone with even a low-privilege Plesk login. Exploitation requires a valid account, which lowers the blast radius a bit, but shared hosting environments where customers get Plesk logins should treat this seriously.
- Affected estate
- Anyone running Plesk Obsidian 18.0.80 or earlier on Linux or Windows, especially shared hosting providers giving customers panel access
- How to check
- Run 'plesk version' on the server. Any version at or below 18.0.80 is vulnerable.
- Included because
- authenticated SQL injection; common hosting panel; database exposure
- Action
- Upgrade Plesk to the latest release via Plesk Installer.
- Why it matters
- Any authenticated panel user can dump the entire Plesk database, exposing credentials and customer data.
- Source
- Plesk vendor advisory
Evidence trail
- NVD: View source
CVE-2026-20348
NVDAn attacker can crash the ClamAV scanning process by sending a specially crafted XAR archive. The bug is a memory corruption issue triggered during XAR file parsing, and Cisco notes it could potentially go beyond a simple crash. No authentication is needed: just get the malicious file in front of a ClamAV scanner, for example through an email gateway or file upload endpoint.
- Affected estate
- Anyone running ClamAV for mail gateway scanning, file upload inspection, or endpoint protection
- How to check
- Run 'clamscan --version' or 'clamd --version' and compare against the fixed version listed in Cisco's advisory.
- Included because
- unauthenticated; remotely triggerable via email or file upload; memory corruption with possible expanded impact
- Action
- Update ClamAV to the patched version via your package manager or Cisco's download.
- Why it matters
- A crashed scanner means mail or file uploads go unscanned, creating a gap attackers can walk through.
- Source
- Cisco Security Advisory
Evidence trail
- NVD: View source
CVE-2026-20347
NVDClamAV's Mach-O file parser has an out-of-bounds read that lets an attacker crash the scanning process with a crafted file. No authentication required. While the primary impact is denial of service, Cisco flags the potential for broader memory corruption consequences. Any path that feeds files into ClamAV is an attack surface here.
- Affected estate
- Anyone running ClamAV for mail gateway scanning, file upload inspection, or endpoint protection
- How to check
- Run 'clamscan --version' and compare against the fixed version in Cisco's advisory.
- Included because
- unauthenticated; remotely triggerable; memory corruption with possible expanded impact
- Action
- Update ClamAV to the patched version via your package manager or Cisco's download.
- Why it matters
- A killed scanner process leaves a gap in your antimalware pipeline until the service restarts or is noticed.
- Source
- Cisco Security Advisory
Evidence trail
- NVD: View source
CVE-2026-20345
NVDClamAV's GPT disk image parser has a bug in an endian conversion operation that can cause an out-of-bounds buffer write. Sending a crafted GPT image to ClamAV crashes the scanner, and the write primitive means code execution may be possible. No authentication needed: just deliver the file via email, upload, or any other scanned channel.
- Affected estate
- Anyone running ClamAV for mail gateway scanning, file upload inspection, or endpoint protection
- How to check
- Run 'clamscan --version' and compare against the fixed version listed in Cisco's advisory.
- Included because
- unauthenticated; remotely triggerable; out-of-bounds write with possible code execution
- Action
- Update ClamAV to the patched version via your package manager or Cisco's download.
- Why it matters
- An out-of-bounds write is more dangerous than a simple crash. This could potentially be chained into code execution on your scanning host.
- Source
- Cisco Security Advisory
Evidence trail
- NVD: View source
CVE-2026-20339
NVDClamAV's PESpin parser has an integer overflow triggered by crafted PESpin-packed content. An attacker can crash the ClamAV process by submitting a malicious file, and memory corruption opens the door to potentially worse outcomes. No authentication is required, so any file intake path is a viable attack vector.
- Affected estate
- Anyone running ClamAV for mail gateway scanning, file upload inspection, or endpoint protection
- How to check
- Run 'clamscan --version' and compare against the fixed version in Cisco's advisory.
- Included because
- unauthenticated; remotely triggerable; integer overflow leading to memory corruption
- Action
- Update ClamAV to the patched version via your package manager or Cisco's download.
- Why it matters
- A downed antimalware scanner on your mail gateway or upload service means malicious files pass through unchecked.
- Source
- Cisco Security Advisory
Evidence trail
- NVD: View source
One email, every Wednesday morning.
SubscribeFrom the field notes
From this beat
Read the rest of the field notes โ