CVE-2017-5936: OpenStack Nova-LXD bypass security restrictions
7.5
CVSS Score
3.0
Basic Information
CVE ID
GHSA ID
EPSS Score
0.84574%
CWE
-
Published
5/13/2022
Updated
10/7/2024
KEV Status
No
Technology
Python
Technical Details
CVSS Vector
CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
nova-lxd | pip | < 13.1.1 | 13.1.1 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The commit diff shows the critical fix was adding 'host_name' assignment using get_vif_devname() in create_network(). Prior to 13.1.1, this value wasn't populated, leading to misnamed veth interfaces. Neutron's iptables rules depend on correct host-side veth names (like tap* devices), and the absence of this configuration allowed security bypass. The vulnerability is directly tied to this missing code path in the network device configuration function.