LiveActive security incident?Get immediate response
CVE Record

CVE-2021-3626: Windows version of Multipass unauthenticated localhost tcp control socket can perform mounts

The Windows version of Multipass before 1.7.0 allowed any local process to connect to the localhost TCP control socket to perform mounts from the operating system to a guest, allowing for privilege escalation.

HighCVSS 8.8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

Canonical Multipass for Windows before 1.7.0 let any local process use a localhost control socket to mount host operating system paths into a guest. That could turn a low-privileged local foothold into broader access. This is not described as remotely exploitable, and the provided sources do not show active exploitation.

Executive priority

Treat this as high priority for Windows systems using Multipass, especially shared engineering infrastructure. It is a local privilege-escalation issue, so urgency depends on whether attackers or untrusted users can already run code on those hosts.

Technical view

The issue affects Windows Multipass before 1.7.0. An unauthenticated localhost TCP control socket allowed local processes to request mounts from host OS to guest, creating a privilege-escalation path. CVSS 3.1 is 8.8 with local attack vector, low complexity, low privileges required, no user interaction, changed scope, and high CIA impact.

Likely exposure

Exposure is most likely on Windows developer workstations, shared build hosts, or CI runners running Canonical Multipass before 1.7.0. Risk increases where untrusted local users, scripts, or compromised low-privilege processes can run on the host.

Exploitation context

The bundle marks CISA KEV as false, and no cited source states active exploitation. The attack requires local code execution or local user access on the Windows host; the provided evidence does not support internet-facing remote exploitation.

Researcher notes

Key weaknesses are CWE-284 and CWE-73. The authoritative description identifies an unauthenticated localhost TCP control socket and host-to-guest mount capability. The provided evidence is enough for affected-version triage, but not for claiming exploitation in the wild.

Mitigation direction

  • Upgrade Windows Multipass installations to version 1.7.0 or later.
  • Prioritize shared Windows hosts and developer endpoints running Multipass.
  • Check Canonical Multipass guidance and release notes for any additional vendor recommendations.
  • Restrict local access on affected hosts until upgraded.
  • Review endpoint controls for untrusted local scripts or users.

Validation and detection

  • Inventory Windows systems for Canonical Multipass installations.
  • Identify any Multipass versions earlier than 1.7.0.
  • Confirm upgraded hosts report Multipass 1.7.0 or later.
  • Review shared workstations and CI runners for local untrusted-user exposure.
  • Record remediation status for each affected Windows host.
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 · medium confidence lookup

CWE-284: Authorization and privilege behavior lookup

Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. 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
cwe · medium confidence lookup

CWE-73: File access and web shell behavior lookup

File traversal and upload weaknesses can lead teams to review file, web shell, execution, and collection telemetry. 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-2021-3626 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
8.8 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/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
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
8.8CVSS 3.1HighCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H26Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

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

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/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
CanonicalMultipassunspecifiedListed
Weakness

CWE details

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

CWE-284 · source CWE mapping

Improper Access Control

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

CWE-73 · source CWE mapping

External Control of File Name or Path

External Control of File Name or Path represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.