LiveActive security incident?Get immediate response
CVE Record

CVE-2020-17401: This vulnerability allows local attackers to disclose sensitive informations on affected installations of P...

This vulnerability allows local attackers to disclose sensitive informations on affected installations of Parallels Desktop 15.1.4. An attacker must first obtain the ability to execute high-privileged code on the target guest system in order to exploit this vulnerability. The specific flaw exists within the VGA virtual device. The issue results from the lack of proper validation of user-supplied data, which can result in a read past the end of an allocated array. An attacker can leverage this in conjunction with other vulnerabilities to escalate privileges and execute code in the context of the hypervisor. Was ZDI-CAN-11363.

MediumCVSS 6Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2020-17401 affects Parallels Desktop 15.1.4. A highly privileged attacker inside a guest VM could read sensitive data from the VGA virtual device. Alone, the issue is limited by the need for existing guest-level privilege, but the source says it may support hypervisor compromise when chained with other flaws.

Executive priority

Treat as a moderate virtualization isolation risk. It is not reported as actively exploited, but it matters for environments where guest VMs are untrusted or where host compromise would expose sensitive assets.

Technical view

The flaw is a CWE-129 improper array index validation issue in the Parallels Desktop VGA virtual device. User-supplied data can trigger a read past the end of an allocated array. CVSS 3.0 is 6.0, with local attack vector, low complexity, high privileges required, no user interaction, changed scope, and high confidentiality impact.

Likely exposure

Exposure appears limited to systems running Parallels Desktop 15.1.4. Risk is higher where guest VMs are administered by untrusted users, run untrusted workloads, or share host systems containing sensitive data.

Exploitation context

The bundle does not show CISA KEV listing or active exploitation. Exploitation requires high-privileged code execution in the guest first. The cited description says it can be combined with other vulnerabilities to escalate privileges and execute code in the hypervisor context.

Researcher notes

Key constraints are local access and high guest privilege. The vulnerability is an out-of-bounds array read in VGA device handling, affecting confidentiality. The bundle does not provide exploit details, patch version information, or evidence of standalone hypervisor escape.

Mitigation direction

  • Inventory Parallels Desktop installations and identify any 15.1.4 systems.
  • Check Parallels guidance for fixed versions, updates, or vendor-recommended mitigations.
  • Prioritize updates on hosts running untrusted or externally sourced guest VMs.
  • Restrict administrative or root access inside guest VMs where feasible.
  • Avoid running untrusted guest workloads on affected Parallels hosts.

Validation and detection

  • Confirm whether any endpoint runs Parallels Desktop 15.1.4.
  • Review virtualization host inventory for affected Mac workstations or lab systems.
  • Verify affected hosts have been updated according to Parallels guidance.
  • Check whether untrusted users have high-privileged guest VM access.
  • Document accepted risk for any systems that cannot be updated immediately.
Prepared
Confidence
medium
Sources
4

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-129: 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-17401 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
6 (3.0)
Known Exploited
No
Published

Vector: CVSS:3.0/AV:L/AC:L/PR:H/UI:N/S:C/C:H/I:N/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
3Source 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
6CVSS 3.0MediumCVSS:3.0/AV:L/AC:L/PR:H/UI:N/S:C/C:H/I:N/A:N1.54Primary CVE score

Vulnerability scoring details

Base CVSS 3.0 score

6Medium
CVSS 3.0 vector shape for CVE-2020-17401Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.0/AV:L/AC:L/PR:H/UI:N/S:C/C:H/I:N/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
ParallelsDesktop15.1.4Listed
Weakness

CWE details

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

CWE-129 · source CWE mapping

Improper Validation of Array Index

Improper Validation of Array Index represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.