LiveActive security incident?Get immediate response
CVE Record

CVE-2020-3327: ClamAV ARJ Archive Parsing Denial of Service Vulnerability

A vulnerability in the ARJ archive parsing module in Clam AntiVirus (ClamAV) Software versions 0.102.2 could allow an unauthenticated, remote attacker to cause a denial of service condition on an affected device. The vulnerability is due to a heap buffer overflow read. An attacker could exploit this vulnerability by sending a crafted ARJ file to an affected device. An exploit could allow the attacker to cause the ClamAV scanning process 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

A crafted ARJ archive can crash vulnerable ClamAV scanning, interrupting malware inspection on systems that process untrusted files, emails, uploads, or archives. The issue affects availability, not confidentiality or integrity, but scanning outages can disrupt mail gateways, file intake, and security workflows.

Executive priority

Prioritize patching on internet-facing upload paths, mail gateways, and shared-file scanning points. This is not a data-theft issue in the supplied sources, but it can disable a security control that other business processes depend on.

Technical view

CVE-2020-3327 is a heap buffer overflow read in ClamAV 0.102.2's ARJ archive parser. Remote unauthenticated input can trigger a ClamAV scanning process crash, causing denial of service. The CVSS 3.1 score is 7.5 with high availability impact.

Likely exposure

Exposure is most likely where ClamAV scans untrusted archives, email attachments, uploads, or file shares. The bundle identifies ClamAV 0.102.2 and downstream Linux security updates, but does not provide a complete affected-version matrix.

Exploitation context

The source bundle describes remote unauthenticated exploitation through a crafted ARJ file. It does not cite public exploitation or CISA KEV listing, and KEV is marked false. Treat exploitation as plausible but not confirmed active from these sources.

Researcher notes

The key primitive is an out-of-bounds heap read in ARJ parsing leading to scanner crash. Sources provide CVSS, attack preconditions, and vendor update references, but not detailed affected-version ranges beyond ClamAV 0.102.2 or proof of active exploitation.

Mitigation direction

  • Update ClamAV to 0.102.3 or a supported vendor security package.
  • Apply relevant Debian, Fedora, Ubuntu, or Gentoo package advisories where applicable.
  • Ensure services restart after package updates so scanners run patched binaries.
  • If immediate patching is delayed, review vendor guidance for temporary risk reduction.

Validation and detection

  • Inventory systems running ClamAV and identify version 0.102.2 deployments.
  • Confirm package updates match the vendor advisory for each operating system.
  • Review mail, upload, and file-scanning services for ClamAV crash or restart events.
  • Verify archive scanning remains available after patching and service restart.
Prepared
Confidence
high
Sources
7

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-2020-3327 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
14Source 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-2020-3327Attack 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
CiscoClamAVunspecifiedListed
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.