SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-63343

CRITICAL · CVSS 9.9 EPSS 0.27% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-21 · Last synced 2026-09-17

CyberRota Analysis

AI-Generated

Incus versions prior to 7.3.0 are vulnerable due to a flaw in handling `metadata.yaml` symlinks, allowing authenticated users to read or overwrite arbitrary host files as root through the instance metadata API. This critical vulnerability poses a significant risk to system integrity and data confidentiality. Organizations using affected versions should prioritize upgrading to 7.3.0 or later to mitigate potential exploitation.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
exploit
GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-63343
Severity
CRITICAL
CVSS
9.9
EPSS
0.27%

Original NVD Description

Incus is a system container and virtual machine manager. Prior to version 7.3.0, a malicious image containing a `metadata.yaml` symlink pointing to an arbitrary host path allows an authenticated Incus user to read or overwrite any file on the host as root via the instance metadata API. The `exec-output` and `templates/` paths were patched in a prior release using `Lstat` rejection and `os.OpenRoot` confinement; `metadata.yaml` was not included in either patch and remains exploitable. Version 7.3.0 patches the issue.