๐Ÿ” CVE Alert

CVE-2026-40243

UNKNOWN 0.0

Incus OVN TLS verification accepts peer-supplied roots and permits endpoint impersonation

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-295
Vendor lxc
Product incus
Published May 6, 2026
Stay Ahead of the Next One

Get instant alerts for lxc incus

Be the first to know when new unknown vulnerabilities affecting lxc incus are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

lxc / incus
< 7.0.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/lxc/incus/security/advisories/GHSA-c839-4qxr-j4x3 github.com: https://github.com/lxc/incus/blob/v6.22.0/internal/server/network/ovn/ovn_icnb.go github.com: https://github.com/lxc/incus/blob/v6.22.0/internal/server/network/ovn/ovn_icsb.go github.com: https://github.com/lxc/incus/blob/v6.22.0/internal/server/network/ovn/ovn_nb.go github.com: https://github.com/lxc/incus/blob/v6.22.0/internal/server/network/ovn/ovn_sb.go