SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-48750

CRITICAL · CVSS 9.9 EPSS 0.78% Public Exploit

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

CyberRota Analysis

AI-Generated

The `record-output` parameter in the `/instances/$name/exec` endpoint of Incus versions prior to 7.2.0 is vulnerable to arbitrary command execution due to improper handling of symlinks, allowing attackers to write output files to unintended locations. This critical vulnerability, with a CVSS score of 9.9, can lead to unauthorized access and manipulation of system files. Organizations using affected versions of Incus should prioritize upgrading to version 7.2.0 or later to mitigate this risk.

Public Exploit Signal

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

GitHub PoC Links

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

CVE
CVE-2026-48750
Severity
CRITICAL
CVSS
9.9
EPSS
0.78%

Original NVD Description

Incus is a system container and virtual machine manager. Prior to version 7.2.0, the `record-output` parameter of the `/instances/$name/exec` endpoint stores the output of the command in the `exec-output` directory of the instance. If `exec-output` is a symlink, file named `exec_UUID.stdout` and `exec_UUID.stderr` can be written to an arbitrary location where the `.stdout` file will contain arbitrary content. This behavior can be abused for arbitrary command execution. Version 7.2.0 contains a patch.