Description
Incus is a system container and virtual machine manager. Prior to version 7.3.0, project-level enforcement of `restricted.containers.privilege=isolated` can be trivially bypassed, allowing a user to create a non-isolated (shared host idmap) container in a project that is configured to forbid them. The restriction only rejects an explicitly set `security.idmap.isolated=false` (or empty) and fails to enforce anything when the key is omitted entirely. Because an unset `security.idmap.isolated` defaults to `false` (non-isolation), a user simply leaves the key out and obtains exactly the container state the restriction is meant to forbid. This defeats the tenant-isolation guarantee the restriction exists to provide. Containers in the project share the host uid/gid map instead of receiving unique, non-overlapping ranges, weakening the isolation boundary between co-tenant containers and the host. Version 7.3.0 patches the issue.
Published: 2026-08-21
Score: 4.3 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Incus, a system container manager, has a flaw in project-level enforcement of the isolated container restriction. When the key 'security.idmap.isolated' is omitted, the default false value allows a user to create a non-isolated container even when the project disallows it. This bypass removes the expected tenant isolation, letting the container share the host UID/GID map and weakening the security boundary between the host and co-tenant containers. The vulnerability could be used by a user to access files or processes that should be isolated.

Affected Systems

Incus version 7.2.x and earlier on all supported platforms. The flaw exists in any Incus installation before 7.3.0 where project restrictions are enabled. The impacted product is the Incus container manager from the lxc:incus vendor.

Risk and Exploitability

The CVSS score of 4.3 indicates a moderate severity, while the EPSS score is not provided and the vulnerability is not listed in CISA KEV. The flaw is exploitable via a local or authenticated project user who can create containers; no remote code execution or vulnerability exploitation conditions are required beyond having project access. Attackers can simply omit the key in a container creation request, so the risk is high for environments that rely on the isolation restriction for tenant security.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Incus to version 7.3.0 or newer, where the bug is fixed.
  • If an upgrade is not immediately possible, enforce isolation by explicitly setting 'security.idmap.isolated=true' when creating containers in restricted projects.
  • Audit existing projects for containers created without the isolation flag and remediate them by recreating containers with the proper isolation setting.
  • Consider disabling the 'restricted.containers.privilege=isolated' project restriction until the upgrade is applied, if feasible within operational constraints.

Generated by OpenCVE AI on August 21, 2026 at 16:27 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 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, project-level enforcement of `restricted.containers.privilege=isolated` can be trivially bypassed, allowing a user to create a non-isolated (shared host idmap) container in a project that is configured to forbid them. The restriction only rejects an explicitly set `security.idmap.isolated=false` (or empty) and fails to enforce anything when the key is omitted entirely. Because an unset `security.idmap.isolated` defaults to `false` (non-isolation), a user simply leaves the key out and obtains exactly the container state the restriction is meant to forbid. This defeats the tenant-isolation guarantee the restriction exists to provide. Containers in the project share the host uid/gid map instead of receiving unique, non-overlapping ranges, weakening the isolation boundary between co-tenant containers and the host. Version 7.3.0 patches the issue.
Title Incus: Project restriction `restricted.containers.privilege=isolated` bypassable by omitting `security.idmap.isolated`
Weaknesses CWE-863
References
Metrics cvssV3_1

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


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-21T14:44:27.324Z

Reserved: 2026-07-13T19:27:58.314Z

Link: CVE-2026-62313

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

Modified: 2026-08-21T15:16:45.867

Link: CVE-2026-62313

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-21T16:30:06Z

Weaknesses