LiveActive security incident?Get immediate response
CVE Record

CVE-2021-37617: Untrusted Search Path in Nextcloud Desktop Client

The Nextcloud Desktop Client is a tool to synchronize files from Nextcloud Server with a computer. The Nextcloud Desktop Client invokes its uninstaller script when being installed to make sure there are no remnants of previous installations. In versions 3.0.3 through 3.2.4, the Client searches the `Uninstall.exe` file in a folder that can be written by regular users. This could lead to a case where a malicious user creates a malicious `Uninstall.exe`, which would be executed with administrative privileges on the Nextcloud Desktop Client installation. This issue is fixed in Nextcloud Desktop Client version 3.3.0. As a workaround, do not allow untrusted users to create content in the `C:\` system folder and verify that there is no malicious `C:\Uninstall.exe` file on the system.

HighCVSS 7.3Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

A vulnerable Nextcloud Desktop Client installer could run an attacker-placed uninstaller file from a writable system location with administrative privileges. This is a local privilege escalation risk on affected Windows endpoints, not a remote server compromise. The vendor-fixed version is 3.3.0.

Executive priority

Prioritize remediation on managed Windows endpoints where users have local access and software installs occur with administrator privileges. The impact can be full local compromise, but the attack is not described as remotely exploitable.

Technical view

CVE-2021-37617 is CWE-426 untrusted search path behavior in Nextcloud Desktop Client versions 3.0.3 through 3.2.4. During installation, the client looks for Uninstall.exe in a regular-user-writable folder and may execute it with administrator rights. The issue is fixed in 3.3.0.

Likely exposure

Exposure is most likely on Windows workstations with Nextcloud Desktop Client 3.0.3 through 3.2.4, especially where regular users can create files in C:\ and the client is installed or upgraded with administrative privileges.

Exploitation context

The sources describe local privilege escalation requiring a malicious local user and an installation action. KEV is false, and the provided sources do not report active exploitation in the wild or remote exploitation.

Researcher notes

The vendor advisory, CVE record, HackerOne report, and linked desktop pull request align on affected versions, root cause, workaround, and fixed release. Evidence in the bundle does not support claims of active exploitation or broader affected products.

Mitigation direction

  • Upgrade Nextcloud Desktop Client to version 3.3.0 or later.
  • Do not allow untrusted users to create content in C:\.
  • Verify there is no unexpected C:\Uninstall.exe file on affected systems.
  • Check vendor guidance before using additional compensating controls.

Validation and detection

  • Inventory Windows endpoints for Nextcloud Desktop Client versions 3.0.3 through 3.2.4.
  • Confirm upgraded endpoints report version 3.3.0 or later.
  • Review C:\ permissions for regular-user file creation rights.
  • Check whether C:\Uninstall.exe exists and investigate if present.
Prepared
Confidence
high
Sources
5

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-426: 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-37617 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.3 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/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
4Source 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.3CVSS 3.1HighCVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H1.35.9Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

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

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/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
nextcloudsecurity-advisories>= 3.0.3 , <= 3.2.4Listed
Weakness

CWE details

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

CWE-426 · source CWE mapping

Untrusted Search Path

Untrusted Search Path represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.