Description
Incus is a system container and virtual machine manager. Prior to version 7.1.0, the S3 protocol upload endpoint is vulnerable to path traversal and allows creation of arbitrary files on the host. This behavior could lead to arbitrary command execution. Version 7.1.0 fixes the issue.
Published: 2026-08-21
Score: 9.9 Critical
EPSS: < 1% Very Low
KEV: No
Impact: Remote File Write leading to possible Remote Code Execution
Action: Immediate Patch
AI Analysis

Impact

Incus, a system container and virtual machine manager, contains a path traversal flaw in its S3 multipart upload endpoint. An attacker can supply a specially crafted upload path that resolves outside the intended container storage, creating arbitrary files on the host filesystem. This allows the insertion of executable payloads or critical configuration changes, potentially leading to arbitrary command execution. The weakness is a classic write-to-path traversal flaw (CWE‑22) and also involves file creation from user‑controlled paths (CWE‑73).

Affected Systems

Vendors and products: Incus (lxc:incus). The vulnerability applies to all releases prior to version 7.1.0. Version 7.1.0 and later contain the fix. No specific build numbers are listed beyond the major version.

Risk and Exploitability

The CVSS score of 9.9 indicates critical severity. EPSS is < 1%, so exact exploit probability cannot be quantified. The vulnerability is not yet listed in the CISA Known Exploited Vulnerabilities catalog. Attackers can likely exploit this remotely by sending a malicious multipart upload request to the S3 endpoint; no authentication requirements are mentioned, implying the endpoint is accessible to any network participant that can reach the service. The resulting arbitrary file write gives attackers the ability to place executable payloads or modify critical configuration files, enabling arbitrary command execution. Given its high severity and the fact that the flaw exists in older installations, it poses a serious threat to affected systems.

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 apply the security fix.
  • Limit network exposure by applying firewall rules that restrict inbound traffic to the S3 upload endpoint.
  • If an upgrade is not immediately possible, disable the S3 protocol upload feature or block the endpoint to prevent abuse.

Generated by OpenCVE AI on August 26, 2026 at 13:52 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-ccjc-4qc3-jxqc Incus has an arbitrary file write via path traversal in S3 multipart upload
History

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

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

None

threat_severity

Critical


Fri, 21 Aug 2026 16: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 15:45:00 +0000

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

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

Type Values Removed Values Added
Description Incus is a system container and virtual machine manager. Prior to version 7.1.0, the S3 protocol upload endpoint is vulnerable to path traversal and allows creation of arbitrary files on the host. This behavior could lead to arbitrary command execution. Version 7.1.0 fixes the issue.
Title Incus has an arbitrary file write via path traversal in S3 multipart upload
Weaknesses CWE-73
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-21T15:36:43.317Z

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

Link: CVE-2026-48753

cve-icon Vulnrichment

Updated: 2026-08-21T15:36:38.592Z

cve-icon NVD

Status : Received

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

Modified: 2026-08-21T16:17:17.647

Link: CVE-2026-48753

cve-icon Redhat

Severity : Critical

Publid Date: 2026-08-21T14:34:39Z

Links: CVE-2026-48753 - Bugzilla

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-22

    Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')

  • CWE-73

    External Control of File Name or Path