CVE-2026-49237: Local Privilege Escalation in Canonical Multipass
An issue was discovered in Canonical Multipass for macOS before version 1.16.3 due to an incomplete fix for CVE-2025-5199. While the patch in version 1.16.0 updated the ownership of the multipassd daemon binary to root:wheel, five co-located binaries (multipass, qemu-img, qemu-system-aarch64, qemu-system-x8664, and sshfsserver) in /Library/Application Support/com.canonical.multipass/bin/ retain ownership by the installing user and remain writable. Because the root LaunchDaemon (com.canonical.multipassd.plist) configures a PATH environment variable that prioritizes this user-writable directory and invokes these auxiliary binaries by their bare names, a local attacker can replace an auxiliary binary (such as qemu-img) with a malicious wrapper. When the root daemon subsequently triggers the binary during routine execution (e.g., via multipass launch), the malicious code executes with root privileges, leading to local privilege escalation.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2026-49237?
CVE-2026-49237 has a high severity rating of 7.8.
What type of vulnerability is CVE-2026-49237?
CVE-2026-49237 is a Local Privilege Escalation vulnerability in Canonical Multipass for macOS.
How do I fix CVE-2026-49237?
To fix CVE-2026-49237, update Canonical Multipass to version 1.16.3 or later.
Which versions of Canonical Multipass are affected by CVE-2026-49237?
CVE-2026-49237 affects Canonical Multipass for macOS before version 1.16.3.
What caused CVE-2026-49237?
CVE-2026-49237 was caused by an incomplete fix for CVE-2025-5199 regarding the ownership of certain binaries.