CVE-2026-33711 Details
Description
Incus is a system container and virtual machine manager. Incus provides an API to retrieve VM screenshots. That API relies on the use of a temporary file for QEMU to write the screenshot to which is then picked up and sent to the user prior to deletion. As versions prior to 6.23.0 use predictable paths under /tmp for this, an attacker with local access to the system can abuse this mechanism by creating their own symlinks ahead of time. On the vast majority of Linux systems, this will result in a "Permission denied" error when requesting a screenshot. That's because the Linux kernel has a security feature designed to block such attacks, `protected_symlinks`. On the rare systems with this purposefully disabled, it's then possible to trick Incus intro truncating and altering the mode and permissions of arbitrary files on the filesystem, leading to a potential denial of service or possible local privilege escalation. Version 6.23.0 fixes the issue.
A local privilege escalation vulnerability has been identified in Incus, a system container and virtual machine manager, in versions prior to 6.23.0. The issue arises in the Virtual Machine VGA screenshot handling routine, where the application creates temporary files in the globally writable /tmp directory using predictable paths. This allows an attacker with local access to pre-place symlinks that can be exploited to truncate and alter the permissions of arbitrary files on the filesystem. While most Linux systems have a kernel security feature, 'protected_symlinks', that blocks such attacks, this vulnerability can be exploited on systems where that protection is disabled. The impact may include denial of service, corruption of sensitive files, and unauthorized privilege escalation.
Users can update to Incus version 6.23.0 or later, where this vulnerability has been fixed.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Mar 27, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/lxc/incus/security/advisories/GHSA-q9vp-3wcg-8p4x | CISA-ADP | ExploitVendor Advisory |
| https://github.com/lxc/incus/security/advisories/GHSA-q9vp-3wcg-8p4x | [email protected] | ExploitVendor Advisory |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-61 | UNIX Symbolic Link (Symlink) Following | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| linuxcontainers incus | < 6.23.0 |
CPE
Remediation
| |
Change History
5 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Mar 30, 2026 | Initial Analysis | [email protected] |
| Mar 27, 2026 | CVE Modified | CISA-ADP |
| Mar 26, 2026 | New CVE Received | [email protected] |