1. Gentoo Linux Security Advisory
| Advisory Reference | GLSA 200604-06 / clamav |
| Release Date | April 07, 2006 |
| Latest Revision | April 07, 2006: 01 |
| Impact | high |
| Exploitable | remote |
| Package | Vulnerable versions | Unaffected versions | Architecture(s) |
| app-antivirus/clamav | < 0.88.1 | >= 0.88.1 | All supported architectures |
Related bugreports: #128963
ClamAV contains multiple vulnerabilities that could lead to remote execution of arbitrary code or cause an application crash.
ClamAV is a GPL virus scanner.
ClamAV contains format string vulnerabilities in the logging code (CVE-2006-1615). Furthermore Damian Put discovered an integer overflow in ClamAV's PE header parser (CVE-2006-1614) and David Luyer discovered that ClamAV can be tricked into performing an invalid memory access (CVE-2006-1630).
By sending a malicious attachment to a mail server running ClamAV, a remote attacker could cause a Denial of Service or the execution of arbitrary code. Note that the overflow in the PE header parser is only exploitable when the ArchiveMaxFileSize option is disabled.
There is no known workaround at this time.
All ClamAV users should upgrade to the latest version:
Code Listing 3.1: Resolution |
# emerge --sync # emerge --ask --oneshot --verbose ">=app-antivirus/clamav-0.88.1" |