Description
In Canonical LXD versions 4.12 through 6.9, a Server-Side Request Forgery (SSRF) vulnerability in the image import functionality allows authenticated users with the can_create_images entitlement to interact with internal network infrastructure via the /images endpoint. When importing an image from a URL source, the LXD daemon fails to validate or restrict outbound destination IP addresses, allowing connections to loopback, RFC1918 private ranges, and cloud metadata endpoints. This enables error-based port scanning and unauthorized interaction with internal HTTP services from the daemon's network position.
Published: 2026-06-26
Score: 5 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

An SSRF flaw in Canonical LXD’s image import routine lets any authenticated user who can create images reach arbitrary URLs from the daemon’s point of view. During import a supplied URL is fetched without checking the destination address, so the daemon can contact loopback interfaces, RFC1918 private ranges, and cloud metadata services. This allows the attacker to probe internal ports, enumerate services, or send unauthorized requests to internal HTTP endpoints, thereby leaking confidential data or facilitating further attacks within the host’s network.

Affected Systems

Canonical LXD versions 4.12 through 6.9 are vulnerable. The issue is confined to the /images endpoint used by the image import feature and affects all installations that have granted the can_create_images entitlement to authenticated users.

Risk and Exploitability

With a CVSS score of 5 the severity is moderate, and the EPSS score is not reported while the vulnerability is not yet listed in the CISA KEV catalog. Exploitation requires a local authenticated account with image‑creation rights; the attacker then submits an image import request containing a malicious URL. From the daemon’s privileged position the request can reach any internal service, enabling port scanning or request manipulation. Although no public exploitation has been reported, the relatively low CVSS coupled with the ability to interact with internal infrastructure makes the risk significant for environments where LXD hosts need to be isolated from internal resources.

Generated by OpenCVE AI on June 26, 2026 at 17:26 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest LXD release that contains the SSRF fix (recommended LXD 7.0 or newer).
  • Revoke the can_create_images entitlement from users who do not need image‑creation capability.
  • Configure firewall rules to block outbound traffic from the LXD daemon to internal IP ranges and loopback addresses.

Generated by OpenCVE AI on June 26, 2026 at 17:26 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 26 Jun 2026 23:15:00 +0000

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

Fri, 26 Jun 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Fri, 26 Jun 2026 16:45:00 +0000

Type Values Removed Values Added
Description In Canonical LXD versions 4.12 through 6.9, a Server-Side Request Forgery (SSRF) vulnerability in the image import functionality allows authenticated users with the can_create_images entitlement to interact with internal network infrastructure via the /images endpoint. When importing an image from a URL source, the LXD daemon fails to validate or restrict outbound destination IP addresses, allowing connections to loopback, RFC1918 private ranges, and cloud metadata endpoints. This enables error-based port scanning and unauthorized interaction with internal HTTP services from the daemon's network position.
Title SSRF via image import from URL allows internal network probing by authenticated users
Weaknesses CWE-918
References
Metrics cvssV3_1

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


cve-icon MITRE

Status: PUBLISHED

Assigner: canonical

Published:

Updated: 2026-06-26T17:13:58.172Z

Reserved: 2026-02-27T11:06:14.064Z

Link: CVE-2026-28385

cve-icon Vulnrichment

Updated: 2026-06-26T17:13:43.596Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-26T23:00:08Z

Weaknesses
  • CWE-918

    Server-Side Request Forgery (SSRF)