yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #21731
[Bug 1125468] Re: [OSSA 2013-008] DOS by allocating all fixed ips
** No longer affects: nova/essex
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1125468
Title:
[OSSA 2013-008] DOS by allocating all fixed ips
Status in OpenStack Compute (Nova):
Fix Released
Status in OpenStack Compute (nova) folsom series:
Fix Released
Status in OpenStack Security Advisories:
Fix Released
Bug description:
When using FlatDHCP networking it is possible for a user to use up all
of the fixed ips by repeatedly calling addFixedIp to an instance.
Repro case allocating 100 fixed ips:
nova boot --flavor=1 --image=<image> foo
for i in {1..100}; do
nova add-fixed-ip foo
done
When all ips are exhausted it is impossible for anyone to boot a vm
Note this is possible in vlan mode, but it would only DOS a single
tenant in this case.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1125468/+subscriptions