← Back to browse · API

CVE-2026-33945

Severity
CRITICAL
CVSS
10.0
EPSS
0.00447
Risk score
40.16
CISA KEV
No
PoC
Yes
Published
2026-03-26
Modified
2026-03-27
First seen
2026-08-07
Aliases
EUVD-2026-16492
Products
linux, lxc:incus < 6.23.0, suse
Sources
euvd EUVD-2026-16492
packetstorm e760ebd193aaec6c0d4acb9c|CVE-2026-33945

Description

Incus is a system container and virtual machine manager. Incus instances have an option to provide credentials to systemd in the guest. For containers, this is handled through a shared directory. Prior to version 6.23.0, an attacker can set a configuration key named something like `systemd.credential.../../../../../../root/.bashrc` to cause Incus to write outside of the `credentials` directory associated with the container. This makes use of the fact that the Incus syntax for such credentials is `systemd.credential.XYZ` where `XYZ` can itself contain more periods. While it's not possible to read any data this way, it's possible to write to arbitrary files as root, enabling both privilege escalation and denial of service attacks. Version 6.23.0 fixes the issue.

References