CVE-2026-33898
Description
Incus is a system container and virtual machine manager. Prior to version 6.23.0, the web server spawned by `incus webui` incorrectly validates the authentication token such that an invalid value will be accepted. `incus webui` runs a local web server on a random localhost port. For authentication, it provides the user with a URL containing an authentication token. When accessed with that token, Incus creates a cookie persisting that token without needing to include it in subsequent HTTP requests. While the Incus client correctly validates the value of the cookie, it does not correctly validate the token when passed int the URL. This allows for an attacker able to locate and talk to the temporary web server on localhost to have as much access to Incus as the user who ran `incus webui`. This can lead to privilege escalation by another local user or an access to the user's Incus instances and possibly system resources by a remote attack able to trick the local user into interacting with the Incus UI web server. Version 6.23.0 patches the issue.
Predictions
Heuristic predictions, AS-IS, for prioritization only.
Mitigations
No mitigations published for this CVE yet.
The vendor-content worker queues fetches as references arrive (check back in a few minutes). Or โ if you've already worked around this in production โ publish your fix to the community-verified tier.
โ Propose a mitigation on Community โ Mitigations published via the community go through AI scoring + 2 human reviewers + 7-day silent objection window before landing here withsource_tier=community-verified.
OS impact
| OS | Version | Status | Fixed in |
|---|---|---|---|
| debian | forky | fixed | 7.0.0-1 |
| debian | sid | fixed | 7.0.0-1 |
| debian | trixie | affected | |
Package impact
| Ecosystem | Package | Vulnerable | Fixed |
|---|---|---|---|
| Go | github.com/lxc/incus/v6/cmd/incus | <6.23.0 | 6.23.0 |
| Go | github.com/lxc/incus | | |
| Go | github.com/lxc/incus/v6 | <6.23.0 | 6.23.0 |
References
- https://github.com/lxc/incus/security/advisories/GHSA-453r-g2pg-cxxq
- https://nvd.nist.gov/vuln/detail/CVE-2026-33898
- https://github.com/lxc/incus/commit/d81d49e746e15dad35de39dc0ace0cedfba7d2f7
- https://github.com/lxc/incus
- https://github.com/lxc/incus/releases/tag/v6.23.0
- https://security-tracker.debian.org/tracker/CVE-2026-33898
Community-verified mitigations for this CVE will appear above when contributors publish them.
Verify integrity in audit chain (admin only). AS-IS.