Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-33898

CVE-2026-33898: Incus Privilege Escalation Vulnerability

CVE-2026-33898 is a privilege escalation vulnerability in Linuxcontainers Incus caused by improper authentication token validation in the web UI. This article covers technical details, affected versions, and mitigation.

Published: April 3, 2026

CVE-2026-33898 Overview

CVE-2026-33898 is an authentication bypass vulnerability in Incus, a system container and virtual machine manager developed by LinuxContainers. The vulnerability exists in the incus webui command, where the web server incorrectly validates authentication tokens passed via URL parameters. While the Incus client correctly validates the value of cookies containing the token, it fails to properly validate the token when passed directly in the URL, allowing attackers to bypass authentication controls.

Critical Impact

Successful exploitation allows an attacker to gain unauthorized access to Incus with the same privileges as the user who ran incus webui, potentially leading to privilege escalation, unauthorized access to containers and virtual machines, and compromise of system resources.

Affected Products

  • Linuxcontainers Incus versions prior to 6.23.0
  • Systems running incus webui with the vulnerable authentication mechanism
  • All platforms where Incus is deployed with web UI functionality enabled

Discovery Timeline

  • 2026-03-27 - CVE CVE-2026-33898 published to NVD
  • 2026-04-01 - Last updated in NVD database

Technical Details for CVE-2026-33898

Vulnerability Analysis

The vulnerability stems from a critical flaw in the authentication token validation logic within the incus webui command. When a user runs incus webui, the system spawns a local web server on a random localhost port and provides the user with a URL containing an authentication token. Upon accessing this URL, Incus creates a persistent cookie that stores the token, eliminating the need to include it in subsequent HTTP requests.

The core issue lies in the inconsistent validation approach: while the Incus client properly validates tokens stored in cookies, it fails to apply the same rigorous validation to tokens passed directly through URL parameters. This validation gap means that invalid or malformed tokens may be incorrectly accepted when submitted via the URL.

Root Cause

The root cause is improper authentication validation (CWE-287) where the application implements different validation paths for the same authentication token depending on how it is transmitted. The URL-based token validation path lacks the security controls present in the cookie-based validation, creating an authentication bypass condition.

Attack Vector

The attack can be executed through two primary scenarios:

Local Privilege Escalation: Another user on the same system who can locate and communicate with the temporary web server on localhost can exploit this vulnerability to gain the same level of access to Incus as the legitimate user who initiated the web UI session.

Remote Social Engineering: A remote attacker could potentially trick a local user into interacting with a malicious request to the Incus UI web server. If successful, this could grant the attacker access to the user's Incus instances and potentially underlying system resources.

The attack requires the ability to reach the localhost web server and knowledge of or the ability to guess the random port being used. The vulnerability affects the network attack vector with low complexity, requiring no privileges but some user interaction.

Detection Methods for CVE-2026-33898

Indicators of Compromise

  • Unexpected authentication sessions in Incus web UI logs without corresponding valid token generation
  • Multiple connection attempts to random localhost ports from unusual processes or users
  • Anomalous access patterns to container or VM resources by users who did not initiate incus webui sessions
  • Evidence of privilege escalation or unauthorized container manipulation

Detection Strategies

  • Monitor for unusual inter-process communication patterns targeting localhost ports used by incus webui
  • Implement logging to track authentication token usage and flag invalid tokens that result in successful authentication
  • Deploy endpoint detection to identify suspicious processes attempting to interact with the Incus web server
  • Audit user sessions and correlate incus webui invocations with actual authenticated activity

Monitoring Recommendations

  • Enable verbose logging for Incus web UI sessions to capture authentication events
  • Configure alerts for multiple failed or unusual authentication attempts against the local web server
  • Monitor system user activity for lateral movement patterns following Incus web UI access
  • Implement network segmentation monitoring to detect unauthorized localhost port scanning

How to Mitigate CVE-2026-33898

Immediate Actions Required

  • Upgrade Incus to version 6.23.0 or later immediately to patch the vulnerability
  • Avoid using incus webui on shared or multi-user systems until the patch is applied
  • Review access logs for any signs of unauthorized access to Incus resources
  • Restrict local user access to systems where Incus web UI is commonly used

Patch Information

LinuxContainers has released version 6.23.0 of Incus which addresses this authentication bypass vulnerability. The patch corrects the token validation logic to ensure consistent security checks regardless of whether the token is passed via URL parameter or cookie. Administrators should update to this version as soon as possible. For detailed information, refer to the GitHub Security Advisory GHSA-453r-g2pg-cxxq.

Workarounds

  • Disable or avoid using the incus webui command on systems with multiple users until patched
  • Use alternative Incus management methods such as CLI or API access that do not rely on the vulnerable web UI
  • Implement local firewall rules to restrict access to localhost ports used by the web UI to only the intended user process
  • Consider running Incus web UI sessions only in isolated environments or containers to limit potential impact
bash
# Upgrade Incus to patched version
# For systems using snap:
sudo snap refresh incus --channel=latest/stable

# Verify installed version is 6.23.0 or later
incus version

# If unable to upgrade immediately, avoid using web UI
# Use CLI commands instead for container management
incus list
incus exec <container-name> -- /bin/bash

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechIncus

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.07%

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

  • NVD-CWE-noinfo
  • Vendor Resources
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-33897: Incus Privilege Escalation Vulnerability

  • CVE-2026-33711: Incus Privilege Escalation Vulnerability

  • CVE-2026-33743: Incus Storage Bucket DoS Vulnerability

  • CVE-2026-33542: Incus Image Cache Poisoning Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now 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