Improper access control in LXD - CVE-2026-63295
Published: August 1, 2026
LXD
Detailed vulnerability description
The vulnerability allows a remote user to cause a denial of service.
The vulnerability exists due to improper access control in the project restriction enforcement for restricted.containers.privilege and security.idmap.isolated when creating or updating containers and profiles with the security.idmap.isolated key omitted. A remote user can omit the security.idmap.isolated setting to obtain a non-isolated container and cause a denial of service.
The issue affects restriction checks routed through checkRestrictions, and the omitted key is treated by the runtime as the default non-isolated state.