LiveActive security incident?Get immediate response
CVE Record

CVE-2021-1404: Clam AntiVirus (ClamAV) Email Parser Denial of Service Vulnerability

A vulnerability in the PDF parsing module in Clam AntiVirus (ClamAV) Software versions 0.103.0 and 0.103.1 could allow an unauthenticated, remote attacker to cause a denial of service condition on an affected device. The vulnerability is due to improper buffer size tracking that may result in a heap buffer over-read. An attacker could exploit this vulnerability by sending a crafted PDF file to an affected device. An exploit could allow the attacker to cause the ClamAV scanning process to crash, resulting in a denial of service condition.

HighCVSS 7.5Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

ClamAV 0.103.0 and 0.103.1 can be crashed by a crafted PDF during scanning. The business impact is availability: email or file scanning may fail, queue, or stop protecting dependent workflows. Sources do not show active exploitation.

Executive priority

Treat this as a high-priority availability fix for systems that depend on ClamAV scanning. It is not described as data theft or code execution, but scanner crashes can disrupt mail, upload, or security workflows.

Technical view

The issue is in ClamAV's PDF parsing module. Improper buffer size tracking can cause a heap buffer over-read when processing a crafted PDF, crashing the scanning process. It is rated CVSS 3.1 7.5 with network attack vector, no privileges, no user interaction, and high availability impact.

Likely exposure

Exposure is most likely where ClamAV 0.103.0 or 0.103.1 scans untrusted PDFs, including mail gateways, attachment scanners, file-upload pipelines, and backend malware scanning services.

Exploitation context

The source bundle describes unauthenticated remote triggering by sending a crafted PDF to an affected device. KEV is false, and no provided source states active exploitation or public weaponization.

Researcher notes

Evidence is limited to the CVE record and the vendor patch reference. The affected versions are ClamAV 0.103.0 and 0.103.1. The root cause is CWE-20 improper input validation leading to heap buffer over-read in PDF parsing.

Mitigation direction

  • Inventory ClamAV deployments and identify versions 0.103.0 and 0.103.1.
  • Review the ClamAV 0.103.2 security patch release guidance.
  • Upgrade affected ClamAV instances away from vulnerable versions.
  • Monitor scanning services for crashes, failed scans, and queued mail or files.
  • Prioritize exposed systems that process untrusted PDFs.

Validation and detection

  • Confirm the installed ClamAV version on every scanner node.
  • Map where ClamAV receives inbound email attachments or uploaded PDFs.
  • Check service logs for scanner crashes during PDF processing.
  • Verify updated scanners remain stable under normal PDF scanning workloads.
  • Confirm operational runbooks cover scanner crash alerts and queue growth.
Prepared
Confidence
high
Sources
3

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-20: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2021-1404 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
7.5 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
2Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
7.5CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H3.93.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

7.5High
CVSS 3.1 vector shape for CVE-2021-1404Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
CiscoClamAV0.103.0, 0.103.1Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-20 · source CWE mapping

Improper Input Validation

Improper Input Validation represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.