Description
An authorization bypass vulnerability in LXD allows an authenticated user to bypass project-level disk and volume limits. Two related code paths fail to verify resource limits during volume operations: the storagePoolVolumeTypePostMove function omits the limits.AllowVolumeCreation check before moving a volume across projects, and volume snapshot restore operations skip the AllowVolumeUpdate check when the configuration is nil (Config == nil). An attacker can exploit these flaws to allocate storage resources that exceed the administrative limits configured for a project.
Published: 2026-08-12
Score: 8.5 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is an authorization bypass that allows an authenticated LXD user to move or restore volumes across projects without the normal quota checks. This omission is present in the storagePoolVolumeTypePostMove function when a volume is transferred and in the snapshot restore path when the configuration is nil. The result is that an attacker can create or restore volumes that exceed the administrative quota set for a project, potentially exhausting host storage resources or violating compliance policies.

Affected Systems

The flaw affects Canonical LXD installations running versions prior to LXD 5.0.8, LXD 5.21.6, or LXD 6.10. Users on earlier releases of these series are vulnerable and must apply the update to reach the patched versions.

Risk and Exploitability

With a CVSS score of 8.5 the vulnerability is classified as high severity. Although the EPSS score is not available, the lack of a KEV listing does not diminish the risk because the flaw is limited to authenticated users and allows repeated abuse of storage quotas. An attacker can perform multiple volume moves or snapshot restores to inflate project usage beyond the set limits, which can lead to denial‑of‑service or resource exhaustion on the host. The attack vector requires only valid project credentials, making it broadly actionable for any legitimate user within the project.

Generated by OpenCVE AI on August 12, 2026 at 22:56 UTC.

Remediation

Vendor Solution

Upgrade to LXD version 5.0.8 or later, 5.21.6 or later, or 6.10 or later.


OpenCVE Recommended Actions

  • Upgrade LXD to version 5.0.8 or later, 5.21.6 or later, or 6.10 or later.
  • If an upgrade cannot be performed immediately, disable or restrict cross‑project volume moves and snapshot restores in the affected projects until the patch is applied.
  • Verify that all resource creation and update operations enforce quota checks before proceeding, and review project disk and volume limits to ensure they reflect the organization’s policies.

Generated by OpenCVE AI on August 12, 2026 at 22:56 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 12 Aug 2026 21:15:00 +0000

Type Values Removed Values Added
First Time appeared Canonical
Canonical lxd
Vendors & Products Canonical
Canonical lxd

Wed, 12 Aug 2026 19:30:00 +0000

Type Values Removed Values Added
Description An authorization bypass vulnerability in LXD allows an authenticated user to bypass project-level disk and volume limits. Two related code paths fail to verify resource limits during volume operations: the storagePoolVolumeTypePostMove function omits the limits.AllowVolumeCreation check before moving a volume across projects, and volume snapshot restore operations skip the AllowVolumeUpdate check when the configuration is nil (Config == nil). An attacker can exploit these flaws to allocate storage resources that exceed the administrative limits configured for a project.
Title Storage volume cross-project move and snapshot restore bypass project disk limits
Weaknesses CWE-770
References
Metrics cvssV3_1

{'score': 8.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H'}


cve-icon MITRE

Status: PUBLISHED

Assigner: canonical

Published:

Updated: 2026-08-12T19:26:28.110Z

Reserved: 2026-07-16T10:01:05.653Z

Link: CVE-2026-63299

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-08-12T20:17:47.830

Modified: 2026-08-28T15:24:38.600

Link: CVE-2026-63299

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-12T23:00:05Z

Weaknesses
  • CWE-770

    Allocation of Resources Without Limits or Throttling