LiveActive security incident?Get immediate response
CVE Record

CVE-2020-3123: A vulnerability in the Data-Loss-Prevention (DLP) module in Clam AntiVirus (ClamAV) Software versions 0.102...

A vulnerability in the Data-Loss-Prevention (DLP) module in Clam AntiVirus (ClamAV) Software versions 0.102.1 and 0.102.0 could allow an unauthenticated, remote attacker to cause a denial of service condition on an affected device. The vulnerability is due to an out-of-bounds read affecting users that have enabled the optional DLP feature. An attacker could exploit this vulnerability by sending a crafted email 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

This flaw can let a remote sender crash ClamAV scanning by submitting a specially crafted email file, but only where the optional DLP feature is enabled. The business impact is availability loss in mail or file-scanning workflows, not data theft or system takeover based on the provided sources.

Executive priority

Treat as a prompt patching item for affected mail-scanning and security-processing systems. It can interrupt malware scanning and message flow, but the provided evidence points to denial of service only, not compromise of confidentiality or integrity.

Technical view

CVE-2020-3123 is a CWE-125 out-of-bounds read in the ClamAV DLP module affecting ClamAV 0.102.0 and 0.102.1 per the description. It is network-reachable, unauthenticated, low complexity, and rated CVSS 7.5 because successful exploitation can crash the scanning process.

Likely exposure

Exposure is most likely in organizations running ClamAV 0.102.0 or 0.102.1 with optional DLP enabled, especially on email scanning gateways or services that process inbound email files. Systems without DLP enabled are not described as affected in the source bundle.

Exploitation context

The provided sources describe remote unauthenticated denial of service through a crafted email file. The CVE is not listed as KEV in the bundle, and no cited source here confirms active exploitation in the wild.

Researcher notes

Key exposure hinges on optional DLP enablement. The source bundle has strong vendor and distribution references, but exploit telemetry is limited here. Validate version and configuration before assigning broad impact across all ClamAV installations.

Mitigation direction

  • Upgrade ClamAV to a fixed vendor-supported release, including 0.102.2 or later where applicable.
  • Apply distribution security updates from Ubuntu, Gentoo, or your operating system vendor.
  • Prioritize mail gateways and high-volume scanning infrastructure using optional DLP.
  • Review vendor guidance before changing DLP configuration as a temporary risk reduction.
  • Monitor scanner crashes and failed mail-processing queues until patched.

Validation and detection

  • Inventory ClamAV versions across servers, containers, appliances, and mail gateways.
  • Confirm whether optional DLP is enabled on each ClamAV deployment.
  • Verify patched packages or binaries are installed after remediation.
  • Check service logs for recent ClamAV scanning process crashes.
  • Confirm mail or file scanning resumes normally after updates.
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-125: 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-3123 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
6Source 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-3123Attack 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.102.1Listed
Weakness

CWE details

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

CWE-125 · source CWE mapping

Out-of-bounds Read

Out-of-bounds Read represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.