CVE-2024-54189
03.06.2025, 10:15
A privilege escalation vulnerability exists in the Snapshot functionality of Parallels Desktop for Mac version 20.1.1 (build 55740). When a snapshot of a virtual machine is taken, a root service writes to a file owned by a normal user. By using a hard link, an attacker can write to an arbitrary file, potentially leading to privilege escalation.
Vendor | Product | Version |
---|---|---|
parallels | parallels_desktop | 20.1.1_\(55740\):_ |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-62 - UNIX Hard LinkThe software, when opening a file or directory, does not sufficiently account for when the name is associated with a hard link to a target that is outside of the intended control sphere. This could allow an attacker to cause the software to operate on unauthorized files.
- CWE-59 - Improper Link Resolution Before File Access ('Link Following')The software attempts to access a file based on the filename, but it does not properly prevent that filename from identifying a link or shortcut that resolves to an unintended resource.