CVE Catalog

CVE-2026-47753

MediumCVSS 4.4
Published: Translated: NVD NIST

Summary

Incus before version 7.1.0 has a nil-pointer dereference vulnerability in `(*backend).CreateInstanceFromBackup`. An authenticated user with permission to create instances can remotely trigger a crash of the Incus daemon by uploading a crafted backup tarball, causing denial of service to all projects on that cluster member.

Risk Assessment

DoS attack on the entire Incus cluster, potentially disrupting all services and projects on that cluster member.

Recommendation

Upgrade Incus to version 7.1.0 or later, which includes the fix.

Other vulnerabilities in Incus

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS