CVE-2024-20328
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedA vulnerability in the VirusEvent feature of ClamAV could allow a local attacker to inject arbitrary commands with the privileges of the application service account.The vulnerability is due to unsafe handling of file names. A local attacker could exploit this vulnerability by supplying a file name containing command-line sequences. When processed on a system using configuration options for the VirusEvent feature, the attacker could cause the application to execute arbitrary commands. ClamAV has released software updates that address this vulnerability. There are no workarounds that address this vulnerability.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceA command injection vulnerability in ClamAV's VirusEvent feature allows local attackers to execute arbitrary commands by supplying file names containing command-line sequences. The feature unsafely handles file names during processing, enabling command execution with the privileges of the application service account.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data>= 1.0.0, < 1.0.5>= 1.2.0, < 1.2.2CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Local
- Complexity
- Low
- Privileges
- Low
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- Low
- Integrity
- Low
- Availability
- Low
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Determine installed ClamAV versionRun 'clamd --version' or check package manager (dpkg -l clamav, rpm -qi clamav)Affected if Version is >= 1.0.0 and < 1.0.5, or >= 1.2.0 and < 1.2.2
-
Locate the ClamAV configuration fileFind clamd.conf, typically in /etc/clamd.conf, /etc/clamd.d/, or the conf.d directoryAffected if Configuration file exists and VirusEvent is present
-
Check if VirusEvent feature is enabledSearch for 'VirusEvent' directive in clamd.conf using 'grep -i virusevent /path/to/clamd.conf'Affected if VirusEvent directive is present and configured with a command
-
Inspect the VirusEvent command configurationRead the VirusEvent line to see what command is configured for event handlingAffected if VirusEvent points to a script or command that processes file names without sanitization
-
Verify ClamAV service is running with VirusEvent configuredCheck if clamd/clamav-daemon service is active and the configuration contains a VirusEvent commandAffected if ClamAV daemon runs with VirusEvent enabled in the configuration
You are affected if ClamAV version is 1.0.0 through 1.0.4, or 1.2.0 through 1.2.1, AND the VirusEvent feature is enabled in your clamd.conf configuration file.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scoped1.0.51.2.2
Apply the ClamAV software updates released to address this vulnerability, as no workarounds are available.
ClamAV 1.0.5 or later (for 1.0.x branch); ClamAV 1.2.2 or later (for 1.2.x branch)
- 1. Identify the currently installed ClamAV version using 'clamdscan --version' or 'clamscan --version'
- 2. Determine which version branch your current installation falls into (1.0.x or 1.2.x)
- 3. For ClamAV versions >= 1.0.0 and < 1.0.5: upgrade to version 1.0.5 or later
- 4. For ClamAV versions >= 1.2.0 and < 1.2.2: upgrade to version 1.2.2 or later
- 5. Update the package using your system's package manager (e.g., 'apt-get update && apt-get upgrade clamav' for Debian/Ubuntu, or 'yum update clamav' for RHEL/CentOS)
- 6. Verify the new version is installed: 'clamdscan --version' or 'clamscan --version'
- 7. Ensure the VirusEvent configuration in clamd.conf is reviewed and secured after upgrade
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation1.0 h
- Implementation2.0 h
- Testing3.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $2,192.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2024-20328 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2024-20328 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data