← Back to browse · API

CVE-2026-33897

Severity
CRITICAL
CVSS
10.0
EPSS
0.00481
Risk score
40.17
CISA KEV
No
PoC
Yes
Published
2026-03-26
Modified
2026-03-27
First seen
2026-08-07
Aliases
EUVD-2026-16466, GHSA-83XR-5XXR-MH92
Products
linux, lxc:incus < 6.23.0, suse
Sources
euvd EUVD-2026-16466
packetstorm e760ebd193aaec6c0d4acb9c|CVE-2026-33897

Description

Incus is a system container and virtual machine manager. Prior to version 6.23.0, instance template files can be used to cause arbitrary read or writes as root on the host server. Incus allows for pongo2 templates within instances which can be used at various times in the instance lifecycle to template files inside of the instance. This particular implementation of pongo2 within Incus allowed for file read/write but with the expectation that the pongo2 chroot feature would isolate all such access to the instance's filesystem. This was allowed such that a template could theoretically read a file and then generate a new version of said file. Unfortunately the chroot isolation mechanism is entirely skipped by pongo2 leading to easy access to the entire system's filesystem with root privileges. Version 6.23.0 patches the issue.

References