CVE-2026-48749
Received Received - Intake

Incus Improper File Access Leading to Arbitrary Command Execution

Vulnerability report for CVE-2026-48749, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-21

Last updated on: 2026-08-21

Assigner: GitHub, Inc.

Description

Incus is a system container and virtual machine manager. Prior to version 7.2.0, a specially crafted image can be used to read or create/write arbitrary files on the host; possibly leading to arbitrary command execution. Version 7.2.0 fixes the issue.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-21
Last Modified
2026-08-21
Generated
2026-08-21
AI Q&A
2026-08-21
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
incus incus to 7.2.0 (exc)
canonical incus to 7.2.0 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-73 The product allows user input to control or influence paths or file names that are used in filesystem operations.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-48749 is a critical vulnerability in Incus versions prior to 7.2.0. It allows arbitrary file read and write access on the host system through a specially crafted image containing a malicious symlink named 'rootfs/' pointing to the host's root directory. When processed, this symlink can be exploited via the container's file API to access or modify host files with root privileges.

Detection Guidance

To detect this vulnerability, check the version of Incus installed on your system. Run: incus version. If the version is below 7.2.0, the system is vulnerable. Additionally, inspect images for suspicious symlinks named 'rootfs/' pointing to '/'. Use: incus image list to review images and their properties.

Impact Analysis

An attacker could exploit this to retrieve sensitive files like /etc/shadow or create arbitrary files on the host system. This could lead to arbitrary command execution, compromising the host's confidentiality, integrity, and availability.

Compliance Impact

This vulnerability could lead to unauthorized access to sensitive data, violating compliance requirements for data protection such as GDPR and HIPAA. Unauthorized file access or modification may result in data breaches, triggering legal and regulatory penalties.

Mitigation Strategies

Immediately upgrade Incus to version 7.2.0 or later. Run: sudo apt update && sudo apt upgrade incus. Remove any untrusted or suspicious images. Avoid using images from untrusted sources until verified.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-48749. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart