CVE-2026-40243
Description
Incus is a system container and virtual machine manager. In versions before 7.0.0, broken TLS validation logic in the OVN database connection logic can allow connections to an attacker's OVN database. The OVN client implementations disable Go standard TLS server verification and replace it with custom peer-certificate verification logic. That replacement verifier does not anchor trust in the configured CA certificate. Instead, it constructs the verification root set from certificates supplied by the peer during the handshake, so the configured CA is parsed but not used as the trust anchor for the final verification decision.
In OVN-enabled deployments that use these SSL database connection paths, an attacker able to impersonate or intercept the OVN endpoint on the management network can present a rogue self-signed certificate chain, and Incus will accept this certificate as valid. This issue defeats the intended CA-based trust model for OVN database connections and permits endpoint impersonation by an active attacker in a suitable network position. This issue is fixed in version 7.0.0.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
github.com/lxc/incus/v6/cmd/incusdGo | < 7.0.0 | 7.0.0 |
Affected products
2Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
7- github.com/lxc/incus/security/advisories/GHSA-c839-4qxr-j4x3nvdExploitVendor AdvisoryWEB
- github.com/advisories/GHSA-c839-4qxr-j4x3ghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2026-40243ghsaADVISORY
- github.com/lxc/incus/blob/v6.22.0/internal/server/network/ovn/ovn_icnb.gonvdProductWEB
- github.com/lxc/incus/blob/v6.22.0/internal/server/network/ovn/ovn_icsb.gonvdProductWEB
- github.com/lxc/incus/blob/v6.22.0/internal/server/network/ovn/ovn_nb.gonvdProductWEB
- github.com/lxc/incus/blob/v6.22.0/internal/server/network/ovn/ovn_sb.gonvdProductWEB
News mentions
0No linked articles in our index yet.