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-35533

CVE-2026-35533: mise Privilege Escalation Vulnerability

CVE-2026-35533 is a privilege escalation vulnerability in mise that allows attackers to bypass trust checks by placing malicious .mise.toml files. This article covers the technical details, affected versions, and mitigations.

Published: April 10, 2026

CVE-2026-35533 Overview

CVE-2026-35533 is a high-severity improper access control vulnerability in mise, a development tool manager that handles tools like node, python, cmake, and terraform. The vulnerability exists in versions 2026.2.18 through 2026.4.5, where mise loads trust-control settings from a local project .mise.toml file before the trust check runs. This design flaw allows an attacker who can place a malicious .mise.toml in a repository to make that same file appear trusted, subsequently enabling access to dangerous directives such as [env] _.source, templates, hooks, or tasks.

Critical Impact

An attacker can bypass trust controls to execute arbitrary code through malicious configuration directives, potentially compromising developer machines and CI/CD environments.

Affected Products

  • mise versions 2026.2.18 through 2026.4.5

Discovery Timeline

  • 2026-04-07 - CVE CVE-2026-35533 published to NVD
  • 2026-04-08 - Last updated in NVD database

Technical Details for CVE-2026-35533

Vulnerability Analysis

This vulnerability represents an Improper Access Control flaw (CWE-284) where the trust verification mechanism in mise is fundamentally flawed in its execution order. The core issue lies in the timing of when trust-control settings are evaluated versus when they are enforced.

When a user enters a directory containing a .mise.toml file, mise parses and loads configuration settings from this file, including trust-related settings, before actually verifying whether the file should be trusted. This creates a race-condition-like scenario where an attacker-controlled configuration can influence its own trust evaluation.

The vulnerability requires local access and user interaction (the user must navigate to a directory containing the malicious file), but once triggered, it can lead to complete compromise of the user's environment with the ability to execute arbitrary code with the user's privileges.

Root Cause

The root cause stems from an architectural flaw in mise's configuration loading sequence. Trust-control settings are processed during the initial configuration parse phase, which occurs before the trust verification check can reject untrusted configurations. This means a malicious .mise.toml file can manipulate the trust settings to mark itself as trusted, effectively bypassing the security mechanism entirely.

Attack Vector

An attacker exploits this vulnerability by placing a crafted .mise.toml file in a repository or shared directory. When a developer clones the repository or accesses the directory with mise installed, the following attack sequence occurs:

  1. The attacker creates a .mise.toml file containing both trust-bypass settings and malicious directives
  2. The file is committed to a repository or placed in a shared location
  3. When a victim user enters the directory, mise loads the configuration
  4. Trust-control settings from the malicious file are processed before verification
  5. The malicious file marks itself as trusted
  6. Dangerous directives such as [env] _.source, templates, hooks, or tasks are executed
  7. Arbitrary code runs with the victim's privileges

This attack can be delivered through supply chain compromises, pull requests to open-source projects, or any scenario where an attacker can inject files into a developer's workspace.

Detection Methods for CVE-2026-35533

Indicators of Compromise

  • Unexpected or unfamiliar .mise.toml files appearing in project directories
  • Unusual trust-related configuration entries in .mise.toml files
  • Suspicious [env] _.source directives referencing external or unexpected scripts
  • Unexpected hook or task definitions in mise configuration files
  • Evidence of code execution during directory navigation or mise initialization

Detection Strategies

  • Monitor file system events for creation or modification of .mise.toml files in project directories
  • Implement repository scanning to detect .mise.toml files with trust-bypass patterns in pull requests
  • Review git history for recently added or modified mise configuration files
  • Deploy endpoint detection to identify suspicious process spawning patterns during mise execution

Monitoring Recommendations

  • Enable logging for mise operations and review logs for unexpected configuration loading events
  • Implement CI/CD pipeline checks to scan for potentially malicious mise configuration files
  • Configure alerts for mise processes spawning unexpected child processes
  • Audit existing repositories for .mise.toml files containing dangerous directive combinations

How to Mitigate CVE-2026-35533

Immediate Actions Required

  • Upgrade mise to version 2026.4.6 or later immediately
  • Audit all existing repositories and projects for suspicious .mise.toml files
  • Review trust settings and ensure no unauthorized configurations have been applied
  • Consider disabling mise temporarily in high-security environments until patched

Patch Information

The vulnerability has been addressed in mise versions after 2026.4.5. Users should upgrade to the latest available version as soon as possible. For detailed patch information and security guidance, refer to the GitHub Security Advisory.

Workarounds

  • Avoid navigating to directories containing untrusted .mise.toml files until patched
  • Manually inspect all .mise.toml files before entering directories, particularly in cloned repositories
  • Use the --no-config flag when possible to prevent automatic configuration loading
  • Implement repository policies requiring review of mise configuration file changes before merge
  • Consider using container-based development environments to isolate potential compromise
bash
# Upgrade mise to the latest patched version
mise self-update

# Alternatively, reinstall mise to ensure latest version
curl https://mise.run | sh

# Verify installed version is not vulnerable (should be > 2026.4.5)
mise --version

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechMise

  • SeverityHIGH

  • CVSS Score7.7

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-284
  • Technical References
  • GitHub Security Advisory
  • Latest CVEs
  • CVE-2026-9813: FlowIntel SSRF Vulnerability

  • CVE-2026-4377: D-Link DWR-X1820 Auth Bypass Vulnerability

  • CVE-2026-47074: ex_aws_sns Auth Bypass Vulnerability

  • CVE-2026-46241: Linux Kernel Use-After-Free 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