ClamAV
Open-source antivirus engine for detecting malware
Eight CVEs in one August batch — ClamAV's parser surface is the whole story.
◆Recent moves
- 11d ago
Eight parser CVEs and a clamd STATS disclosure fix
The largest patch batch in this window: eight CVEs across the ZIP catalogue, GPT partition, PESpin, PDF, Mach-O and XAR parsers, plus a bundled UnRAR path-traversal fix adopted from upstream. A thread-safety bug in clamd's STATS command is the first issue here that sits in the daemon rather than a file parser.
View source ↗ - 11d ago
1.4 branch takes six of the eight parser CVEs
The 1.4 counterpart, published twenty-three seconds before 1.5.4 and carrying six of its eight CVEs — the two ZIP catalogue issues are 1.5-only, since that code does not exist on this branch. It also restores safe quarantine move and remove actions on FreeBSD.
View source ↗ - 1mo ago
PESpin use-after-free and PE overflow patched
Two PE-related flaws close: a PESpin unpacker cleanup path freeing pointers into the scanned file buffer, and an integer overflow in PE rebuild sizing. The first affects every version back to 2005, which says more about the age of the unpacker code than about this release.
View source ↗ - 1mo ago
Same PE fixes backported to the 1.4 line
The 1.4 counterpart of the July patch, published within seconds of 1.5.3 and carrying the identical advisory text. Maintaining two lines in lockstep is the project's answer to how long distributions hold a given version.
View source ↗ - 5mo ago
HTML parser crash fixed; Rust floor raised again
An HTML parser error-handling bug that could crash the scanner is fixed, along with a possible infinite loop on some JPEGs. The JPEG fix arrives by upgrading a Rust image dependency, which drags the minimum Rust compiler version up with it — the recurring tax of the Rust components.
View source ↗ - 5mo ago
1.4 branch takes the HTML and TIFF parser fixes
The March patch on the older line, pairing the same HTML parser CVE with a TIFF crash rather than the JPEG hang. It carries its own Rust minimum version bump, a larger jump on this branch than on 1.5.
View source ↗