LiveActive security incident?Get immediate response
CVE Record

CVE-2020-17392: This vulnerability allows local attackers to escalate privileges on affected installations of Parallels Des...

This vulnerability allows local attackers to escalate privileges on affected installations of Parallels Desktop 15.1.3-47255. An attacker must first obtain the ability to execute low-privileged code on the target system in order to exploit this vulnerability. The specific flaw exists within the handler for HOST_IOCTL_SET_KERNEL_SYMBOLS in the prl_hypervisor kext. The issue results from the lack of proper validation of a user-supplied value prior to dereferencing it as a pointer. An attacker can leverage this vulnerability to escalate privileges and execute code in the context of the kernel. Was ZDI-CAN-10519.

HighCVSS 8.8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2020-17392 is a local privilege escalation flaw in Parallels Desktop 15.1.3-47255. A user or malware already running with low privileges on a Mac could potentially gain kernel-level control through the Parallels kernel extension.

Executive priority

Treat as high priority where the affected Parallels version exists. This is not a remote entry point, but it can turn a limited local compromise into kernel-level control.

Technical view

The flaw is in the prl_hypervisor kext handler for HOST_IOCTL_SET_KERNEL_SYMBOLS. It lacks proper validation before dereferencing a user-supplied pointer, mapped to CWE-822. CVSS 3.0 is 8.8 with local access, low complexity, low privileges, no user interaction, changed scope, and high confidentiality, integrity, and availability impact.

Likely exposure

Exposure is limited to systems running Parallels Desktop 15.1.3-47255. The practical risk is highest on developer or business macOS endpoints where untrusted local code could run.

Exploitation context

Sources describe local privilege escalation only. The attacker must first execute low-privileged code on the target. The bundle does not include KEV listing or cited evidence of active exploitation.

Researcher notes

The source bundle names the affected build and vulnerable kext handler, but does not provide patch-version details. Avoid assuming exploitation in the wild; validate exposure through asset inventory and vendor advisory review.

Mitigation direction

  • Inventory macOS systems for Parallels Desktop 15.1.3-47255.
  • Review Parallels KB 125013 for vendor remediation guidance.
  • Upgrade affected installations if Parallels identifies a fixed supported build.
  • Restrict local code execution paths on systems that cannot be updated promptly.
  • Monitor endpoint alerts for suspicious Parallels kernel extension activity.

Validation and detection

  • Confirm installed Parallels Desktop version on macOS endpoints.
  • Check whether prl_hypervisor kext is present on inventoried systems.
  • Compare findings against Parallels KB 125013 guidance.
  • Verify updated systems no longer report version 15.1.3-47255.
  • Document any unsupported or exception systems for risk acceptance.
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-822: 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-17392 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.0)
Known Exploited
No
Published

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

Vulnerability scoring details

Base CVSS 3.0 score

8.8High
CVSS 3.0 vector shape for CVE-2020-17392Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.0/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
ParallelsDesktop15.1.3-47255Listed
Weakness

CWE details

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

CWE-822 · source CWE mapping

Untrusted Pointer Dereference

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