LiveActive security incident?Get immediate response
CVE Record

CVE-2020-3350: Cisco AMP for Endpoints and ClamAV Privilege Escalation Vulnerability

A vulnerability in the endpoint software of Cisco AMP for Endpoints and Clam AntiVirus could allow an authenticated, local attacker to cause the running software to delete arbitrary files on the system. The vulnerability is due to a race condition that could occur when scanning malicious files. An attacker with local shell access could exploit this vulnerability by executing a script that could trigger the race condition. A successful exploit could allow the attacker to delete arbitrary files on the system that the attacker would not normally have privileges to delete, producing system instability or causing the endpoint software to stop working.

MediumCVSS 5.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This is a local privilege-related flaw in Cisco AMP for Endpoints and ClamAV. A user who already has shell access could trigger a scan race condition and make the security software delete files they normally could not remove. Business impact is endpoint instability and possible loss of antivirus protection, not remote takeover based on the supplied sources.

Executive priority

Treat as a moderate-priority hygiene fix. It is not described as remotely exploitable or actively exploited, but it can undermine endpoint protection after local compromise. Patch during normal security maintenance, with faster handling on shared systems or environments with broad shell access.

Technical view

CVE-2020-3350 is a CWE-362 race condition during scanning of malicious files. With local low-privileged access, an attacker can cause arbitrary file deletion. CVSS 3.1 is 5.5: local access, low privileges, no user interaction, unchanged scope, high integrity impact, no confidentiality or availability score impact.

Likely exposure

Exposure is most likely on endpoints or servers running affected Cisco AMP for Endpoints or ClamAV packages covered by Cisco and Linux distribution advisories. The source bundle does not provide exact affected version ranges, so teams should verify installed versions against vendor guidance.

Exploitation context

The supplied sources describe local authenticated exploitation requiring shell access. CISA KEV status is false, and the bundle provides no evidence of active exploitation. The likely attacker profile is an insider or a threat actor who has already gained local execution on a system.

Researcher notes

Key constraints are local access and race-condition timing during file scanning. The supplied record does not include exact fixed versions, proof-of-concept status, or exploit telemetry. Avoid assuming remote exploitability or full privilege escalation beyond arbitrary deletion by the running software.

Mitigation direction

  • Check Cisco, Ubuntu, Gentoo, Fedora, and Debian advisories for fixed package guidance.
  • Update Cisco AMP for Endpoints or ClamAV where vendor guidance marks versions affected.
  • Prioritize systems where untrusted users have local shell access.
  • Restrict unnecessary local shell access on systems running affected endpoint protection.
  • Monitor vendor advisories for any revised affected-version or workaround details.

Validation and detection

  • Inventory systems running Cisco AMP for Endpoints and ClamAV.
  • Compare installed product and package versions with the cited vendor advisories.
  • Confirm security updates from relevant OS vendors are installed.
  • Review endpoint logs for unusual file deletion or antivirus service failures.
  • Validate that antivirus services remain running after updates.
Prepared
Confidence
medium
Sources
9

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-362: 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
description · low confidence lookup

Privilege behavior lookup

The CVE wording references privilege impact, so privilege escalation and authorization behavior review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2020-3350 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
Medium
CVSS
5.5 (3.1)
Known Exploited
No
Published

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

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
8Source 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
5.5CVSS 3.1MediumCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N1.83.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

5.5Medium
CVSS 3.1 vector shape for CVE-2020-3350Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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
CiscoCisco AMP for Endpointsn/aListed
Weakness

CWE details

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

CWE-362 · source CWE mapping

Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')

Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.