Lack of data validation - Path Traversal In incus
Description
Incus vulnerable to arbitrary file read and write through pongo templates
Summary
Instance template files can be used to cause arbitrary read or writes as root on the host server.
Details
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.
Credit
This issue was discovered and reported by the team at 7asecurity
Mitigation
Update Impact
Minimal update. May introduce new vulnerabilities or breaking changes.
Ecosystem | Package | Affected version | Patched versions |
|---|---|---|---|
debian 14 | 6.0.6-2 | ||
debian 13 | 6.0.4-2+deb13u5 | ||
debian 12 | 5.0.2-5+deb12u4 | ||
go | 6.23.0 | ||
go | - | ||
debian 13 | 5.0.2+git20231211.1364ae4-9+deb13u4 |
Aliases
References