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

CVE-2026-33743: Incus Storage Bucket DoS Vulnerability

CVE-2026-33743 is a denial of service flaw in Incus that allows authenticated users to crash the daemon via malicious storage bucket backups. This article covers the technical details, affected versions, and mitigation steps.

Published: March 26, 2026

CVE-2026-33743 Overview

CVE-2026-33743 is a denial of service vulnerability affecting Incus, an open-source system container and virtual machine manager. Prior to version 6.23.0, a specially crafted storage bucket backup can be exploited by an authenticated user with access to Incus' storage bucket feature to crash the Incus daemon. This vulnerability allows attackers to repeatedly crash the daemon, effectively keeping the server offline and causing a denial of service of the control plane API.

Critical Impact

Authenticated attackers can crash the Incus daemon through malicious storage bucket backups, causing denial of service to the control plane API. While running workloads remain unaffected, management operations become unavailable.

Affected Products

  • Incus versions prior to 6.23.0
  • Systems with storage bucket feature enabled
  • Environments where users have storage bucket access permissions

Discovery Timeline

  • 2026-03-26 - CVE CVE-2026-33743 published to NVD
  • 2026-03-26 - Last updated in NVD database

Technical Details for CVE-2026-33743

Vulnerability Analysis

This vulnerability is classified under CWE-770 (Allocation of Resources Without Limits or Throttling). The flaw exists in how the Incus daemon processes storage bucket backup files. When a user with storage bucket access submits a specially crafted backup file, the daemon fails to properly validate or limit resource allocation during processing, leading to a crash condition.

The attack is network-accessible and requires low privileges (authenticated user with storage bucket access), making it relatively easy to exploit once an attacker has legitimate access to the system. While the vulnerability does not impact confidentiality or integrity, it has a high impact on availability of the control plane.

Importantly, this vulnerability only affects the Incus daemon's control plane API. Existing containers and virtual machines will continue to operate normally even when the daemon is crashed, limiting the blast radius to management operations rather than running workloads.

Root Cause

The root cause of CVE-2026-33743 lies in improper resource allocation handling (CWE-770) within the storage bucket backup processing functionality. The Incus daemon does not implement adequate limits or throttling when processing backup data, allowing malformed input to exhaust resources or trigger an unhandled exception that terminates the daemon process.

Attack Vector

The attack is conducted over the network by an authenticated user with access to the storage bucket feature. The attacker crafts a malicious storage bucket backup file designed to trigger the crash condition when processed by the Incus daemon. By repeatedly submitting these malicious backups, an attacker can keep the daemon offline indefinitely, effectively denying service to all management API operations.

The attack requires:

  1. Valid authentication to the Incus system
  2. Access permissions to the storage bucket feature
  3. Ability to submit storage bucket backup files

For technical implementation details, refer to the GitHub Security Advisory.

Detection Methods for CVE-2026-33743

Indicators of Compromise

  • Unexpected Incus daemon crashes or restarts in system logs
  • Repeated daemon termination events in close succession
  • Error messages related to storage bucket backup processing
  • Unusual storage bucket backup submission activity from specific users

Detection Strategies

  • Monitor system logs for Incus daemon crash events and correlate with storage bucket operations
  • Implement alerting on repeated daemon restart patterns that may indicate active exploitation
  • Review audit logs for storage bucket backup submissions, particularly from recently created or suspicious accounts
  • Deploy endpoint detection to identify abnormal process termination patterns

Monitoring Recommendations

  • Enable detailed logging for storage bucket operations in Incus
  • Configure automated alerts when the Incus daemon process terminates unexpectedly
  • Monitor API availability and response times to detect degraded service conditions
  • Implement log aggregation to correlate backup submission events with daemon crashes

How to Mitigate CVE-2026-33743

Immediate Actions Required

  • Upgrade Incus to version 6.23.0 or later immediately
  • Review and audit user access to the storage bucket feature, limiting permissions where possible
  • Monitor for daemon crashes and investigate any suspicious activity
  • Consider temporarily disabling storage bucket backup functionality if patching is delayed

Patch Information

The vulnerability has been fixed in Incus version 6.23.0. Organizations should update to this version or later to remediate the vulnerability. The patch addresses the resource allocation issue in the storage bucket backup processing code.

For detailed patch information, see the GitHub Security Advisory.

Workarounds

  • Restrict storage bucket feature access to only trusted administrators until patching is complete
  • Implement network segmentation to limit who can access the Incus API
  • Deploy rate limiting on API endpoints to slow down repeated attack attempts
  • Enable process monitoring with automatic restart to reduce downtime during attacks
bash
# Example: Restrict storage bucket access in Incus
# Review current project permissions
incus project show default

# Limit storage bucket feature to specific users/groups
# Consult Incus documentation for granular permission configuration

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechIncus

  • SeverityMEDIUM

  • CVSS Score6.5

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-770
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-33898: Incus Privilege Escalation Vulnerability

  • CVE-2026-33897: Incus Privilege Escalation Vulnerability

  • CVE-2026-33711: Incus Privilege Escalation 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