NULL pointer dereference in LXD - CVE-2026-9639
Published: June 29, 2026
LXD
Detailed vulnerability description
The vulnerability allows a remote user to cause a denial of service.
The vulnerability exists due to a null pointer dereference in CreateCustomVolumeFromBackup in lxd/storage/backend_lxd.go when importing a crafted custom-volume backup tarball with an omitted volumes[0].snapshots[*].expires_at field. A remote user can upload a specially crafted backup tarball to cause a denial of service.
The issue crashes the entire lxd daemon process while handling a custom storage volume import request.