A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-32323

CVE-2026-32323: Mullvad VPN Privilege Escalation Flaw

CVE-2026-32323 is a local privilege escalation vulnerability in Mullvad VPN for macOS that allows attackers to execute code as root during installation. This article covers technical details, affected versions, and fixes.

Published: May 21, 2026

CVE-2026-32323 Overview

CVE-2026-32323 is a local privilege escalation vulnerability in the Mullvad VPN client for macOS, affecting versions 2026.1 and below. The installer package executes binaries from /Applications/Mullvad VPN.app without verifying that the bundle is the legitimate Mullvad application. A user in the admin group can pre-place a crafted application bundle at that path before running the installer. When the installer or upgrade process runs with elevated privileges, the attacker-controlled binary executes as root. The flaw is tracked under CWE-269: Improper Privilege Management and resolved in version 2026.2-beta1.

Critical Impact

An admin-group user on macOS can achieve code execution as root by planting a malicious bundle at /Applications/Mullvad VPN.app prior to installation or upgrade.

Affected Products

  • Mullvad VPN for macOS versions 2026.1 and earlier
  • Mullvad VPN installer package (pkg) preinstall script
  • Fixed in Mullvad VPN 2026.2-beta1

Discovery Timeline

  • 2026-05-19 - CVE-2026-32323 published to NVD
  • 2026-05-19 - Last updated in NVD database

Technical Details for CVE-2026-32323

Vulnerability Analysis

The Mullvad VPN macOS installer uses a preinstall script that stops the existing daemon by executing mullvad-setup from the install directory. The script invoked "$INSTALL_DIR/Mullvad VPN.app/Contents/Resources/mullvad-setup" prepare-restart directly as root. Because /Applications is writeable by any user in the local admin group, the destination path is not a trusted location at install time. An attacker with admin-group membership can replace or pre-create the Mullvad VPN.app bundle with a malicious binary at Contents/Resources/mullvad-setup. When an administrator runs the installer or an upgrade, the rogue binary inherits root privileges from the installer context. This converts a low-privilege admin account into full root code execution.

Root Cause

The preinstall script trusted a file system path that non-root admin users can write to. The installer performed no signature verification, bundle authenticity check, or privilege drop before invoking the binary. This is a classic CWE-269 improper privilege management pattern combined with insecure path trust.

Attack Vector

Exploitation requires local access and admin-group membership, plus the user action of running the installer. The attacker stages a malicious Mullvad VPN.app bundle at /Applications/Mullvad VPN.app and waits for an upgrade or fresh install. When the preinstall script runs as root, it executes the attacker's mullvad-setup binary, granting root code execution.

text
# Patch diff from dist-assets/pkg-scripts/preinstall
 echo "Running preinstall at $(date)"
 
-# Stop the existing daemon
-"$INSTALL_DIR/Mullvad VPN.app/Contents/Resources/mullvad-setup" prepare-restart &>/dev/null || \
+# Stop the existing daemon. INSTALL_DIR is writeable by admins, so we drop privileges before executing mullvad-setup.
+sudo -u nobody "$INSTALL_DIR/Mullvad VPN.app/Contents/Resources/mullvad-setup" prepare-restart &>/dev/null || \
     echo "Failed to send 'prepare-restart' command to old mullvad-daemon"

Source: Mullvad VPN security patch commit 032fdcb. The fix drops privileges to the unprivileged nobody user before executing the binary from the attacker-writeable path.

Detection Methods for CVE-2026-32323

Indicators of Compromise

  • Creation or modification of /Applications/Mullvad VPN.app/Contents/Resources/mullvad-setup by a non-root user prior to installer execution.
  • Unsigned or ad-hoc signed binaries inside /Applications/Mullvad VPN.app that do not match the legitimate Mullvad code signature.
  • Child processes spawned as root from the installer preinstall script that do not correspond to the official mullvad-setup binary.

Detection Strategies

  • Monitor file system writes by non-root admin users to /Applications/Mullvad VPN.app outside of an active installer session.
  • Audit installer and pkg script execution chains for child processes that deviate from expected Mullvad binaries.
  • Verify the code signature of mullvad-setup against the Mullvad developer ID before any installer run.

Monitoring Recommendations

  • Enable Endpoint Security Framework (ESF) telemetry on macOS to capture ES_EVENT_TYPE_NOTIFY_EXEC events tied to installer-owned parents.
  • Alert on root-level execution originating from paths writeable by non-root users in /Applications.
  • Track package installations and correlate them with prior file writes to the destination bundle path.

How to Mitigate CVE-2026-32323

Immediate Actions Required

  • Upgrade the Mullvad VPN macOS installer to version 2026.2-beta1 or later before performing any new install or upgrade.
  • Inspect /Applications/Mullvad VPN.app on managed macOS endpoints and verify the bundle's code signature matches Mullvad's legitimate Developer ID.
  • Restrict membership in the local admin group to trusted accounts only, since exploitation requires admin-group privileges.

Patch Information

The issue is fixed in Mullvad VPN 2026.2-beta1. The patch wraps the mullvad-setup invocation with sudo -u nobody to drop privileges before executing a binary from a path writeable by admin users. Full details are available in the GitHub Security Advisory GHSA-c2g6-w5fq-vw3m and the upstream commit 032fdcb.

Workarounds

  • Users already running an older Mullvad VPN version are not at immediate risk because the flaw is in the installer; defer upgrades until the patched installer is used.
  • Before running the installer, delete or quarantine any existing /Applications/Mullvad VPN.app bundle that cannot be verified against Mullvad's signing identity.
  • Run installations only from accounts and sessions where no untrusted admin user has had recent write access to /Applications.
bash
# Verify the bundle signature before running the Mullvad installer
codesign --verify --deep --strict --verbose=2 "/Applications/Mullvad VPN.app"
spctl --assess --type execute --verbose "/Applications/Mullvad VPN.app"

# Remove a suspicious or unverifiable bundle prior to install/upgrade
sudo rm -rf "/Applications/Mullvad VPN.app"

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechMullvad Vpn

  • SeverityHIGH

  • CVSS Score7.3

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-269
  • Technical References
  • GitHub Commit Update

  • GitHub Security Advisory GHSA-c2g6-w5fq-vw3m
  • Related CVEs
  • CVE-2024-55884: Mullvad VPN Buffer Overflow Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English