Description
Incus is a system container and virtual machine manager. Prior to version 7.3.0, when copying an instance across projects, the project restriction check (`AllowInstanceCreation`) runs BEFORE the source instance's configuration is merged into the request. Dangerous configuration keys (including `security.privileged`, `raw.lxc`, `raw.apparmor`) from the source instance are merged AFTER the check passes, bypassing all project restrictions on the target project. Version 7.3.0 patches the issue.
Published: 2026-08-21
Score: 9.9 Critical
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability arises because Incus performs a project restriction check before inheriting configuration from the source instance during a cross‑project copy. If the source instance contains dangerous keys such as security.privileged, raw.lxc, or raw.apparmor, those keys are merged after the check passes, allowing the attacker to inject elevated privileges into the target project. This can let a low‑privileged user create a privileged container, effectively bypassing project boundaries and potentially compromising system integrity and confidentiality. The weakness maps to CWE‑863, a configuration‑related boundary‑check bypass.

Affected Systems

Incus, the system container and virtual‑machine manager from the LXC project, is affected. Any instance copied between projects on Incus versions prior to 7.3.0 is vulnerable. The patch that fixes the issue was introduced in Incus 7.3.0. The product is typically deployed in environments where multiple isolated projects exist, such as shared hosting or multi‑tenant cloud infrastructures.

Risk and Exploitability

The CVSS score of 9.9 indicates a critical severity. The EPSS score is not available, but the vulnerability is not listed in the CISA KEV catalog, which means no publicly reported exploit yet. Nevertheless, the attack vector is straightforward: an authorized user who can request an instance copy across projects can trigger the exploit by using a source instance that contains privileged configuration keys. The exploit does not require additional privileges beyond the copy operation and can be executed locally from within an Incus deployment or via the REST API if access is granted.

Generated by OpenCVE AI on August 21, 2026 at 16:50 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to Incus version 7.3.0 or newer to eliminate the vulnerability.
  • Ensure that cross‑project instance copy operations are restricted to trusted administrators only; disable or audit the AllowInstanceCreation permission where appropriate.
  • Review existing instances for privileged configuration keys such as security.privileged, raw.lxc, or raw.apparmor and remove them from sensitive projects.

Generated by OpenCVE AI on August 21, 2026 at 16:50 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DSA Debian DSA DSA-6407-1 incus security update
History

Fri, 21 Aug 2026 17:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Fri, 21 Aug 2026 16:45:00 +0000

Type Values Removed Values Added
First Time appeared Lxc
Lxc incus
Vendors & Products Lxc
Lxc incus

Fri, 21 Aug 2026 15:00:00 +0000

Type Values Removed Values Added
Description Incus is a system container and virtual machine manager. Prior to version 7.3.0, when copying an instance across projects, the project restriction check (`AllowInstanceCreation`) runs BEFORE the source instance's configuration is merged into the request. Dangerous configuration keys (including `security.privileged`, `raw.lxc`, `raw.apparmor`) from the source instance are merged AFTER the check passes, bypassing all project restrictions on the target project. Version 7.3.0 patches the issue.
Title Incus: Cross-project instance copy bypasses target project restrictions via TOCTOU in config merge
Weaknesses CWE-863
References
Metrics cvssV3_1

{'score': 9.9, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H'}


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-21T16:44:16.507Z

Reserved: 2026-07-14T22:32:17.731Z

Link: CVE-2026-62941

cve-icon Vulnrichment

Updated: 2026-08-21T16:42:37.321Z

cve-icon NVD

Status : Received

Published: 2026-08-21T15:16:46.287

Modified: 2026-08-21T17:16:35.470

Link: CVE-2026-62941

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-21T17:00:04Z

Weaknesses