Description
Incus is a system container and virtual machine manager. Prior to version 7.1.0, improper validation of user-provided backup compression algorithm leads to argument injection in the constructed command line. This leads to an arbitrary file write on the host, possibly leading to arbitrary command execution. Version 7.1.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

A flaw in the backup compression configuration handling allows a malformed command line to be injected, permitting the creation or modification of arbitrary files on the host filesystem. This can lead to full command execution on the host because the injected command line runs with elevated privileges. The weakness is a classic example of improper input validation, reflected by CWE-20.

Affected Systems

The vulnerability affects the Incus system container and virtual machine manager supplied by the lxc:incus vendor. All versions released before 7.1.0 are susceptible; the issue was fixed in version 7.1.0.

Risk and Exploitability

The CVSS score of 9.9 indicates critical severity and the lack of an EPSS value means the likelihood of exploitation is unknown but potentially high due to the impact. It is not recorded in the CISA KEV catalog, yet the ability to execute arbitrary code on the host makes it a serious threat. An attacker can trigger the flaw by requesting a backup with a crafted compression algorithm string, which is then appended to a shell command without proper escaping.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Incus to version 7.1.0 or later to eliminate the injection path.
  • If an upgrade cannot be performed immediately, disable the backup feature or run it under a restricted, non‑privileged user so that any injected commands cannot write to critical areas or execute privileged operations.
  • Ensure that any future backup configurations validate the compression algorithm against an explicit whitelist and escape any user supplied data before incorporating it into command lines.

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

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DSA Debian DSA DSA-6370-1 incus security update
Debian DSA Debian DSA DSA-6373-1 lxd security update
Github GHSA Github GHSA GHSA-v6mj-8pf4-hhw4 Incus has an argument injection in backup compression algorithm leading to AFW and ACE
History

Fri, 21 Aug 2026 17:15: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.1.0, improper validation of user-provided backup compression algorithm leads to argument injection in the constructed command line. This leads to an arbitrary file write on the host, possibly leading to arbitrary command execution. Version 7.1.0 patches the issue.
Title Incus has an argument injection in backup compression algorithm leading to AFW and ACE
Weaknesses CWE-20
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:37:25.389Z

Reserved: 2026-05-22T19:39:05.356Z

Link: CVE-2026-48755

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-48755

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-20

    Improper Input Validation