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.
References
Configurations
History
08 May 2026, 17:23
| Type | Values Removed | Values Added |
|---|---|---|
| References | () https://github.com/lxc/incus/blob/v6.22.0/internal/server/network/ovn/ovn_icnb.go - Product | |
| References | () https://github.com/lxc/incus/blob/v6.22.0/internal/server/network/ovn/ovn_icsb.go - Product | |
| References | () https://github.com/lxc/incus/blob/v6.22.0/internal/server/network/ovn/ovn_nb.go - Product | |
| References | () https://github.com/lxc/incus/blob/v6.22.0/internal/server/network/ovn/ovn_sb.go - Product | |
| References | () https://github.com/lxc/incus/security/advisories/GHSA-c839-4qxr-j4x3 - Exploit, Vendor Advisory | |
| First Time |
Linuxcontainers
Linuxcontainers incus |
|
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 4.8 |
| CPE | cpe:2.3:a:linuxcontainers:incus:*:*:*:*:*:*:*:* |
07 May 2026, 15:16
| Type | Values Removed | Values Added |
|---|---|---|
| References | () https://github.com/lxc/incus/security/advisories/GHSA-c839-4qxr-j4x3 - |
06 May 2026, 21:16
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-05-06 21:16
Updated : 2026-05-08 17:23
NVD link : CVE-2026-40243
Mitre link : CVE-2026-40243
CVE.ORG link : CVE-2026-40243
JSON object : View
Products Affected
linuxcontainers
- incus
CWE
CWE-295
Improper Certificate Validation
