CVE-2026-39402

medium
Published 2026-05-05 · Modified 2026-05-12
CVSS v3
6.5
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H
CVSS v2
VIR risk
6.5

Description

lxc is a Linux container runtime. In the setuid helper lxc-user-nic, the delete path contains a logic flaw in the find_line() function that allows an unprivileged user to delete OVS-attached network interfaces belonging to other users. When lxc-user-nic delete scans its NIC database to authorize a deletion request, the interface name comparison can set the authorization flag based on a name match alone, even when the ownership, type, and link fields in that database entry belong to a different user. The vulnerable check sits after the goto next label handling, meaning it is reachable on lines where earlier ownership checks failed or were skipped. Because nothing downstream of this authorization signal re-verifies that the matched database line actually belongs to the caller, an unprivileged attacker with a valid lxc-usernet policy entry can trigger deletion of another user's OVS port on the same bridge. This is limited to multi-tenant environments using lxc-user-nic with OpenVSwitch bridges. The impact is denial of service - one tenant can repeatedly disconnect networking from containers run by another tenant on shared infrastructure. This is patched in version 7.0.0.

Predictions

Exploit likelihood
65%
Patch ETA

Heuristic predictions, AS-IS, for prioritization only.

Mitigations

vendor Authored 2026-05-27

Vendor advisory: debian — https://security-tracker.debian.org/tracker/CVE-2026-39402

vendor Authored 2026-05-27

Vendor advisory: security-advisories@github.com — https://github.com/lxc/lxc/security/advisories/GHSA-3m9j-g9gc-vcvq

OS impact

OSVersionStatusFixed in
debian debianbookwormfixed1:5.0.2-1+deb12u4
debian debianbullseyeaffected
debian debianforkyfixed1:7.0.0-1
debian debiansidfixed1:7.0.0-1
debian debiantrixiefixed1:6.0.4-4+deb13u3

Application impact

VendorProductVersionsFixed
linuxcontainerslxc{"endExcluding":"7.0.0"}7.0.0

References

CWEs

CWE-863

Verify integrity in audit chain (admin only). AS-IS.