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: < 1% Very Low
KEV: No
Impact: Remote Code Execution
Action: Immediate Patch
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 and CWE-88.

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 while the EPSS score of less than 1% signals a low probability of exploitation. Although it is not listed in the CISA KEV catalog, the flaw still enables arbitrary code execution on the host and therefore remains a serious threat. An attacker can trigger the vulnerability by submitting a backup request that contains a crafted compression algorithm string, which is subsequently appended to a shell command without proper escaping.

Generated by OpenCVE AI on August 26, 2026 at 13:52 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 26, 2026 at 13:52 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

Wed, 26 Aug 2026 12:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-88
References
Metrics threat_severity

None

threat_severity

Critical


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

Type Values Removed Values Added
Metrics ssvc

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


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-21T21:44:16.989Z

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

Link: CVE-2026-48755

cve-icon Vulnrichment

Updated: 2026-08-21T21:00:21.179Z

cve-icon NVD

Status : Received

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

Modified: 2026-08-21T22:16:37.973

Link: CVE-2026-48755

cve-icon Redhat

Severity : Critical

Publid Date: 2026-08-21T14:37:25Z

Links: CVE-2026-48755 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-26T14:00:06Z

Weaknesses
  • CWE-20

    Improper Input Validation

  • CWE-88

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