Eavesdropping private traffic
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
Undecided
|
sean mooney | ||
OpenStack Security Advisory |
Won't Fix
|
Undecided
|
Unassigned | ||
neutron |
Fix Released
|
High
|
Rodolfo Alonso | ||
os-vif |
Fix Released
|
High
|
sean mooney |
Bug Description
Eavesdropping private traffic
=======
Abstract
--------
We've discovered a security issue that allows end users within their own private network to receive from, and send traffic to, other private networks on the same compute node.
Description
-----------
During live-migration there is a small time window where the ports of instances are untagged. Instances have a port trunked to the integration bridge and receive 802.1Q tagged private traffic from other tenants.
If the port is administratively down during live migration, the port will remain in trunk mode indefinitely.
Traffic is possible between ports is that are administratively down, even between tenants self-service networks.
Conditions
----------
The following conditions are necessary.
* Openvswitch Self-service networks
* An Openstack administrator or an automated process needs to schedule a Live migration
We tested this on newton.
Issues
------
This outcome is the result of multiple independent issues. We will list the most important first, and follow with bugs that create a fragile situation.
Issue #1 Initially creating a trunk port
When the port is initially created, it is in trunk mode. This creates a fail-open situation.
See: https:/
Recommendation: create ports in the port_dead state, don't leave it dangling in trunk-mode. Add a drop-flow initially.
Issue #2 Order of creation.
The instance is actually migrated before the (networking) configuration is completed.
Recommendation: wait with finishing the live migration until the underlying configuration has been applied completely.
Issue #3 Not closing the port when it is down.
Neutron calls the port_dead function to ensure the port is down. It sets the tag to 4095 and adds a "drop" flow if (and only if) there is already another tag on the port. The port_dead function will keep untagged ports untagged.
Recommendation: Make port_dead also shut the port if no tag is found. Log a warning if this happens.
Issue #4 Putting the port administratively down actually puts the port on a compute node shared vlan
Instances from different projects on different private networks can talk to each other if they put their ports down. The code does install an openflow "drop" rule but it has a lower priority (2) than the allow rules.
Recommendation: Increase the port_dead openflow drop rule priority to MAX
Timeline
--------
2017-09-14 Discovery eavesdropping issue
2017-09-15 Verify workaround.
2017-10-04 Discovery port-down-traffic issue
2017-11-24 Vendor Disclosure to Openstack
Steps to reproduce
------------------
1. Attach an instance to two networks:
admin$ openstack server create --nic net-id=<net-uuid1> --nic net-id=<net-uuid2> --image <image_id> --flavor <flavor_id> instance_temp
2. Attach a FIP to the instance to be able to log in to this instance
3. Verify:
admin$ openstack server show -c name -c addresses fe28a2ee-
+------
| Field | Value |
+------
| addresses | network1=
| name | instance_temp |
+------
4. Ssh to the instance using network1 and run a tcpdump on the other port network2
[root@instance_
5. Get port-id of network2
admin$ nova interface-list fe28a2ee-
+------
| Port State | Port ID | Net ID | IP addresses | MAC Addr |
+------
| ACTIVE | a848520b-
| ACTIVE | fad148ca-
+------
6. Force port down on network 2
admin$ neutron port-update a848520b-
7. Port gets tagged with vlan 4095, the dead vlan tag, which is normal:
compute1# grep a848520b-
INFO neutron.
8. Verify the port is tagged with vlan 4095
compute1# ovs-vsctl show | grep -A3 qvoa848520b-08
Port "qvoa848520b-08"
tag: 4095
Interface "qvoa848520b-08"
9. Now live-migrate the instance:
admin# nova live-migration fe28a2ee-
10. Verify the tag is gone on compute2, and take a deep breath
compute2# ovs-vsctl show | grep -A3 qvoa848520b-08
Port "qvoa848520b-08"
Interface "qvoa848520b-08"
Port...
compute2# echo "Wut!"
11. Now traffic of all other self-service networks present on compute2 can be sniffed from instance_temp
[root@instance_
13:14:31.748266 fa:16:3e:6a:17:38 > ff:ff:ff:ff:ff:ff, ethertype 802.1Q (0x8100), length 46: vlan 10, p 0, ethertype ARP, Request who-has 10.103.12.160 tell 10.103.12.152, length 28
13:14:31.804573 fa:16:3e:e8:a2:d2 > ff:ff:ff:ff:ff:ff, ethertype 802.1Q (0x8100), length 46: vlan 33, p 0, ethertype ARP, Request who-has 10.0.1.9 tell 10.0.1.70, length 28
13:14:31.810482 fa:16:3e:95:ca:3a > ff:ff:ff:ff:ff:ff, ethertype 802.1Q (0x8100), length 46: vlan 33, p 0, ethertype ARP, Request who-has 10.0.1.9 tell 10.0.1.154, length 28
13:14:31.977820 fa:16:3e:6f:f4:9b > ff:ff:ff:ff:ff:ff, ethertype 802.1Q (0x8100), length 46: vlan 33, p 0, ethertype ARP, Request who-has 10.0.1.9 tell 10.0.1.150, length 28
13:14:31.979590 fa:16:3e:0f:3d:cc > ff:ff:ff:ff:ff:ff, ethertype 802.1Q (0x8100), length 46: vlan 9, p 0, ethertype ARP, Request who-has 10.103.9.163 tell 10.103.9.1, length 28
13:14:32.048082 fa:16:3e:65:64:38 > ff:ff:ff:ff:ff:ff, ethertype 802.1Q (0x8100), length 46: vlan 33, p 0, ethertype ARP, Request who-has 10.0.1.9 tell 10.0.1.101, length 28
13:14:32.127400 fa:16:3e:30:cb:b5 > ff:ff:ff:ff:ff:ff, ethertype 802.1Q (0x8100), length 46: vlan 10, p 0, ethertype ARP, Request who-has 10.103.12.160 tell 10.103.12.165, length 28
13:14:32.141982 fa:16:3e:96:cd:b0 > ff:ff:ff:ff:ff:ff, ethertype 802.1Q (0x8100), length 46: vlan 33, p 0, ethertype ARP, Request who-has 10.0.1.9 tell 10.0.1.100, length 28
13:14:32.205327 fa:16:3e:a2:0b:76 > ff:ff:ff:ff:ff:ff, ethertype 802.1Q (0x8100), length 46: vlan 33, p 0, ethertype ARP, Request who-has 10.0.1.9 tell 10.0.1.153, length 28
13:14:32.444142 fa:16:3e:1f:db:ed > 01:00:5e:00:00:12, ethertype 802.1Q (0x8100), length 58: vlan 72, p 0, ethertype IPv4, 192.168.99.212 > 224.0.0.18: VRRPv2, Advertisement, vrid 50, prio 103, authtype none, intvl 1s, length 20
13:14:32.449497 fa:16:3e:1c:24:c0 > ff:ff:ff:ff:ff:ff, ethertype 802.1Q (0x8100), length 46: vlan 33, p 0, ethertype ARP, Request who-has 10.0.1.9 tell 10.0.1.20, length 28
13:14:32.476015 fa:16:3e:f2:3b:97 > ff:ff:ff:ff:ff:ff, ethertype 802.1Q (0x8100), length 46: vlan 33, p 0, ethertype ARP, Request who-has 10.0.1.9 tell 10.0.1.22, length 28
13:14:32.575034 fa:16:3e:44:fe:35 > ff:ff:ff:ff:ff:ff, ethertype 802.1Q (0x8100), length 46: vlan 10, p 0, ethertype ARP, Request who-has 10.103.12.160 tell 10.103.12.163, length 28
13:14:32.676185 fa:16:3e:1e:92:d7 > ff:ff:ff:ff:ff:ff, ethertype 802.1Q (0x8100), length 46: vlan 10, p 0, ethertype ARP, Request who-has 10.103.12.160 tell 10.103.12.150, length 28
13:14:32.711755 fa:16:3e:99:6c:c8 > 01:00:5e:00:00:12, ethertype 802.1Q (0x8100), length 62: vlan 10, p 0, ethertype IPv4, 10.103.12.154 > 224.0.0.18: VRRPv2, Advertisement, vrid 2, prio 49, authtype simple, intvl 1s, length 24
13:14:32.711773 fa:16:3e:f5:23:d5 > 01:00:5e:00:00:12, ethertype 802.1Q (0x8100), length 58: vlan 12, p 0, ethertype IPv4, 10.103.15.154 > 224.0.0.18: VRRPv2, Advertisement, vrid 1, prio 49, authtype simple, intvl 1s, length 20
Workaround
----------
We temporary fixed this issue by forcing the dead vlan tag on port creation on compute nodes:
/usr/lib/
def _create_
+ # ODCN: initialize port as dead
+ # ODCN: TODO: set drop flow
cmd = ['--', '--if-exists', 'del-port', dev, '--',
+ 'tag=4095',
'--', 'set', 'Interface', dev,
if interface_type:
cmd += ['type=%s' % interface_type]
if vhost_server_path:
cmd += ['options:
return cmd
def port_dead(self, port, log_errors=True):
'''Once a port has no binding, put it on the "dead vlan".
:param port: an ovs_lib.VifPort object.
'''
# Don't kill a port if it's already dead
cur_tag = self.int_
+ # ODCN GM 20170915
+ if not cur_tag:
+ LOG.error(
+ # ODCN AJS 20170915
+ if not cur_tag or cur_tag != constants.
- if cur_tag and cur_tag != constants.
plugins/
def drop_port(self, in_port):
+ # ODCN AJS 20171004:
- self.install_
+ self.install_
Regards,
ODC Noord.
Gerhard Muntingh
Albert Siersema
Paul Peereboom
CVE References
Changed in neutron: | |
importance: | Low → High |
description: | updated |
Changed in ossa: | |
status: | Incomplete → Won't Fix |
information type: | Private Security → Public |
tags: | added: security |
Changed in os-vif: | |
assignee: | nobody → Slawek Kaplonski (slaweq) |
status: | New → In Progress |
Changed in os-vif: | |
assignee: | Slawek Kaplonski (slaweq) → sean mooney (sean-k-mooney) |
Changed in nova: | |
assignee: | nobody → sean mooney (sean-k-mooney) |
status: | Confirmed → In Progress |
Changed in neutron: | |
assignee: | nobody → sean mooney (sean-k-mooney) |
status: | Triaged → In Progress |
Changed in os-vif: | |
importance: | Undecided → High |
status: | In Progress → Fix Committed |
tags: | added: neutron-proactive-backport-potential |
Changed in os-vif: | |
status: | Fix Committed → Fix Released |
Changed in neutron: | |
status: | In Progress → Fix Committed |
Changed in nova: | |
status: | In Progress → Won't Fix |
Changed in nova: | |
status: | Won't Fix → In Progress |
tags: | added: in-stable-rocky |
tags: | removed: neutron-proactive-backport-potential |
Changed in neutron: | |
status: | Fix Committed → Confirmed |
status: | Confirmed → New |
Changed in nova: | |
status: | In Progress → Fix Released |
Changed in neutron: | |
status: | New → Incomplete |
status: | Incomplete → Confirmed |
Changed in neutron: | |
assignee: | sean mooney (sean-k-mooney) → Rodolfo Alonso (rodolfo-alonso-hernandez) |
status: | Confirmed → In Progress |
tags: | added: neutron-proactive-backport-potential |
Changed in neutron: | |
status: | In Progress → Fix Released |
Since this report concerns a possible security risk, an incomplete security advisory task has been added while the core security reviewers for the affected project or projects confirm the bug and discuss the scope of any vulnerability along with potential solutions.