CVE-2026-48756Low▾ SunlitIncus is a system container and virtual machine manager. Prior to version 7.1.0, `(*backend).CreateCustomVolumeFromBackup` in `internal/server/storage/backend.go` contains an unguarded `*time.Time` dereference on the `ExpiresAt` field of…
▾ Sunlit zone — Low / medium · no exploitation signal
impact 13.8 · likelihood 0 · exploitation 0
Need a working PoC? Pro members can cast a request and our team develops one — it lands right here.
Exploit-prediction probability, daily snapshots since Aug 22.
Disclosure to exploitation, from the record and what we observed since indexing it.
Disclosed via NVD
0.2%
Last analysed / modified upstream
Incus is a system container and virtual machine manager. Prior to version 7.1.0, (*backend).CreateCustomVolumeFromBackup in internal/server/storage/backend.go contains an unguarded *time.Time dereference on the ExpiresAt field of every volume-snapshot entry in an imported custom-volume backup. An authenticated user with can_create_storage_volumes permission on any project can crash the incusd daemon by uploading a backup tarball whose volume_snapshots[*].expires_at field is absent. This is a sibling-field variant of GHSA-r7w7-mmxr-47r9 (CVE-2026-40197). Commit 985a1dedf9f3e7ba729c93b654905ed510de25c2 added if s == nil at the top of the loop body, but did not guard the adjacent *snapshot.ExpiresAt deref 19 lines later. Every other consumer of Config.VolumeSnapshots[i].ExpiresAt in this same file already gates the deref with a nil-check — the asymmetric guard is the bug. Version 7.1.0 contains an updated patch.
Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
Affected packages:
github.com/lxc/incus/v7/cmd/incusd < 7.1.0Patched in:
github.com/lxc/incus/v7/cmd/incusd 7.1.0Connected by shared product, vendor, weakness, or advisory.
CVE-2026-48754LowIncus is a system container and virtual machine manager
CVE-2026-55622High· 7.7Incus is a system container and virtual machine manager
CVE-2026-47753MediumIncus is a system container and virtual machine manager
CVE-2026-48749Critical· 9.9Incus is a system container and virtual machine manager
CVE-2026-48750Critical· 9.9Incus is a system container and virtual machine manager
CVE-2026-48751Critical· 9.9Incus is a system container and virtual machine manager