Skip to main content
COSMICBYTEZLABS
NewsSecurityHOWTOsToolsTraining
StudyProjectsNewsletterHire MeAbout
Subscribe

Press Enter to search or Esc to close

News
Security
HOWTOs
Tools
Training
Study
Projects
Newsletter
Hire Me
About
RSS Feed
Reading List
Subscribe

Stay in the Loop

Get the latest security alerts, tutorials, and tech insights delivered to your inbox.

Subscribe NowFree forever. No spam.
COSMICBYTEZLABS

Your trusted source for IT intelligence, cybersecurity insights, and hands-on technical guides.

2493+ Articles
160+ Guides

CONTENT

  • Latest News
  • Security Alerts
  • HOWTOs
  • Checklists
  • Projects
  • Exam Prep

RESOURCES

  • Search
  • Browse Tags
  • Newsletter Archive
  • Reading List
  • RSS Feed

COMPANY

  • About Us
  • Contact
  • Privacy Policy
  • Terms of Service

© 2026 CosmicBytez Labs. All rights reserved.

System Status: Operational
  1. Home
  2. Security
  3. CVE-2026-62940: Incus Migration Security Restriction Bypass (CVSS 9.9)
CVE-2026-62940: Incus Migration Security Restriction Bypass (CVSS 9.9)

Critical Security Alert

This vulnerability is actively being exploited. Immediate action is recommended.

SECURITYCRITICALCVE-2026-62940

CVE-2026-62940: Incus Migration Security Restriction Bypass (CVSS 9.9)

Critical Incus flaw allows privilege escalation via unrestricted config overrides during cross-cluster instance migration. Patch to v7.3.0.

Dylan H.

Security Team

August 22, 2026
3 min read

Affected Products

  • Incus < 7.3.0

Overview

A critical privilege escalation vulnerability (CVSS 9.9) has been disclosed in Incus, the open-source system container and virtual machine manager forked from LXD. The flaw, tracked as CVE-2026-62940, allows an attacker with access to a restricted project to bypass security controls during cross-cluster instance migration and gain elevated privileges on the target cluster.

Affected versions: Incus prior to 7.3.0. The fix is available in Incus 7.3.0.

Vulnerability Details

When migrating an instance to another cluster member, Incus accepts user-supplied configuration overrides as part of the migration request. The vulnerability arises because these overrides — which can include security-critical keys such as security.privileged and raw.lxc — are applied to the migrated instance without enforcing project-level restrictions.

This means a user operating within a restricted project (where security.privileged would normally be blocked) can supply the key as a migration override and have it silently accepted, effectively escaping the project's security boundary.

Affected Configuration Keys

The following keys can be injected via the migration override pathway:

KeyImpact
security.privilegedRuns container as root-mapped UID 0 on host
raw.lxcArbitrary LXC config directives applied to container

Attack Scenario

  1. Attacker has access to a restricted Incus project with security.privileged = false enforced.
  2. Attacker initiates a cross-cluster migration, injecting security.privileged: true as a configuration override.
  3. The destination cluster applies the override without checking project restrictions.
  4. The migrated container runs as privileged, giving the attacker root-equivalent access on the host.

Impact

  • Privilege escalation from restricted project user to root on the target cluster member.
  • Potential container escape via the security.privileged key — a privileged container has near-full host access.
  • Exploitation requires a valid Incus cluster account with permission to migrate instances; it does not require external network access.

Affected Products

ProductAffected VersionsFixed Version
Incus< 7.3.07.3.0

Remediation

Update Incus to version 7.3.0 or later. The fix enforces project restriction checks on all user-supplied configuration overrides at the point of application during migration, regardless of the request pathway.

# Check current Incus version
incus version
 
# Update via your package manager (e.g. snap)
snap refresh incus

If an immediate upgrade is not possible, restrict cluster migration permissions to trusted administrators only using Incus RBAC controls.

References

  • NVD — CVE-2026-62940
  • Incus Project
  • Incus 7.3.0 Release Notes
#CVE#Incus#Container Security#Privilege Escalation#Vulnerability

Related Articles

CVE-2026-62941: Incus Cross-Project Copy Privilege Escalation (CVSS 9.9)

Critical TOCTOU flaw in Incus lets restricted project users escalate privileges by copying instances across projects. Fixed in v7.3.0.

3 min read

CVE-2026-48749: Incus Malicious Image Arbitrary File Write and RCE (CVSS 9.9)

Critical Incus flaw lets a specially crafted container image read or write arbitrary host files, leading to remote code execution. Fixed in v7.2.0.

3 min read

CVE-2026-48750: Incus Exec-Output Symlink Attack Enables Host File Write (CVSS 9.9)

Critical Incus flaw: if exec-output is a symlink, command output files are written to arbitrary host paths. Fixed in v7.2.0.

3 min read
Back to all Security Alerts