---
id: CVE-2026-47753
title: Incus is a system container and virtual machine manager
summary: >-
  Incus is a system container and virtual machine manager. Prior to version
  7.1.0, `(*backend).CreateInstanceFromBackup` in
  `internal/server/storage/backend.go` contains a nil-pointer dereference that
  an authenticated user with permission …
severity: medium
cwe:
  - CWE-476
vendor: lxc
product: github.com/lxc/incus/v7
affected:
  - github.com/lxc/incus/v7 < 7.1.0
patched:
  - github.com/lxc/incus/v7 7.1.0
published: '2026-08-21'
updated: '2026-09-18'
sourceUpdated: '2026-09-18T20:09:01.757'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-47753'
references:
  - url: >-
      https://github.com/lxc/incus/commit/98e64f0a6fcfdc9676eea0246418d490c53297bf
    label: security-advisories@github.com
  - url: 'https://github.com/lxc/incus/security/advisories/GHSA-8g7m-96c8-8wwc'
    label: security-advisories@github.com
  - url: 'https://github.com/lxc/incus/security/advisories/GHSA-8g7m-96c8-8wwc'
    label: 134c704f-9b21-4f2e-91b3-4a467353bcc0
  - url: 'https://github.com/advisories/GHSA-8g7m-96c8-8wwc'
tags:
  - nvd
  - ghsa
  - go
epss: 0.00152
epssPercentile: 0.03635
aliases:
  - GHSA-8g7m-96c8-8wwc
ecosystem: go
ingestedAt: '2026-07-07T15:41:59.538Z'
---

## Overview

Incus is a system container and virtual machine manager. Prior to version 7.1.0, `(*backend).CreateInstanceFromBackup` in `internal/server/storage/backend.go` contains a nil-pointer dereference that an authenticated user with permission to create instances in any project can trigger remotely by uploading a crafted backup tarball. The Incus daemon panics and the process crashes, causing denial of service to every project on that cluster member. This is a sibling of `GHSA-fwj8-62r8-8p8m`, `GHSA-r7w7-mmxr-47r9`, and `GHSA-x5r6-jr56-89pv` (all assigned 2026-05-04). Those patches added guards on adjacent fields of the same `backup/config.Config` struct; the `Volume` field on the instance-import path was missed. Version 7.1.0 contains an updated patch.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.

## Package advisory (CVE-2026-47753)

Affected packages:

- `github.com/lxc/incus/v7 < 7.1.0`

Patched in:

- `github.com/lxc/incus/v7 7.1.0`

Source: https://github.com/advisories/GHSA-8g7m-96c8-8wwc
