Cyber Resilience

CVE-2024-36486

Parallels Desktop 20.1.1_\(55740\)

Public PoC
Published
03 June 2025
Modified
17 June 2026
CVSS Score v3.1 7.8
Click a component to see what it means
Raw vectorCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0028 20th percentile
Risk Priority 56 floored blend · peak EPSS

Summary

CVE-2024-36486 is a high-severity UNIX Hard Link (CWE-62) vulnerability in Parallels Parallels Desktop. Its CVSS base score is 7.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Path Interception (T1034); ranked at the 20th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified map to AC-3 (Access Enforcement) and AC-6 (Least Privilege) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

A privilege escalation vulnerability exists in the virtual machine archive restoration functionality of Parallels Desktop for Mac version 20.1.1 (55740). When an archived virtual machine is restored, the prl_vmarchiver tool decompresses the file and writes the content back to its…

more

original location using root privileges. An attacker can exploit this process by using a hard link to write to an arbitrary file, potentially resulting in privilege escalation.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1034 Path Interception Persistence
**This technique has been deprecated.
T1070 Indicator Removal Stealth
Adversaries may selectively delete or modify artifacts generated to reduce indications of their presence and blend in with legitimate activity.
T1222 File and Directory Permissions Modification Defense Impairment
Adversaries may modify file or directory permissions/attributes to evade access control lists (ACLs) and access protected files.
T1485 Data Destruction Impact
Adversaries may destroy data and files on specific systems or in large numbers on a network to interrupt availability to systems, services, and network resources.
T1547.009 Shortcut Modification Persistence
Adversaries may create or modify shortcuts that can execute a program during system boot or user login.
T1565 Data Manipulation Impact
Adversaries may insert, delete, or manipulate data in order to influence external outcomes or hide activity, thus threatening the integrity of the data.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2024-54189Same product: Parallels Parallels Desktop
CVE-2023-50226Same product: Parallels Parallels Desktop
CVE-2024-52561Same product: Parallels Parallels Desktop
CVE-2023-27323Same product: Parallels Parallels Desktop
CVE-2023-27327Same product: Parallels Parallels Desktop
CVE-2023-27322Same product: Parallels Parallels Desktop
CVE-2023-27326Same product: Parallels Parallels Desktop
CVE-2023-27328Same product: Parallels Parallels Desktop
CVE-2024-6240Same product: Parallels Parallels Desktop
CVE-2023-27324Same product: Parallels Parallels Desktop

Affected Assets

parallels
parallels desktop
20.1.1_\(55740\)

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V15.4.2

Mitigating Controls (NIST 800-53 r5) AI

Access enforcement directly stops operations on files reached via unauthorized hard links by checking the actual target resource against authorizations.

Least privilege reduces the set of files an attacker can affect even if a hard-link name is resolved outside the intended sphere.

Information flow enforcement can block unintended data access that occurs when a hard link crosses control-sphere boundaries.

Preventing unintended transfer via shared resources (inodes) structurally blocks the effect of hard links that alias files across spheres.

Validating file-name inputs can reject or canonicalize names that resolve to links before access occurs.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.AA-05 mostly match
prevents

Enforcing least-privilege permissions and authorization checks directly prevents operations on files reached via unauthorized hard links.

PR.PS-06 mostly match
prevents

Secure-development practices include safe file-open and link-handling routines that eliminate the described weakness.

PR.IR-01 partial match
prevents

Logical-access protections reduce the attack surface for hard-link traversal but do not address the coding flaw itself.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

finds

Security testing can discover hard-link issues but does not itself prevent them in production.

prevents

Secure SDLC practices can mandate link-resolution checks and canonicalization before file access.

prevents

Application security requirements can explicitly require safe handling of symbolic links and path traversal.

prevents

Secure architecture principles include proper file-system namespace handling that can prevent hard-link traversal.

prevents

Secure-coding practices can mandate safe file-open APIs and link validation, directly addressing the weakness.

mitigates

Access-control rules can restrict which files a process may open, reducing the chance of following unauthorized hard links.

References