The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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-33542

CVE-2026-33542: Incus Image Cache Poisoning Vulnerability

CVE-2026-33542 is an image cache poisoning flaw in Incus that allows attackers to inject malicious images via simplestreams servers. This post covers the technical details, affected versions, and mitigation steps.

Published: March 26, 2026

CVE-2026-33542 Overview

CVE-2026-33542 is a certificate validation vulnerability (CWE-295) in Incus, a system container and virtual machine manager. Prior to version 6.23.0, the software fails to properly validate image fingerprints when downloading from simplestreams image servers. This validation gap creates an opportunity for image cache poisoning attacks and, under specific circumstances, could expose tenants to running attacker-controlled images instead of the expected trusted images.

Critical Impact

Multi-tenant environments running Incus versions prior to 6.23.0 may be vulnerable to image cache poisoning, potentially allowing attackers to substitute malicious container or VM images for legitimate ones.

Affected Products

  • Incus versions prior to 6.23.0
  • Incus deployments using simplestreams image servers
  • Multi-tenant Incus environments

Discovery Timeline

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

Technical Details for CVE-2026-33542

Vulnerability Analysis

The vulnerability resides in Incus's image download mechanism when interfacing with simplestreams image servers. Simplestreams is a protocol used to describe and distribute cloud images, commonly employed by container and virtualization platforms to retrieve system images. Incus failed to properly validate the cryptographic fingerprint of downloaded images against the expected fingerprint metadata, creating a trust gap in the image acquisition workflow.

In a properly secured implementation, the image fingerprint (typically a SHA-256 hash) serves as a cryptographic guarantee that the downloaded image matches exactly what was requested. Without this validation, an attacker positioned to manipulate network traffic or compromise an image server could substitute a malicious image while the client accepts it as legitimate.

Root Cause

The root cause is improper certificate/fingerprint validation (CWE-295) in the image download process. When Incus retrieves images from simplestreams servers, the fingerprint verification step was either missing or implemented incorrectly, allowing images with mismatched or absent fingerprints to be cached and potentially deployed to tenant workloads.

Attack Vector

This vulnerability is exploitable over the network with high attack complexity. An attacker requires some privileges (low privilege level) but no user interaction is needed. The attack scenario involves:

  1. Image Server Compromise: An attacker gains access to or impersonates a simplestreams image server
  2. Cache Poisoning: The attacker serves a malicious image with the same metadata but different content than the expected legitimate image
  3. Tenant Exposure: In multi-tenant environments, subsequent image requests may retrieve the poisoned cached image, causing tenants to unknowingly deploy attacker-controlled containers or VMs

The attack is particularly concerning in shared infrastructure scenarios where multiple tenants rely on a common image cache. For detailed technical information, see the GitHub Security Advisory.

Detection Methods for CVE-2026-33542

Indicators of Compromise

  • Unexpected changes in cached image fingerprints that don't match published metadata from trusted simplestreams sources
  • Container or VM images with checksums that differ from official Incus or LXC image repositories
  • Unusual network traffic patterns to unauthorized or unknown image servers
  • Log entries showing image downloads without corresponding fingerprint verification events

Detection Strategies

  • Monitor Incus image cache directories for unexpected modifications or new images
  • Implement network monitoring for connections to simplestreams endpoints and validate against an allowlist of trusted servers
  • Compare deployed image fingerprints against known-good hashes from official sources
  • Review Incus logs for image download activities, particularly those lacking fingerprint validation confirmation

Monitoring Recommendations

  • Enable verbose logging for Incus image operations to capture fingerprint validation events
  • Deploy file integrity monitoring on Incus image cache storage locations
  • Implement alerting for any image downloads from non-whitelisted simplestreams servers
  • Regularly audit running containers and VMs against expected image fingerprints

How to Mitigate CVE-2026-33542

Immediate Actions Required

  • Upgrade Incus to version 6.23.0 or later immediately
  • Audit existing image caches for potentially compromised images by verifying fingerprints against trusted sources
  • Review and restrict network access to known, trusted simplestreams image servers
  • Consider purging and re-downloading images from trusted sources after upgrading

Patch Information

The vulnerability is addressed in Incus version 6.23.0. This release implements proper fingerprint validation for images downloaded from simplestreams servers. Organizations should upgrade to this version or later to ensure image integrity verification is enforced. Additional details are available in the GitHub Security Advisory.

Workarounds

  • Restrict network access so Incus can only reach explicitly trusted simplestreams image servers
  • Manually verify image fingerprints after download by comparing against published hashes from official sources
  • Use local image mirrors with pre-verified images instead of directly fetching from remote simplestreams servers
  • Implement network segmentation to isolate Incus infrastructure from untrusted networks
bash
# Verify Incus version and upgrade if needed
incus version

# Check current cached images and their fingerprints
incus image list

# Remove potentially compromised cached images
incus image delete <image-fingerprint>

# Re-download images from trusted sources after upgrade
incus image copy images:ubuntu/24.04 local: --alias ubuntu-2404

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

  • Vulnerability Details
  • TypeOther

  • Vendor/TechIncus

  • SeverityMEDIUM

  • CVSS Score5.7

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:H/AT:P/PR:L/UI:N/VC:L/VI:H/VA:N/SC:L/SI:H/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-295
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-33898: Incus Privilege Escalation Vulnerability

  • CVE-2026-33897: Incus Privilege Escalation Vulnerability

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

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