Description
Incus is a system container and virtual machine manager. Prior to version 7.3.0, improper validation of user-provided `block.create_options` in storage volume configuration leads to argument injection in the constructed filesystem creation command line. This allows a project-scoped user to inject arbitrary arguments into the binary executed as root. 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 in Incus stems from inadequate validation of the block.create_options field used when configuring a storage volume. A project‑scoped user can inject arbitrary arguments into the filesystem creation command that is run with root privileges on the host. This allows execution of arbitrary commands as root, potentially compromising the entire host, other containers, and stored data. The weakness is a classic argument injection flaw (CWE‑88).

Affected Systems

Incus versions prior to 7.3.0 are affected. The issue exists in the 7.2.x releases of the system container and virtual machine manager. Only users who are members of a project that can create or modify volume configurations can exploit it. The security patch is included in version 7.3.0.

Risk and Exploitability

The CVSS base score of 9.9 classifies this flaw as Critical, indicating a severe impact on confidentiality, integrity, and availability. The EPSS score is not available, so the current exploitation probability is unclear, but the ability to execute commands as root makes it a high‑risk local privilege escalation. The vulnerability is not listed in the CISA KEV catalog, suggesting no confirmed large‑scale exploitation yet. An attacker would need to be a member of the vulnerable project and supply malicious values for block.create_options during volume creation to exploit the flaw.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Incus to version 7.3.0 or later.
  • Restrict project‑scoped users from creating or modifying storage volumes if an upgrade is not immediately possible.
  • Audit existing volumes to ensure that block.create_options contains only safe, documented values and remove any suspicious entries before they are used to create filesystems.

Generated by OpenCVE AI on August 21, 2026 at 16:26 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: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, improper validation of user-provided `block.create_options` in storage volume configuration leads to argument injection in the constructed filesystem creation command line. This allows a project-scoped user to inject arbitrary arguments into the binary executed as root. Version 7.3.0 patches the issue.
Title Incus has an argument injection in storage volume block.create_options that leads to arbitrary command execution
Weaknesses CWE-88
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-21T14:45:35.859Z

Reserved: 2026-07-14T21:10:50.032Z

Link: CVE-2026-62867

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-62867

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-21T17:30:03Z

Weaknesses
  • CWE-88

    Improper Neutralization of Argument Delimiters in a Command ('Argument Injection')